Skip to content

Commit

Permalink
Add C# SDK package parameters and update docs with NuGet package link (
Browse files Browse the repository at this point in the history
  • Loading branch information
IridiumOxide authored Nov 21, 2023
1 parent 2c345c7 commit fbd6b9b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/content/sdk/dotnet/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ keywords:
- manual
---

<!-- ADD NUGET LINK AFTER PUBLISHING -->

[Aperture C# SDK](https://www.github.com/fluxninja/aperture-csharp) can be used
to manually set feature control points within a .NET service.
[Aperture C# SDK](https://www.nuget.org/packages/ApertureSDK/) can be used to
manually set feature control points within a .NET service.

To do so, first create an instance of ApertureClient:

Expand Down
11 changes: 11 additions & 0 deletions sdks/aperture-csharp/ApertureSDK.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageId>ApertureSDK</PackageId>
<Version>2.23.1</Version>
<Authors>FluxNinja Team</Authors>
<Company>FluxNinja</Company>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README_SIMPLE.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down Expand Up @@ -34,6 +43,8 @@

<ItemGroup>
<None Remove="Examples\**"/>
<None Include="LICENSE.txt" Pack="true" PackagePath=""/>
<None Include="README_SIMPLE.md" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions sdks/aperture-csharp/README_SIMPLE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# C# SDK for FluxNinja Aperture

C# SDK provides an easy way to integrate your .NET applications with
[FluxNinja Aperture](https://github.com/fluxninja/aperture).

0 comments on commit fbd6b9b

Please sign in to comment.