Skip to content

Commit

Permalink
Nuget version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 19, 2019
1 parent 77e134e commit 64fd79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuget/IniPP.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package>
<metadata>
<id>IniPP</id>
<version>1.0.8</version>
<version>1.0.10</version>
<authors>Matthias C. M. Troffaes</authors>
<owners>Matthias C. M. Troffaes</owners>
<projectUrl>https://github.com/mcmtroffaes/inipp</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Simple header-only C++ ini parser, with support for default section and interpolation similar to Python's configparser.</description>
<summary>Simple C++ ini parser.</summary>
<releaseNotes></releaseNotes>
<releaseNotes>Update for C++17 compliance, fix potential infinite loop when reading from bad file, do not overwrite variables.</releaseNotes>
<copyright>Copyright 2017-2019</copyright>
<tags>ini parser native nativepackage</tags>
</metadata>
Expand Down

0 comments on commit 64fd79b

Please sign in to comment.