Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonXuDeveloper committed Jan 19, 2025
2 parents 08f3620 + f377a07 commit c0ac0bc
Show file tree
Hide file tree
Showing 7 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.8</Version>
<Version>3.0.9</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.8</Version>
<Version>3.0.9</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
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.jasonxudeveloper.nino",
"version": "3.0.8",
"version": "3.0.9",
"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.8</Version>
<Version>3.0.9</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.8")]
[assembly: AssemblyFileVersion("3.0.8")]
[assembly: AssemblyVersion("3.0.9")]
[assembly: AssemblyFileVersion("3.0.9")]

0 comments on commit c0ac0bc

Please sign in to comment.