Skip to content

Commit

Permalink
Bump to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2024
1 parent 1855374 commit 8ca7afc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Nino.Core/Nino.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<LangVersion>9</LangVersion>
<PackageId>Nino.Serialization</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.0.3</Version>
<Version>3.0.4</Version>
<Title>Nino.Serialization</Title>
<Authors>JasonXuDeveloper</Authors>
<Description>High performance and low size binary serialization solution, especially for Unity.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Nino.Generator/Nino.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageId>Nino.Generator</PackageId>
<IncludeBuildOutput>true</IncludeBuildOutput>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.0.3</Version>
<Version>3.0.4</Version>
<Title>Nino.Generator</Title>
<Authors>JasonXuDeveloper</Authors>
<Description>Source Generator for the high performance and low size binary serialization solution, especially for Unity.</Description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.jasonxudeveloper.nino",
"version": "3.0.3",
"version": "3.0.4",
"displayName": "Nino",
"description": "Ultimate high-performance binary serialization library for C#.",
"unity": "2022.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Nino/Nino.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<IncludeContentInPack>true</IncludeContentInPack>
<PackageId>Nino</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.0.3</Version>
<Version>3.0.4</Version>
<Title>Nino</Title>
<Authors>JasonXuDeveloper</Authors>
<Description>High performance and low size binary serialization solution, especially for Unity.</Description>
Expand Down
4 changes: 2 additions & 2 deletions src/Version.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("3.0.3")]
[assembly: AssemblyFileVersion("3.0.3")]
[assembly: AssemblyVersion("3.0.4")]
[assembly: AssemblyFileVersion("3.0.4")]

0 comments on commit 8ca7afc

Please sign in to comment.