Skip to content

Commit 43259bd

Browse files
Bump to v3.3.9
1 parent f55fb02 commit 43259bd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/Nino.Core/Nino.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<LangVersion>9</LangVersion>
88
<PackageId>Nino.Serialization</PackageId>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
10-
<Version>3.3.8</Version>
10+
<Version>3.3.9</Version>
1111
<Title>Nino.Serialization</Title>
1212
<Authors>JasonXuDeveloper</Authors>
1313
<Description>High performance and low size binary serialization solution, especially for Unity.</Description>

src/Nino.Generator/Nino.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageId>Nino.Generator</PackageId>
1313
<IncludeBuildOutput>true</IncludeBuildOutput>
1414
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
15-
<Version>3.3.8</Version>
15+
<Version>3.3.9</Version>
1616
<Title>Nino.Generator</Title>
1717
<Authors>JasonXuDeveloper</Authors>
1818
<Description>Source Generator for the high performance and low size binary serialization solution, especially for Unity.</Description>

src/Nino.Unity/Packages/com.jasonxudeveloper.nino/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.jasonxudeveloper.nino",
3-
"version": "3.3.8",
3+
"version": "3.3.9",
44
"displayName": "Nino",
55
"description": "Ultimate high-performance binary serialization library for C#.",
66
"unity": "2022.3",

src/Nino/Nino.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<IncludeContentInPack>true</IncludeContentInPack>
88
<PackageId>Nino</PackageId>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
10-
<Version>3.3.8</Version>
10+
<Version>3.3.9</Version>
1111
<Title>Nino</Title>
1212
<Authors>JasonXuDeveloper</Authors>
1313
<Description>High performance and low size binary serialization solution, especially for Unity.</Description>

src/Version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("3.3.8")]
4-
[assembly: AssemblyFileVersion("3.3.8")]
3+
[assembly: AssemblyVersion("3.3.9")]
4+
[assembly: AssemblyFileVersion("3.3.9")]

0 commit comments

Comments
 (0)