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

Commit dad2b62

Browse files
committed
1.6.1
1 parent edc1930 commit dad2b62

File tree

23 files changed

+55
-55
lines changed

23 files changed

+55
-55
lines changed

nuget/ZeroFormatter.Interfaces.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>ZeroFormatter.Interfaces</id>
5-
<version>1.6.0</version>
5+
<version>1.6.1</version>
66
<title>ZeroFormatter.Interfaces</title>
77
<authors>neuecc</authors>
88
<owners>y.neuecc</owners>

nuget/ZeroFormatter.Unity.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>ZeroFormatter.Unity</id>
5-
<version>1.6.0</version>
5+
<version>1.6.1</version>
66
<title>ZeroFormatter.Unity</title>
77
<authors>neuecc</authors>
88
<owners>y.neuecc</owners>
@@ -17,7 +17,7 @@
1717
</frameworkAssemblies>
1818
<dependencies>
1919
<group targetFramework="Unity Full v3.5">
20-
<dependency id="ZeroFormatter.Interfaces" version="1.6.0" />
20+
<dependency id="ZeroFormatter.Interfaces" version="1.6.1" />
2121
</group>
2222
</dependencies>
2323
</metadata>

nuget/ZeroFormatter.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>ZeroFormatter</id>
5-
<version>1.6.0</version>
5+
<version>1.6.1</version>
66
<title>ZeroFormatter</title>
77
<authors>neuecc</authors>
88
<owners>y.neuecc</owners>
@@ -17,10 +17,10 @@
1717
</frameworkAssemblies>
1818
<dependencies>
1919
<group targetFramework=".NETFramework4.5">
20-
<dependency id="ZeroFormatter.Interfaces" version="1.6.0" />
20+
<dependency id="ZeroFormatter.Interfaces" version="1.6.1" />
2121
</group>
2222
<group targetFramework=".NETStandard1.6">
23-
<dependency id="ZeroFormatter.Interfaces" version="1.6.0" />
23+
<dependency id="ZeroFormatter.Interfaces" version="1.6.1" />
2424
<dependency id="System.Reflection.Emit" version="4.0.1" />
2525
<dependency id="System.Runtime" version="4.1.0" />
2626
<dependency id="System.Runtime.Extensions" version="4.1.0" />

nuget/push.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
REM nuget push ZeroFormatter.Analyzer.1.1.1.0.nupkg -Source https://www.nuget.org/api/v2/package
2-
nuget push ZeroFormatter.1.6.0.nupkg -Source https://www.nuget.org/api/v2/package
3-
nuget push ZeroFormatter.Interfaces.1.6.0.nupkg -Source https://www.nuget.org/api/v2/package
4-
nuget push ZeroFormatter.Unity.1.6.0.nupkg -Source https://www.nuget.org/api/v2/package
2+
nuget push ZeroFormatter.1.6.1.nupkg -Source https://www.nuget.org/api/v2/package
3+
nuget push ZeroFormatter.Interfaces.1.6.1.nupkg -Source https://www.nuget.org/api/v2/package
4+
nuget push ZeroFormatter.Unity.1.6.1.nupkg -Source https://www.nuget.org/api/v2/package

sandbox/PerformanceComparison/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.6.0.0")]
36-
[assembly: AssemblyFileVersion("1.6.0.0")]
35+
[assembly: AssemblyVersion("1.6.1.0")]
36+
[assembly: AssemblyFileVersion("1.6.1.0")]

sandbox/Sandbox.NETCore/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.6.0-*",
2+
"version": "1.6.1-*",
33
"buildOptions": {
44
"emitEntryPoint": true
55
},
@@ -9,8 +9,8 @@
99
"type": "platform",
1010
"version": "1.0.0"
1111
},
12-
"ZeroFormatter.Interfaces.NETCore": "1.6.0",
13-
"ZeroFormatter.NETCore": "1.6.0"
12+
"ZeroFormatter.Interfaces.NETCore": "1.6.1",
13+
"ZeroFormatter.NETCore": "1.6.1"
1414
},
1515

