Skip to content

Commit

Permalink
fix 0.8.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-montrose committed Jan 25, 2021
1 parent 43b5fca commit 496b4a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Cesil.SourceGenerator/Cesil.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
<PropertyGroup>
<NoWarn>1701;1702;NU5128</NoWarn>
<AssemblyVersion>0.8.0.0</AssemblyVersion>
<PackageReleaseNotes>Pre-release, but functionally complete.
Please report any issues: https://github.com/kevin-montrose/Cesil/issues/new

Initial release.

Use with Cesil to avoid runtime code generation of (de)serializers.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 2 additions & 4 deletions Cesil/Cesil.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
Please report any issues: https://github.com/kevin-montrose/Cesil/issues/new

Changes
- Now targets .NET Core 3.1
- removes allocations from formatting various enums
- taking a range of a dynamic row no longer copies the underlying data buffer
- bug fix for parsing values that start with implicitly skipped characters</PackageReleaseNotes>
- Add support for compile time generation of (de)serializers
- Add Cesil.SourceGenerator package, apply new attributes, and use AheadOfTimeTypeDescriber to avoid runtime code generation</PackageReleaseNotes>
<Nullable>enable</Nullable>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\SignatureKey.snk</AssemblyOriginatorKeyFile>
Expand Down
Binary file modified Nuget/Cesil.0.8.0.nupkg
Binary file not shown.
Binary file modified Nuget/Cesil.SourceGenerator.0.8.0.nupkg
Binary file not shown.

0 comments on commit 496b4a2

Please sign in to comment.