Skip to content

Commit

Permalink
Bump version to 3.0.0-preview2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrest authored Mar 6, 2022
1 parent 9f74b95 commit 40c951a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions FastGenericNew.Shared.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.0.0-preview1</Version>
<Version>3.0.0-preview2</Version>
<AssemblyVersion>3.0.0</AssemblyVersion>
</PropertyGroup>

Expand Down Expand Up @@ -30,6 +30,7 @@ C# 10 Parameterless struct constructors Support (Both invokes or not)

<!-- Nuget Package README -->
<ItemGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand All @@ -41,4 +42,4 @@ C# 10 Parameterless struct constructors Support (Both invokes or not)
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup-->
</Project>
</Project>

0 comments on commit 40c951a

Please sign in to comment.