1616
"frameworks": {

sandbox/Sandbox.NETCore/project.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,7 @@
19921992
"lib/netstandard1.3/_._": {}
19931993
}
19941994
},
1995-
"ZeroFormatter.Interfaces.NETCore/1.6.0": {
1995+
"ZeroFormatter.Interfaces.NETCore/1.6.1": {
19961996
"type": "project",
19971997
"framework": ".NETStandard,Version=v1.1",
19981998
"dependencies": {
@@ -2006,7 +2006,7 @@
20062006
"netstandard1.1/ZeroFormatter.Interfaces.NETCore.dll": {}
20072007
}
20082008
},
2009-
"ZeroFormatter.NETCore/1.6.0": {
2009+
"ZeroFormatter.NETCore/1.6.1": {
20102010
"type": "project",
20112011
"framework": ".NETStandard,Version=v1.6",
20122012
"dependencies": {
@@ -2024,7 +2024,7 @@
20242024
"System.Text.Encoding": "4.0.11",
20252025
"System.Text.Encoding.Extensions": "4.0.11",
20262026
"System.Threading": "4.0.11",
2027-
"ZeroFormatter.Interfaces.NETCore": "1.6.0"
2027+
"ZeroFormatter.Interfaces.NETCore": "1.6.1"
20282028
},
20292029
"compile": {
20302030
"netstandard1.6/ZeroFormatter.NETCore.dll": {}
@@ -6627,12 +6627,12 @@
66276627
"ref/xamarinwatchos10/_._"
66286628
]
66296629
},
6630-
"ZeroFormatter.Interfaces.NETCore/1.6.0": {
6630+
"ZeroFormatter.Interfaces.NETCore/1.6.1": {
66316631
"type": "project",
66326632
"path": "../../src/ZeroFormatter.Interfaces.NETCore/project.json",
66336633
"msbuildProject": "../../src/ZeroFormatter.Interfaces.NETCore/ZeroFormatter.Interfaces.NETCore.xproj"
66346634
},
6635-
"ZeroFormatter.NETCore/1.6.0": {
6635+
"ZeroFormatter.NETCore/1.6.1": {
66366636
"type": "project",
66376637
"path": "../../src/ZeroFormatter.NETCore/project.json",
66386638
"msbuildProject": "../../src/ZeroFormatter.NETCore/ZeroFormatter.NETCore.xproj"
@@ -6641,8 +6641,8 @@
66416641
"projectFileDependencyGroups": {
66426642
"": [
66436643
"Microsoft.NETCore.App >= 1.0.0",
6644-
"ZeroFormatter.Interfaces.NETCore >= 1.6.0",
6645-
"ZeroFormatter.NETCore >= 1.6.0"
6644+
"ZeroFormatter.Interfaces.NETCore >= 1.6.1",
6645+
"ZeroFormatter.NETCore >= 1.6.1"
66466646
],
66476647
".NETCoreApp,Version=v1.0": []
66486648
},

sandbox/Sandbox.Shared/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.6.0.0")]
36-
[assembly: AssemblyFileVersion("1.6.0.0")]
35+
[assembly: AssemblyVersion("1.6.1.0")]
36+
[assembly: AssemblyFileVersion("1.6.1.0")]

sandbox/Sandbox/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.6.0.0")]
36-
[assembly: AssemblyFileVersion("1.6.0.0")]
35+
[assembly: AssemblyVersion("1.6.1.0")]
36+
[assembly: AssemblyFileVersion("1.6.1.0")]

src/ZeroFormatter.Analyzer.Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="ZeroFormatterAnalyzer.343bae8e-c880-437c-9e30-748b9e0f9b6e" Version="1.6.0" Language="en-US" Publisher="neuecc"/>
4+
<Identity Id="ZeroFormatterAnalyzer.343bae8e-c880-437c-9e30-748b9e0f9b6e" Version="1.6.1" Language="en-US" Publisher="neuecc"/>
55
<DisplayName>ZeroFormatterAnalyzer</DisplayName>
66
<Description xml:space="preserve">New Launcher of ZeroFormatter.Analyzer</Description>
77
</Metadata>

0 commit comments

Comments
 (0)