Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Jan 24, 2017
1 parent edc1930 commit dad2b62
Show file tree
Hide file tree
Showing 23 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion nuget/ZeroFormatter.Interfaces.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ZeroFormatter.Interfaces</id>
<version>1.6.0</version>
<version>1.6.1</version>
<title>ZeroFormatter.Interfaces</title>
<authors>neuecc</authors>
<owners>y.neuecc</owners>
Expand Down
4 changes: 2 additions & 2 deletions nuget/ZeroFormatter.Unity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ZeroFormatter.Unity</id>
<version>1.6.0</version>
<version>1.6.1</version>
<title>ZeroFormatter.Unity</title>
<authors>neuecc</authors>
<owners>y.neuecc</owners>
Expand All @@ -17,7 +17,7 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework="Unity Full v3.5">
<dependency id="ZeroFormatter.Interfaces" version="1.6.0" />
<dependency id="ZeroFormatter.Interfaces" version="1.6.1" />
</group>
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions nuget/ZeroFormatter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ZeroFormatter</id>
<version>1.6.0</version>
<version>1.6.1</version>
<title>ZeroFormatter</title>
<authors>neuecc</authors>
<owners>y.neuecc</owners>
Expand All @@ -17,10 +17,10 @@
</frameworkAssemblies>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="ZeroFormatter.Interfaces" version="1.6.0" />
<dependency id="ZeroFormatter.Interfaces" version="1.6.1" />
</group>
<group targetFramework=".NETStandard1.6">
<dependency id="ZeroFormatter.Interfaces" version="1.6.0" />
<dependency id="ZeroFormatter.Interfaces" version="1.6.1" />
<dependency id="System.Reflection.Emit" version="4.0.1" />
<dependency id="System.Runtime" version="4.1.0" />
<dependency id="System.Runtime.Extensions" version="4.1.0" />
Expand Down
6 changes: 3 additions & 3 deletions nuget/push.bat
Original file line number Diff line number Diff line change
@@ -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.0.nupkg -Source https://www.nuget.org/api/v2/package
nuget push ZeroFormatter.Interfaces.1.6.0.nupkg -Source https://www.nuget.org/api/v2/package
nuget push ZeroFormatter.Unity.1.6.0.nupkg -Source https://www.nuget.org/api/v2/package
nuget push ZeroFormatter.1.6.1.nupkg -Source https://www.nuget.org/api/v2/package
nuget push ZeroFormatter.Interfaces.1.6.1.nupkg -Source https://www.nuget.org/api/v2/package
nuget push ZeroFormatter.Unity.1.6.1.nupkg -Source https://www.nuget.org/api/v2/package
4 changes: 2 additions & 2 deletions sandbox/PerformanceComparison/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
6 changes: 3 additions & 3 deletions sandbox/Sandbox.NETCore/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.0-*",
"version": "1.6.1-*",
"buildOptions": {
"emitEntryPoint": true
},
Expand All @@ -9,8 +9,8 @@
"type": "platform",
"version": "1.0.0"
},
"ZeroFormatter.Interfaces.NETCore": "1.6.0",
"ZeroFormatter.NETCore": "1.6.0"
"ZeroFormatter.Interfaces.NETCore": "1.6.1",
"ZeroFormatter.NETCore": "1.6.1"
},

