Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lajos88 committed Dec 28, 2019
1 parent 41911ae commit 3bb7ac6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.0.{build}
version: 3.1.{build}
branches:
only:
- master
Expand Down
6 changes: 4 additions & 2 deletions src/ConfigCatClient/ConfigCatClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>strongname.snk</AssemblyOriginatorKeyFile>
<Version>3.0.0</Version>
<Version>3.1.0</Version>
<Copyright>Copyright © ConfigCat 2019</Copyright>
<Company>ConfigCat</Company>
<Authors>ConfigCat</Authors>
<PackageLicenseUrl>https://raw.githubusercontent.com/ConfigCat/.net-sdk/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ConfigCat/.net-sdk</PackageProjectUrl>
<RepositoryUrl>https://github.com/ConfigCat/.net-sdk</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Version 3.0.0
<PackageReleaseNotes>Version 3.1.0
* Added new semantic version tests
Version 3.0.0
* Support new types (number, semver), detailed log entries, compressed http communication
Version 2.5.0
* Support custom HttpClientHandler
Expand Down

0 comments on commit 3bb7ac6

Please sign in to comment.