Skip to content

Commit

Permalink
Merge pull request #12 from configcat/feature/nuget-update
Browse files Browse the repository at this point in the history
update deprecated nuget attributes, switch to snupkg format
  • Loading branch information
endret authored Aug 15, 2020
2 parents 2f95442 + ede43ca commit 45d5acd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
project: src/ConfigCatClient.sln
verbosity: normal
after_build:
- msbuild /t:Pack /p:IncludeSymbols=true /p:Configuration=%configuration% /p:PackageOutputPath=..\..\artifacts src\ConfigCatClient\ConfigCatClient.csproj
- msbuild /t:Pack /p:IncludeSymbols=true /p:Configuration=%configuration% /p:PackageOutputPath=..\..\artifacts /p:SymbolPackageFormat=snupkg src\ConfigCatClient\ConfigCatClient.csproj
before_test:
- ps: choco install opencover.portable --no-progress
- ps: choco install codecov --no-progress
Expand All @@ -26,7 +26,7 @@ test_script:
after_test:
- codecov -f "coverage.xml"
artifacts:
- path: artifacts\ConfigCat.Client.*.nupkg
- path: artifacts\ConfigCat.Client.*.*nupkg
name: NuGet
notifications:
- provider: Email
Expand Down
Binary file removed media/icon.ico
Binary file not shown.
9 changes: 5 additions & 4 deletions src/ConfigCatClient/ConfigCatClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>strongname.snk</AssemblyOriginatorKeyFile>
<Version>3.1.0</Version>
<Copyright>Copyright © ConfigCat 2019</Copyright>
<Version>0.1.0</Version>
<Copyright>Copyright © ConfigCat 2020</Copyright>
<Company>ConfigCat</Company>
<Authors>ConfigCat</Authors>
<PackageLicenseUrl>https://raw.githubusercontent.com/ConfigCat/.net-sdk/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ConfigCat/.net-sdk</PackageProjectUrl>
<RepositoryUrl>https://github.com/ConfigCat/.net-sdk</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down Expand Up @@ -64,7 +64,7 @@ ConfigCat lets you manage feature flags across frontend, backend, mobile, and de
Host yourself, or use the hosted management app at https://configcat.com.

Works with .NET, .NET Core, .NET Standard</Description>
<PackageIconUrl>https://raw.githubusercontent.com/ConfigCat/.net-sdk/master/media/icon-64x64.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
<NeutralLanguage></NeutralLanguage>
Expand All @@ -81,6 +81,7 @@ Works with .NET, .NET Core, .NET Standard</Description>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

</Project>
Binary file added src/ConfigCatClient/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45d5acd

Please sign in to comment.