Skip to content

Commit

Permalink
Update nuspec file for 0.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchannon committed Dec 31, 2022
1 parent 678ba05 commit 0b2c587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/wite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>wite</id>
<version>0.12.0</version>
<version>0.13.0</version>
<authors>Kevin J Channon</authors>
<description>Why Isn't This Easy (Wite) C++ convenience functions</description>
<repository url="https://github.com/kevinchannon/wite.git" type="git"/>
Expand All @@ -11,7 +11,7 @@
<readme>README.md</readme>
<tags>Native, native, buffers, strings, utilities, utility, geometry</tags>
<releaseNotes>
This version adds UUID, ID and Index types and also adds Identifiable Item Collection.
Update wite::result so that its interface includes most of the functionality of `std::expected`.
</releaseNotes>
</metadata>

Expand Down

0 comments on commit 0b2c587

Please sign in to comment.