"frameworks": {
Expand Down
14 changes: 7 additions & 7 deletions sandbox/Sandbox.NETCore/project.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1992,7 +1992,7 @@
"lib/netstandard1.3/_._": {}
}
},
"ZeroFormatter.Interfaces.NETCore/1.6.0": {
"ZeroFormatter.Interfaces.NETCore/1.6.1": {
"type": "project",
"framework": ".NETStandard,Version=v1.1",
"dependencies": {
Expand All @@ -2006,7 +2006,7 @@
"netstandard1.1/ZeroFormatter.Interfaces.NETCore.dll": {}
}
},
"ZeroFormatter.NETCore/1.6.0": {
"ZeroFormatter.NETCore/1.6.1": {
"type": "project",
"framework": ".NETStandard,Version=v1.6",
"dependencies": {
Expand All @@ -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.0"
"ZeroFormatter.Interfaces.NETCore": "1.6.1"
},
"compile": {
"netstandard1.6/ZeroFormatter.NETCore.dll": {}
Expand Down Expand Up @@ -6627,12 +6627,12 @@
"ref/xamarinwatchos10/_._"
]
},
"ZeroFormatter.Interfaces.NETCore/1.6.0": {
"ZeroFormatter.Interfaces.NETCore/1.6.1": {
"type": "project",
"path": "../../src/ZeroFormatter.Interfaces.NETCore/project.json",
"msbuildProject": "../../src/ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj"
},
"ZeroFormatter.NETCore/1.6.0": {
"ZeroFormatter.NETCore/1.6.1": {
"type": "project",
"path": "../../src/ZeroFormatter.NETCore/project.json",
"msbuildProject": "../../src/ZeroFormatter.NETCore/ZeroFormatter.NETCore.xproj"
Expand All @@ -6641,8 +6641,8 @@
"projectFileDependencyGroups": {
"": [
"Microsoft.NETCore.App >= 1.0.0",
"ZeroFormatter.Interfaces.NETCore >= 1.6.0",
"ZeroFormatter.NETCore >= 1.6.0"
"ZeroFormatter.Interfaces.NETCore >= 1.6.1",
"ZeroFormatter.NETCore >= 1.6.1"
],
".NETCoreApp,Version=v1.0": []
},
Expand Down
4 changes: 2 additions & 2 deletions sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
4 changes: 2 additions & 2 deletions sandbox/Sandbox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="ZeroFormatterAnalyzer.343bae8e-c880-437c-9e30-748b9e0f9b6e" Version="1.6.0" Language="en-US" Publisher="neuecc"/>
<Identity Id="ZeroFormatterAnalyzer.343bae8e-c880-437c-9e30-748b9e0f9b6e" Version="1.6.1" Language="en-US" Publisher="neuecc"/>
<DisplayName>ZeroFormatterAnalyzer</DisplayName>
<Description xml:space="preserve">New Launcher of ZeroFormatter.Analyzer</Description>
</Metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/ZeroFormatter.CodeGenerator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
2 changes: 1 addition & 1 deletion src/ZeroFormatter.Interfaces.NETCore/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.0",
"version": "1.6.1",
"buildOptions": {
"outputName": "ZeroFormatter.Interfaces",
"compile": "../ZeroFormatter.Interfaces/*.cs"
Expand Down
4 changes: 2 additions & 2 deletions src/ZeroFormatter.Interfaces/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
4 changes: 2 additions & 2 deletions src/ZeroFormatter.NETCore/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.0",
"version": "1.6.1",
"buildOptions": {
"allowUnsafe": true,
"outputName": "ZeroFormatter",
Expand All @@ -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.0"
"ZeroFormatter.Interfaces.NETCore": "1.6.1"
},
"frameworks": {
"netstandard1.6": {
Expand Down
6 changes: 3 additions & 3 deletions src/ZeroFormatter.NETCore/project.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"ref/netstandard1.3/System.Threading.Tasks.dll": {}
}
},
"ZeroFormatter.Interfaces.NETCore/1.6.0": {
"ZeroFormatter.Interfaces.NETCore/1.6.1": {
"type": "project",
"framework": ".NETStandard,Version=v1.1",
"dependencies": {
Expand Down Expand Up @@ -2001,7 +2001,7 @@
"ref/xamarinwatchos10/_._"
]
},
"ZeroFormatter.Interfaces.NETCore/1.6.0": {
"ZeroFormatter.Interfaces.NETCore/1.6.1": {
"type": "project",
"path": "../ZeroFormatter.Interfaces.NETCore/project.json",
"msbuildProject": "../ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj"
Expand All @@ -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.0"
"ZeroFormatter.Interfaces.NETCore >= 1.6.1"
],
".NETStandard,Version=v1.6": []
},
Expand Down
4 changes: 2 additions & 2 deletions src/ZeroFormatter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]


[assembly: InternalsVisibleTo("ZeroFormatter.Tests")]
Expand Down
4 changes: 2 additions & 2 deletions tests/ZeroFormatter.NETCore.Tests/ObjectFormatterTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ public int Serialize(ref byte[] targetBytes, int offset)

// Auto Generate Area(incr index...)
offset += ObjectSegmentHelper.SerializeFixedLength<DefaultResolver, int>(ref targetBytes, startOffset, offset, 0, __binaryLastIndex, __originalBytes, __extraFixedBytes, __tracker);
offset += ObjectSegmentHelper.SerializeCacheSegment<DefaultResolver, string>(ref targetBytes, startOffset, offset, 1, _firstName);
offset += ObjectSegmentHelper.SerializeCacheSegment<DefaultResolver, string>(ref targetBytes, startOffset, offset, 2, _lastName);
offset += ObjectSegmentHelper.SerializeCacheSegment<DefaultResolver, string>(ref targetBytes, startOffset, offset, 1, ref _firstName);
offset += ObjectSegmentHelper.SerializeCacheSegment<DefaultResolver, string>(ref targetBytes, startOffset, offset, 2, ref _lastName);
offset += ObjectSegmentHelper.SerializeFixedLength<DefaultResolver, int>(ref targetBytes, startOffset, offset, 3, __binaryLastIndex, __originalBytes, __extraFixedBytes, __tracker);
offset += ObjectSegmentHelper.SerializeSegment<DefaultResolver, IList<int>>(ref targetBytes, startOffset, offset, 4, _myList);

Expand Down
8 changes: 4 additions & 4 deletions tests/ZeroFormatter.NETCore.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.0-*",
"version": "1.6.1-*",
"testRunner": "xunit",
"dependencies": {
"Microsoft.CSharp": "4.0.1",
Expand All @@ -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.0",
"ZeroFormatter.NETCore": "1.6.0"
"ZeroFormatter.Interfaces.NETCore": "1.6.1",
"ZeroFormatter.NETCore": "1.6.1"
},
"frameworks": {
"netcoreapp1.6.0": {
"netcoreapp1.6.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
Expand Down
18 changes: 9 additions & 9 deletions tests/ZeroFormatter.NETCore.Tests/project.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"locked": false,
"version": 2,
"targets": {
".NETCoreApp,Version=v1.6": {
".NETCoreApp,Version=v1.6.1": {
"dotnet-test-xunit/2.2.0-preview2-build1029": {
"type": "package",
"dependencies": {
Expand Down Expand Up @@ -2489,7 +2489,7 @@
"lib/netstandard1.1/xunit.runner.utility.dotnet.dll": {}
}
},
"ZeroFormatter.Interfaces.NETCore/1.6.0": {
"ZeroFormatter.Interfaces.NETCore/1.6.1": {
"type": "project",
"framework": ".NETStandard,Version=v1.1",
"dependencies": {
Expand All @@ -2503,7 +2503,7 @@
"netstandard1.1/ZeroFormatter.Interfaces.NETCore.dll": {}
}
},
"ZeroFormatter.NETCore/1.6.0": {
"ZeroFormatter.NETCore/1.6.1": {
"type": "project",
"framework": ".NETStandard,Version=v1.6",
"dependencies": {
Expand All @@ -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.0"
"ZeroFormatter.Interfaces.NETCore": "1.6.1"
},
"compile": {
"netstandard1.6/ZeroFormatter.NETCore.dll": {}
Expand Down Expand Up @@ -7573,12 +7573,12 @@
"xunit.runner.utility.nuspec"
]
},
"ZeroFormatter.Interfaces.NETCore/1.6.0": {
"ZeroFormatter.Interfaces.NETCore/1.6.1": {
"type": "project",
"path": "../../src/ZeroFormatter.Interfaces.NETCore/project.json",
"msbuildProject": "../../src/ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj"
},
"ZeroFormatter.NETCore/1.6.0": {
"ZeroFormatter.NETCore/1.6.1": {
"type": "project",
"path": "../../src/ZeroFormatter.NETCore/project.json",
"msbuildProject": "../../src/ZeroFormatter.NETCore/ZeroFormatter.NETCore.xproj"
Expand All @@ -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.0",
"ZeroFormatter.NETCore >= 1.6.0",
"ZeroFormatter.Interfaces.NETCore >= 1.6.1",
"ZeroFormatter.NETCore >= 1.6.1",
"dotnet-test-xunit >= 2.2.0-preview2-build1029",
"xunit >= 2.2.0-beta3-build3402"
],
".NETCoreApp,Version=v1.6": [
".NETCoreApp,Version=v1.6.1": [
"Microsoft.NETCore.App >= 1.0.1"
]
},
Expand Down
4 changes: 2 additions & 2 deletions tests/ZeroFormatter.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
Binary file modified tests/ZeroFormatter.UnityTests/Assets/Dlls/Sandbox.Shared.dll
Binary file not shown.
Binary file not shown.
Binary file modified tests/ZeroFormatter.UnityTests/Assets/Dlls/ZeroFormatter.dll
Binary file not shown.

0 comments on commit dad2b62

Please sign in to comment.