Skip to content

Commit

Permalink
Release 1.7.2-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
domn1995 committed May 12, 2023
1 parent 00c296d commit b2d55e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Dunet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/domn1995/dunet</RepositoryUrl>
<PackageTags>source; generator; discriminated; union; functional; tagged;</PackageTags>
<AssemblyVersion>1.7.1</AssemblyVersion>
<FileVersion>1.7.1</FileVersion>
<AssemblyVersion>1.7.2-pre1</AssemblyVersion>
<FileVersion>1.7.2-pre1</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>1.7.1 - Disables implicit conversions when union has a required property.
<PackageReleaseNotes>1.7.2-pre1 - Make Dunet attribute internal to prevent clashing in project references.
1.7.1 - Disables implicit conversions when union has a required property.
1.7.0 - Match on specific union variant.
1.6.0 - Support generator cancellation.
1.5.0 - Support async Action match functions.
Expand All @@ -44,7 +45,7 @@
<RepositoryType>git</RepositoryType>
<PackageIcon>favicon.png</PackageIcon>
<SignAssembly>False</SignAssembly>
<Version>1.7.1</Version>
<Version>1.7.2-pre1</Version>
<NeutralLanguage>en</NeutralLanguage>
<DevelopmentDependency>true</DevelopmentDependency>
<NoWarn>$(NoWarn);NU5128</NoWarn>
Expand Down

0 comments on commit b2d55e3

Please sign in to comment.