Skip to content

Commit

Permalink
[FFM-5541] Update build files for 1.1.6 release (#48)
Browse files Browse the repository at this point in the history
[FFM-5541] Update build files for 1.1.6 release

What
Update csproj build files and metadata with latest version numbers

Why
Ensure artifacts are published correctly with right version

Testing
Manual - smoke tested example with some basic flags
  • Loading branch information
andybharness committed Nov 30, 2022
1 parent 11eca6f commit 3c648d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ff-netF48-server-sdk.csproj
Expand Up @@ -5,15 +5,14 @@
<PackageId>ff-dotnet-server-sdk</PackageId>
<RootNamespace>io.harness.cfsdk</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.1.5</Version>
<Version>1.1.6</Version>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>1.1.5</PackageVersion>
<Authors>andrija.milovanovic@harness.io,milos.vasic@harness.io</Authors>
<PackageVersion>1.1.6</PackageVersion>
<Authors>support@harness.io</Authors>
<Copyright>Copyright © 2022 </Copyright>
<PackageIconUrl>https://harness.io/icon-ff.svg</PackageIconUrl>
<PackageLicenseUrl>https://github.com/drone/ff-dotnet-server-sdk/blob/main/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Owners>https://www.nuget.org/profiles/milos.vasic</Owners>
<PackageProjectUrl>https://github.com/drone/ff-dotnet-server-sdk</PackageProjectUrl>
<Summary>.NET Server SDK for Harness Feature Flag platform</Summary>
<PackageTags>featureflag harness</PackageTags>
Expand Down

0 comments on commit 3c648d6

Please sign in to comment.