Skip to content

Commit

Permalink
Merge pull request #151 from agocke/bump-version
Browse files Browse the repository at this point in the history
Bump version of main project
  • Loading branch information
agocke committed Jan 26, 2024
2 parents e8d4ddb + e634600 commit 4c335b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/pack/README.Serde.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ This package contains the core Serde library and support for JSON. Additional Nu

## Getting started

Serde-dn uses C# 11 features, so until .NET 7 is released it requires the following flags to be added to the `csproj` file:

You can now use the `[GenerateSerialize]` and `[GenerateDeserialize]` attributes to automatically implement serialization and
deserialization for your own types. Don't forget to mark them `partial`!

Expand Down
2 changes: 1 addition & 1 deletion src/pack/Serde.Pkg.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>

<PackageId>Serde</PackageId>
<PackageVersion>0.6.0-preview1</PackageVersion>
<PackageVersion>0.6.0-preview2</PackageVersion>
<IsPackable>true</IsPackable>
<PackageOutputPath>$(ArtifactsPath)pack</PackageOutputPath>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
Expand Down

0 comments on commit 4c335b7

Please sign in to comment.