Skip to content

Commit

Permalink
prepared v 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
usix79 committed Jun 13, 2022
1 parent f1dd1f9 commit 214a50d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/Avro.FSharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@
<Authors>usix</Authors>
<Title>Avro.FSharp</Title>
<Description>FSharp implementation of Apache Avro. The library generates an Avro schema by an F# type as well as serialize and deserialize an F# data in binary and json encodings.</Description>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<Version>0.4.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.0.0</Version>
<PackageTags>Avro;FSharp</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/usix79/Avro.FSharp</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>
# Release Notes
## 1.0.0 - 2022-06-13
! Final Release
* Implemented zig-zag encoding for integers
* Fixed bug when serde close its stream
## 0.4.0 - 2020-11-18
* Seamless compatibility with Fable.Avro
## 0.3.0 - 2020-11-03
Expand Down

0 comments on commit 214a50d

Please sign in to comment.