From 8ca7afc8c8415adca40d344c75fad4105c5aaa1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 Nov 2024 03:21:40 +0000 Subject: [PATCH] Bump to v3.0.4 --- src/Nino.Core/Nino.Core.csproj | 2 +- src/Nino.Generator/Nino.Generator.csproj | 2 +- .../Packages/com.jasonxudeveloper.nino/package.json | 2 +- src/Nino/Nino.csproj | 2 +- src/Version.cs | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Nino.Core/Nino.Core.csproj b/src/Nino.Core/Nino.Core.csproj index 25f43dc..541c58c 100644 --- a/src/Nino.Core/Nino.Core.csproj +++ b/src/Nino.Core/Nino.Core.csproj @@ -7,7 +7,7 @@ 9 Nino.Serialization true - 3.0.3 + 3.0.4 Nino.Serialization JasonXuDeveloper High performance and low size binary serialization solution, especially for Unity. diff --git a/src/Nino.Generator/Nino.Generator.csproj b/src/Nino.Generator/Nino.Generator.csproj index 5d12922..b6692da 100644 --- a/src/Nino.Generator/Nino.Generator.csproj +++ b/src/Nino.Generator/Nino.Generator.csproj @@ -11,7 +11,7 @@ Nino.Generator true true - 3.0.3 + 3.0.4 Nino.Generator JasonXuDeveloper Source Generator for the high performance and low size binary serialization solution, especially for Unity. diff --git a/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/package.json b/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/package.json index 2f35aa5..f874571 100644 --- a/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/package.json +++ b/src/Nino.Unity/Packages/com.jasonxudeveloper.nino/package.json @@ -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", diff --git a/src/Nino/Nino.csproj b/src/Nino/Nino.csproj index add8ba7..d31f93b 100644 --- a/src/Nino/Nino.csproj +++ b/src/Nino/Nino.csproj @@ -7,7 +7,7 @@ true Nino true - 3.0.3 + 3.0.4 Nino JasonXuDeveloper High performance and low size binary serialization solution, especially for Unity. diff --git a/src/Version.cs b/src/Version.cs index 1a3faac..7c2327e 100644 --- a/src/Version.cs +++ b/src/Version.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("3.0.3")] -[assembly: AssemblyFileVersion("3.0.3")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.4")] +[assembly: AssemblyFileVersion("3.0.4")] \ No newline at end of file