Skip to content

Commit

Permalink
Bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrest committed Aug 14, 2024
1 parent a4f7dbe commit 82652b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/FastGenericNew.Shared.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>3.2.0-preview1</Version>
<AssemblyVersion>3.2.0</AssemblyVersion>
<Version>3.3.0</Version>
<AssemblyVersion>3.3.0</AssemblyVersion>
</PropertyGroup>

<!-- Ensure the asset files are referenced in the project file -->
Expand Down Expand Up @@ -32,7 +32,7 @@ C# 10 Parameterless struct constructors Support (Both invokes or not)
<RepositoryUrl>https://github.com/Nyrest/FastGenericNew</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/Nyrest/FastGenericNew</PackageProjectUrl>
<PackageTags>Performance, Fast, Generic, New, Expression, Optimization, CreateInstance, Activator, $(PackageTagsPostfix)</PackageTags>
<PackageTags>Performance, Fast, Generic, New, Expression, Optimization, CreateInstance, Activator, DynamicMethod, $(PackageTagsPostfix)</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>Logo.png</PackageIcon>
<IsPackable>true</IsPackable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// Please do not modify this file directly
// <auto-generated/>
//------------------------------------------------------------------------------
#define FastNewPX_AllowUnsafeImplementation
#nullable enable
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Environment:
Version = 3.2.0.0
Version = 3.3.0.0
KeyValues:
Expand Down

0 comments on commit 82652b3

Please sign in to comment.