Skip to content

Commit

Permalink
Bump version to 0.5.0.
Browse files Browse the repository at this point in the history
- Minor API changes (renamed JSON options, merged error handling delegates).
- Fix missing stream dispose/flush operations.
- Minor performance improvements.
  • Loading branch information
Remi Caput committed Apr 29, 2019
1 parent 45b8eac commit 9fa9689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Verse/Verse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<AssemblyName>Verse</AssemblyName>
<AssemblyTitle>Fast Generic Runtime (de)serializer</AssemblyTitle>
<Version>0.4.0</Version>
<Version>0.5.0</Version>
<Authors>Remi Caput</Authors>
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 9fa9689

Please sign in to comment.