Skip to content

Commit

Permalink
updated .nuspec for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
vividos committed Jan 26, 2020
1 parent 946d0b4 commit b68d773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nupkg/Vividos.UlibCpp.Static.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<projectUrl>https://github.com/vividos/UlibCpp</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>UlibCpp is a collection of useful C++ classes that help writing Win32 console, ATL and WTL applications faster.</summary>
<description>UlibCpp is a collection of useful C++ classes that help writing Win32 console, ATL and WTL applications faster. This is the static library package. Supported platforms are Win32 and x64. The package was built with Visual Studio 2019 Version 16.4.2. Use this package together with Boost 1.70.0 and WTL 10. The library is licensed under the BSD 2-clause license.</description>
<releaseNotes>No new classes or functions.</releaseNotes>
<description>UlibCpp is a collection of useful C++ classes that help writing Win32 console, ATL and WTL applications faster. This is the static library package. Supported platforms are Win32 and x64. The package was built with Visual Studio 2019 Version 16.4.3. Use this package together with Boost 1.71.0 and WTL 10. The library is licensed under the BSD 2-clause license.</description>
<releaseNotes>See document: https://github.com/vividos/UlibCpp/blob/master/Changelog.md</releaseNotes>
<copyright>Copyright 2017-2020 Michael Fink</copyright>
<tags>native C++</tags>
<tags>native C++ WTL</tags>
</metadata>
<files>
<file src="build\native\Vividos.UlibCpp.Static.targets" target="build\native\Vividos.UlibCpp.Static.targets" />
Expand Down

0 comments on commit b68d773

Please sign in to comment.