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

Commit 8c2d184

Browse files
committed
fix enum array serialize
1 parent aeaac6b commit 8c2d184

File tree

34 files changed

+175
-219
lines changed

34 files changed

+175
-219
lines changed

nuget/ZeroFormatter.1.5.5.nupkg

-117 KB
Binary file not shown.
-20.8 KB
Binary file not shown.
-6.01 MB
Binary file not shown.

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.5.5</version>
5+
<version>1.5.6</version>
66
<title>ZeroFormatter.Interfaces</title>
77
<authors>neuecc</authors>
88
<owners>y.neuecc</owners>
-40.5 KB
Binary file not shown.

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.5.5</version>
5+
<version>1.5.6</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.5.5" />
20+
<dependency id="ZeroFormatter.Interfaces" version="1.5.6" />
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.5.5</version>
5+
<version>1.5.6</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.5.5" />
20+
<dependency id="ZeroFormatter.Interfaces" version="1.5.6" />
2121
</group>
2222
<group targetFramework=".NETStandard1.6">
23-
<dependency id="ZeroFormatter.Interfaces" version="1.5.5" />
23+
<dependency id="ZeroFormatter.Interfaces" version="1.5.6" />
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.5.5.nupkg -Source https://www.nuget.org/api/v2/package
3-
nuget push ZeroFormatter.Interfaces.1.5.5.nupkg -Source https://www.nuget.org/api/v2/package
4-
nuget push ZeroFormatter.Unity.1.5.5.nupkg -Source https://www.nuget.org/api/v2/package
2+
nuget push ZeroFormatter.1.5.6.nupkg -Source https://www.nuget.org/api/v2/package
3+
nuget push ZeroFormatter.Interfaces.1.5.6.nupkg -Source https://www.nuget.org/api/v2/package
4+
nuget push ZeroFormatter.Unity.1.5.6.nupkg -Source https://www.nuget.org/api/v2/package

nuget/zfc.exe

-6.09 MB
Binary file not shown.

nuget/zfc.exe.config

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)