diff --git a/README.md b/README.md index fe0ee40..f38c272 100644 --- a/README.md +++ b/README.md @@ -473,8 +473,11 @@ zfc arguments help: -m, --disallowinmetadata [optional, default=false]Don't generate in metadata type -g, --gencomparekeyonly [optional, default=false]Don't generate in EnumEqualityComparer except dictionary key -n, --namespace=VALUE [optional, default=ZeroFormatter]Set namespace root name + -f, --forcedefaultresolver [optional, default=false]Force use DefaultResolver ``` +> Note: Some options is important for reduce code generation size and startup speed on IL2CPP, especially `-f` is recommend if you use only DefaultResolver. + ``` // Simple Case: zfc.exe -i "..\src\Sandbox.Shared.csproj" -o "ZeroFormatterGenerated.cs" diff --git a/nuget/ZeroFormatter.Interfaces.nuspec b/nuget/ZeroFormatter.Interfaces.nuspec index c56754a..02d6839 100644 --- a/nuget/ZeroFormatter.Interfaces.nuspec +++ b/nuget/ZeroFormatter.Interfaces.nuspec @@ -2,14 +2,14 @@ ZeroFormatter.Interfaces - 1.6.2 + 1.6.3 ZeroFormatter.Interfaces neuecc y.neuecc https://github.com/neuecc/ZeroFormatter/ false Plain interfaces and KeyTuple of ZeroFormatter, it is used for define serializable targets. - fixed serialize issue when mutate under non-tracked collection. + modify resolver priority for extend types. add -u option for zfc.exe. ZeroFormatter, Serialization, Formatter, Serializer diff --git a/nuget/ZeroFormatter.Unity.nuspec b/nuget/ZeroFormatter.Unity.nuspec index 047d9db..7a4ef71 100644 --- a/nuget/ZeroFormatter.Unity.nuspec +++ b/nuget/ZeroFormatter.Unity.nuspec @@ -2,14 +2,14 @@ ZeroFormatter.Unity - 1.6.2 + 1.6.3 ZeroFormatter.Unity neuecc y.neuecc https://github.com/neuecc/ZeroFormatter/ false Infinitely fast serializer for .NET, .NET Core and Unity. - fixed serialize issue when mutate under non-tracked collection. + modify resolver priority for extend types. add -u option for zfc.exe. ZeroFormatter, Serialization, Formatter, Serializer @@ -17,7 +17,7 @@ - + diff --git a/nuget/ZeroFormatter.nuspec b/nuget/ZeroFormatter.nuspec index 308f553..5c29239 100644 --- a/nuget/ZeroFormatter.nuspec +++ b/nuget/ZeroFormatter.nuspec @@ -2,14 +2,14 @@ ZeroFormatter - 1.6.2 + 1.6.3 ZeroFormatter neuecc y.neuecc https://github.com/neuecc/ZeroFormatter/ false Infinitely fast serializer for .NET, .NET Core and Unity. - fixed serialize issue when mutate under non-tracked collection. + modify resolver priority for extend types. add -u option for zfc.exe. ZeroFormatter, Serialization, Formatter, Serializer @@ -17,10 +17,10 @@ - + - + diff --git a/nuget/push.bat b/nuget/push.bat index c9f011e..42ba205 100644 --- a/nuget/push.bat +++ b/nuget/push.bat @@ -1,4 +1,4 @@ REM nuget push ZeroFormatter.Analyzer.1.1.1.0.nupkg -Source https://www.nuget.org/api/v2/package -nuget push ZeroFormatter.1.6.2.nupkg -Source https://www.nuget.org/api/v2/package -nuget push ZeroFormatter.Interfaces.1.6.2.nupkg -Source https://www.nuget.org/api/v2/package -nuget push ZeroFormatter.Unity.1.6.2.nupkg -Source https://www.nuget.org/api/v2/package +nuget push ZeroFormatter.1.6.3.nupkg -Source https://www.nuget.org/api/v2/package +nuget push ZeroFormatter.Interfaces.1.6.3.nupkg -Source https://www.nuget.org/api/v2/package +nuget push ZeroFormatter.Unity.1.6.3.nupkg -Source https://www.nuget.org/api/v2/package diff --git a/sandbox/PerformanceComparison/App.config b/sandbox/PerformanceComparison/App.config index 7956c88..499a0a7 100644 --- a/sandbox/PerformanceComparison/App.config +++ b/sandbox/PerformanceComparison/App.config @@ -7,7 +7,11 @@ - + + + + + diff --git a/sandbox/PerformanceComparison/PerformanceComparison.csproj b/sandbox/PerformanceComparison/PerformanceComparison.csproj index a163e09..99feca1 100644 --- a/sandbox/PerformanceComparison/PerformanceComparison.csproj +++ b/sandbox/PerformanceComparison/PerformanceComparison.csproj @@ -36,8 +36,8 @@ false - - ..\..\packages\FSharp.Core.4.0.1.7-alpha\lib\net40\FSharp.Core.dll + + ..\..\packages\FSharp.Core.4.1.0\lib\net40\FSharp.Core.dll True @@ -52,42 +52,50 @@ ..\..\packages\FsPickler.Json.3.2.0\lib\net45\FsPickler.Json.dll True - - ..\..\packages\Google.Protobuf.3.1.0\lib\net45\Google.Protobuf.dll + + ..\..\packages\Google.Protobuf.3.2.0\lib\net45\Google.Protobuf.dll True - - ..\..\packages\Jil.2.14.5\lib\net45\Jil.dll + + ..\..\packages\Jil.2.15.0\lib\net45\Jil.dll True - False - MessagePackCSharp_Alpha\MessagePack.dll + ..\..\packages\MessagePack.0.1.0-beta\lib\net45\MessagePack.dll + True - ..\..\packages\MsgPack.Cli.0.9.0-beta1\lib\net46\MsgPack.dll + ..\..\packages\MsgPack.Cli.0.9.0-beta2\lib\net46\MsgPack.dll True ..\..\packages\NetSerializer.4.1.0\lib\net45\NetSerializer.dll True - - ..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\Newtonsoft.Json.10.0.1-beta1\lib\net45\Newtonsoft.Json.dll True ..\..\packages\protobuf-net.2.1.0\lib\net451\protobuf-net.dll True - - ..\..\packages\Sigil.4.6.1\lib\net45\Sigil.dll + + ..\..\packages\Sigil.4.7.0\lib\net45\Sigil.dll True + + ..\..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll + True + + + ..\..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll + True + @@ -95,7 +103,7 @@ - ..\..\packages\Wire.0.8.1\lib\net45\Wire.dll + ..\..\packages\Wire.0.8.2\lib\net45\Wire.dll True @@ -136,7 +144,6 @@ PreserveNewest - diff --git a/sandbox/PerformanceComparison/Program.cs b/sandbox/PerformanceComparison/Program.cs index deec356..ce7c71d 100644 --- a/sandbox/PerformanceComparison/Program.cs +++ b/sandbox/PerformanceComparison/Program.cs @@ -428,19 +428,11 @@ static T SerializeMsgPack(T original) T copy = default(T); byte[] bytes = null; - // Note:We should check MessagePackSerializer.Get() on every iteration - // But currenly MsgPack-Cli has bug of get serializer - // https://github.com/msgpack/msgpack-cli/issues/191 - // so, get serializer at first. - // and If enum serialization options to ByUnderlyingValue, gets more fast but we check default option only. - - var serializer = MsgPack.Serialization.MessagePackSerializer.Get(); - using (new Measure("Serialize")) { for (int i = 0; i < Iteration; i++) { - bytes = serializer.PackSingleObject(original); + bytes = MsgPack.Serialization.MessagePackSerializer.Get().PackSingleObject(original); } } @@ -448,7 +440,7 @@ static T SerializeMsgPack(T original) { for (int i = 0; i < Iteration; i++) { - copy = serializer.UnpackSingleObject(bytes); + copy = MsgPack.Serialization.MessagePackSerializer.Get().UnpackSingleObject(bytes); } } diff --git a/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs b/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs index 59ad8d7..fe7b7ee 100644 --- a/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs +++ b/sandbox/PerformanceComparison/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.2.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyVersion("1.6.3.0")] +[assembly: AssemblyFileVersion("1.6.3.0")] diff --git a/sandbox/PerformanceComparison/packages.config b/sandbox/PerformanceComparison/packages.config index 37c3939..a5ccdbd 100644 --- a/sandbox/PerformanceComparison/packages.config +++ b/sandbox/PerformanceComparison/packages.config @@ -1,15 +1,19 @@  - + - - - + + + + - + - - + + + + + \ No newline at end of file diff --git a/sandbox/Sandbox.NETCore/project.json b/sandbox/Sandbox.NETCore/project.json index 2e0b4db..69dcd3a 100644 --- a/sandbox/Sandbox.NETCore/project.json +++ b/sandbox/Sandbox.NETCore/project.json @@ -1,5 +1,5 @@ { - "version": "1.6.2-*", + "version": "1.6.3-*", "buildOptions": { "emitEntryPoint": true }, @@ -9,8 +9,8 @@ "type": "platform", "version": "1.0.0" }, - "ZeroFormatter.Interfaces.NETCore": "1.6.2", - "ZeroFormatter.NETCore": "1.6.2" + "ZeroFormatter.Interfaces.NETCore": "1.6.3", + "ZeroFormatter.NETCore": "1.6.3" }, "frameworks": { diff --git a/sandbox/Sandbox.NETCore/project.lock.json b/sandbox/Sandbox.NETCore/project.lock.json index 5a48018..27277b1 100644 --- a/sandbox/Sandbox.NETCore/project.lock.json +++ b/sandbox/Sandbox.NETCore/project.lock.json @@ -1992,7 +1992,7 @@ "lib/netstandard1.3/_._": {} } }, - "ZeroFormatter.Interfaces.NETCore/1.6.2": { + "ZeroFormatter.Interfaces.NETCore/1.6.3": { "type": "project", "framework": ".NETStandard,Version=v1.1", "dependencies": { @@ -2006,7 +2006,7 @@ "netstandard1.1/ZeroFormatter.Interfaces.NETCore.dll": {} } }, - "ZeroFormatter.NETCore/1.6.2": { + "ZeroFormatter.NETCore/1.6.3": { "type": "project", "framework": ".NETStandard,Version=v1.6", "dependencies": { @@ -2024,7 +2024,7 @@ "System.Text.Encoding": "4.0.11", "System.Text.Encoding.Extensions": "4.0.11", "System.Threading": "4.0.11", - "ZeroFormatter.Interfaces.NETCore": "1.6.2" + "ZeroFormatter.Interfaces.NETCore": "1.6.3" }, "compile": { "netstandard1.6/ZeroFormatter.NETCore.dll": {} @@ -6627,12 +6627,12 @@ "ref/xamarinwatchos10/_._" ] }, - "ZeroFormatter.Interfaces.NETCore/1.6.2": { + "ZeroFormatter.Interfaces.NETCore/1.6.3": { "type": "project", "path": "../../src/ZeroFormatter.Interfaces.NETCore/project.json", "msbuildProject": "../../src/ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj" }, - "ZeroFormatter.NETCore/1.6.2": { + "ZeroFormatter.NETCore/1.6.3": { "type": "project", "path": "../../src/ZeroFormatter.NETCore/project.json", "msbuildProject": "../../src/ZeroFormatter.NETCore/ZeroFormatter.NETCore.xproj" @@ -6641,8 +6641,8 @@ "projectFileDependencyGroups": { "": [ "Microsoft.NETCore.App >= 1.0.0", - "ZeroFormatter.Interfaces.NETCore >= 1.6.2", - "ZeroFormatter.NETCore >= 1.6.2" + "ZeroFormatter.Interfaces.NETCore >= 1.6.3", + "ZeroFormatter.NETCore >= 1.6.3" ], ".NETCoreApp,Version=v1.0": [] }, diff --git a/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs b/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs index 4b4d54b..f8585a6 100644 --- a/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs +++ b/sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.2.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyVersion("1.6.3.0")] +[assembly: AssemblyFileVersion("1.6.3.0")] diff --git a/sandbox/Sandbox/Properties/AssemblyInfo.cs b/sandbox/Sandbox/Properties/AssemblyInfo.cs index e87d510..d7d8043 100644 --- a/sandbox/Sandbox/Properties/AssemblyInfo.cs +++ b/sandbox/Sandbox/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.2.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyVersion("1.6.3.0")] +[assembly: AssemblyFileVersion("1.6.3.0")] diff --git a/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest b/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest index e6cf2ef..deacb66 100644 --- a/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest +++ b/src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + ZeroFormatterAnalyzer New Launcher of ZeroFormatter.Analyzer diff --git a/src/ZeroFormatter.CodeGenerator/Program.cs b/src/ZeroFormatter.CodeGenerator/Program.cs index 033df6f..4a64b01 100644 --- a/src/ZeroFormatter.CodeGenerator/Program.cs +++ b/src/ZeroFormatter.CodeGenerator/Program.cs @@ -86,7 +86,6 @@ static void Main(string[] args) var cmdArgs = new CommandlineArguments(args); if (!cmdArgs.IsParsed) { - new System.Threading.Tasks.Dataflow.ActionBlock(x => Console.WriteLine(x)); return; } diff --git a/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs b/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs index a89abda..d2e66c9 100644 --- a/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs +++ b/src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.2.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyVersion("1.6.3.0")] +[assembly: AssemblyFileVersion("1.6.3.0")] diff --git a/src/ZeroFormatter.Interfaces.NETCore/project.json b/src/ZeroFormatter.Interfaces.NETCore/project.json index 7f0ee37..2e11848 100644 --- a/src/ZeroFormatter.Interfaces.NETCore/project.json +++ b/src/ZeroFormatter.Interfaces.NETCore/project.json @@ -1,5 +1,5 @@ { - "version": "1.6.2", + "version": "1.6.3", "buildOptions": { "outputName": "ZeroFormatter.Interfaces", "compile": "../ZeroFormatter.Interfaces/*.cs" diff --git a/src/ZeroFormatter.Interfaces/Properties/AssemblyInfo.cs b/src/ZeroFormatter.Interfaces/Properties/AssemblyInfo.cs index 8df12ce..ae02b4b 100644 --- a/src/ZeroFormatter.Interfaces/Properties/AssemblyInfo.cs +++ b/src/ZeroFormatter.Interfaces/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.2.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyVersion("1.6.3.0")] +[assembly: AssemblyFileVersion("1.6.3.0")] diff --git a/src/ZeroFormatter.NETCore/project.json b/src/ZeroFormatter.NETCore/project.json index 590021d..520caf0 100644 --- a/src/ZeroFormatter.NETCore/project.json +++ b/src/ZeroFormatter.NETCore/project.json @@ -1,5 +1,5 @@ { - "version": "1.6.2", + "version": "1.6.3", "buildOptions": { "allowUnsafe": true, "outputName": "ZeroFormatter", @@ -24,7 +24,7 @@ "System.Text.Encoding.Extensions": "4.0.11", "System.Collections.Concurrent": "4.0.12", "System.ObjectModel": "4.0.12", - "ZeroFormatter.Interfaces.NETCore": "1.6.2" + "ZeroFormatter.Interfaces.NETCore": "1.6.3" }, "frameworks": { "netstandard1.6": { diff --git a/src/ZeroFormatter.NETCore/project.lock.json b/src/ZeroFormatter.NETCore/project.lock.json index 8eeec33..b245cc4 100644 --- a/src/ZeroFormatter.NETCore/project.lock.json +++ b/src/ZeroFormatter.NETCore/project.lock.json @@ -359,7 +359,7 @@ "ref/netstandard1.3/System.Threading.Tasks.dll": {} } }, - "ZeroFormatter.Interfaces.NETCore/1.6.2": { + "ZeroFormatter.Interfaces.NETCore/1.6.3": { "type": "project", "framework": ".NETStandard,Version=v1.1", "dependencies": { @@ -2001,7 +2001,7 @@ "ref/xamarinwatchos10/_._" ] }, - "ZeroFormatter.Interfaces.NETCore/1.6.2": { + "ZeroFormatter.Interfaces.NETCore/1.6.3": { "type": "project", "path": "../ZeroFormatter.Interfaces.NETCore/project.json", "msbuildProject": "../ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj" @@ -2023,7 +2023,7 @@ "System.Text.Encoding >= 4.0.11", "System.Text.Encoding.Extensions >= 4.0.11", "System.Threading >= 4.0.11", - "ZeroFormatter.Interfaces.NETCore >= 1.6.2" + "ZeroFormatter.Interfaces.NETCore >= 1.6.3" ], ".NETStandard,Version=v1.6": [] }, diff --git a/src/ZeroFormatter/Properties/AssemblyInfo.cs b/src/ZeroFormatter/Properties/AssemblyInfo.cs index 8bd0cb3..b32aca7 100644 --- a/src/ZeroFormatter/Properties/AssemblyInfo.cs +++ b/src/ZeroFormatter/Properties/AssemblyInfo.cs @@ -33,8 +33,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.2.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyVersion("1.6.3.0")] +[assembly: AssemblyFileVersion("1.6.3.0")] [assembly: InternalsVisibleTo("ZeroFormatter.Tests")] diff --git a/tests/ZeroFormatter.NETCore.Tests/project.json b/tests/ZeroFormatter.NETCore.Tests/project.json index 52210b5..4bdd9c5 100644 --- a/tests/ZeroFormatter.NETCore.Tests/project.json +++ b/tests/ZeroFormatter.NETCore.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "1.6.2-*", + "version": "1.6.3-*", "testRunner": "xunit", "dependencies": { "Microsoft.CSharp": "4.0.1", @@ -8,11 +8,11 @@ "System.Dynamic.Runtime": "4.0.11", "xunit": "2.2.0-beta3-build3402", "dotnet-test-xunit": "2.2.0-preview2-build1029", - "ZeroFormatter.Interfaces.NETCore": "1.6.2", - "ZeroFormatter.NETCore": "1.6.2" + "ZeroFormatter.Interfaces.NETCore": "1.6.3", + "ZeroFormatter.NETCore": "1.6.3" }, "frameworks": { - "netcoreapp1.6.2": { + "netcoreapp1.6.3": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", diff --git a/tests/ZeroFormatter.NETCore.Tests/project.lock.json b/tests/ZeroFormatter.NETCore.Tests/project.lock.json index d91d634..a0469ed 100644 --- a/tests/ZeroFormatter.NETCore.Tests/project.lock.json +++ b/tests/ZeroFormatter.NETCore.Tests/project.lock.json @@ -2,7 +2,7 @@ "locked": false, "version": 2, "targets": { - ".NETCoreApp,Version=v1.6.2": { + ".NETCoreApp,Version=v1.6.3": { "dotnet-test-xunit/2.2.0-preview2-build1029": { "type": "package", "dependencies": { @@ -2489,7 +2489,7 @@ "lib/netstandard1.1/xunit.runner.utility.dotnet.dll": {} } }, - "ZeroFormatter.Interfaces.NETCore/1.6.2": { + "ZeroFormatter.Interfaces.NETCore/1.6.3": { "type": "project", "framework": ".NETStandard,Version=v1.1", "dependencies": { @@ -2503,7 +2503,7 @@ "netstandard1.1/ZeroFormatter.Interfaces.NETCore.dll": {} } }, - "ZeroFormatter.NETCore/1.6.2": { + "ZeroFormatter.NETCore/1.6.3": { "type": "project", "framework": ".NETStandard,Version=v1.6", "dependencies": { @@ -2521,7 +2521,7 @@ "System.Text.Encoding": "4.0.11", "System.Text.Encoding.Extensions": "4.0.11", "System.Threading": "4.0.11", - "ZeroFormatter.Interfaces.NETCore": "1.6.2" + "ZeroFormatter.Interfaces.NETCore": "1.6.3" }, "compile": { "netstandard1.6/ZeroFormatter.NETCore.dll": {} @@ -7573,12 +7573,12 @@ "xunit.runner.utility.nuspec" ] }, - "ZeroFormatter.Interfaces.NETCore/1.6.2": { + "ZeroFormatter.Interfaces.NETCore/1.6.3": { "type": "project", "path": "../../src/ZeroFormatter.Interfaces.NETCore/project.json", "msbuildProject": "../../src/ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj" }, - "ZeroFormatter.NETCore/1.6.2": { + "ZeroFormatter.NETCore/1.6.3": { "type": "project", "path": "../../src/ZeroFormatter.NETCore/project.json", "msbuildProject": "../../src/ZeroFormatter.NETCore/ZeroFormatter.NETCore.xproj" @@ -7590,12 +7590,12 @@ "NETStandard.Library >= 1.6.0", "System.Diagnostics.Contracts >= 4.0.1", "System.Dynamic.Runtime >= 4.0.11", - "ZeroFormatter.Interfaces.NETCore >= 1.6.2", - "ZeroFormatter.NETCore >= 1.6.2", + "ZeroFormatter.Interfaces.NETCore >= 1.6.3", + "ZeroFormatter.NETCore >= 1.6.3", "dotnet-test-xunit >= 2.2.0-preview2-build1029", "xunit >= 2.2.0-beta3-build3402" ], - ".NETCoreApp,Version=v1.6.2": [ + ".NETCoreApp,Version=v1.6.3": [ "Microsoft.NETCore.App >= 1.0.1" ] }, diff --git a/tests/ZeroFormatter.Tests/Properties/AssemblyInfo.cs b/tests/ZeroFormatter.Tests/Properties/AssemblyInfo.cs index 2851520..877bd4c 100644 --- a/tests/ZeroFormatter.Tests/Properties/AssemblyInfo.cs +++ b/tests/ZeroFormatter.Tests/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.2.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyVersion("1.6.3.0")] +[assembly: AssemblyFileVersion("1.6.3.0")] diff --git a/tests/ZeroFormatter.UnityTests/Assets/Dlls/Sandbox.Shared.dll b/tests/ZeroFormatter.UnityTests/Assets/Dlls/Sandbox.Shared.dll index 0864396..364e7ef 100644 Binary files a/tests/ZeroFormatter.UnityTests/Assets/Dlls/Sandbox.Shared.dll and b/tests/ZeroFormatter.UnityTests/Assets/Dlls/Sandbox.Shared.dll differ diff --git a/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.Interfaces.dll b/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.Interfaces.dll index 27d9f53..1ae7295 100644 Binary files a/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.Interfaces.dll and b/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.Interfaces.dll differ diff --git a/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.dll b/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.dll index d712e81..d3c64d6 100644 Binary files a/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.dll and b/tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.dll differ