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

Commit 17342a5

Browse files
committed
1.6.4
1 parent 1c744ec commit 17342a5

39 files changed

+641
-17092
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,11 @@ UpgradeLog*.XML
112112
tests/ZeroFormatter.UnityTests/bin/*
113113
tests/ZeroFormatter.UnityTests/Library/*
114114
tests/ZeroFormatter.UnityTests/obj/*
115-
tests/ZeroFormatter.UnityTests/Temp/*
115+
tests/ZeroFormatter.UnityTests/Temp/*
116+
117+
#OTHERS
118+
119+
nuget/*.zip
120+
nuget/*.nupkg
121+
nuget/zfc.exe
122+
nuget/zfc.exe.config

ZeroFormatter.sln

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26206.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_others", "_others", "{7FB78A03-3E9B-4E43-9A47-77D868ACCFD9}"
77
ProjectSection(SolutionItems) = preProject
8-
global.json = global.json
8+
.gitignore = .gitignore
99
LICENSE = LICENSE
1010
nuget\pack.bat = nuget\pack.bat
1111
nuget\push.bat = nuget\push.bat
@@ -16,6 +16,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_others", "_others", "{7FB7
1616
nuget\ZeroFormatter.Unity.nuspec = nuget\ZeroFormatter.Unity.nuspec
1717
EndProjectSection
1818
EndProject
19+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2CE059FD-1C8D-49B7-851E-4A5B385F63D5}"
20+
EndProject
21+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sandbox", "sandbox", "{F29BFD74-5462-485D-851E-69B683F08C84}"
22+
EndProject
23+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4A106901-0A11-4D37-B5E6-D4DB7A43C41C}"
24+
EndProject
1925
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZeroFormatter", "src\ZeroFormatter\ZeroFormatter.csproj", "{82049AFE-0913-4FA4-B924-AD5354952154}"
2026
EndProject
2127
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZeroFormatter.Analyzer", "src\ZeroFormatter.Analyzer\ZeroFormatter.Analyzer.csproj", "{A15F092D-C6D9-4938-B288-7A8B6CF39A53}"
@@ -26,23 +32,17 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZeroFormatter.CodeGenerator
2632
EndProject
2733
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZeroFormatter.Interfaces", "src\ZeroFormatter.Interfaces\ZeroFormatter.Interfaces.csproj", "{C051F473-427F-4062-94FB-CAE3FA460FC8}"
2834
EndProject
29-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2CE059FD-1C8D-49B7-851E-4A5B385F63D5}"
30-
EndProject
31-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sandbox", "sandbox", "{F29BFD74-5462-485D-851E-69B683F08C84}"
32-
EndProject
33-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4A106901-0A11-4D37-B5E6-D4DB7A43C41C}"
34-
EndProject
3535
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZeroFormatter.Tests", "tests\ZeroFormatter.Tests\ZeroFormatter.Tests.csproj", "{419EF6DC-7A15-4B50-88A4-E2AEDB73FA7F}"
3636
EndProject
3737
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox", "sandbox\Sandbox\Sandbox.csproj", "{C8BA4A0F-5F66-442A-9516-D3E94C1E26F3}"
3838
EndProject
39-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ZeroFormatter.Interfaces.NETCore", "src\ZeroFormatter.Interfaces.NETCore\ZeroFormatter.Interfaces.NETCore.xproj", "{E486CA99-A9FC-4B7D-9FB5-38A53C995C87}"
39+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZeroFormatter.Interfaces.NETCore", "src\ZeroFormatter.Interfaces.NETCore\ZeroFormatter.Interfaces.NETCore.csproj", "{E486CA99-A9FC-4B7D-9FB5-38A53C995C87}"
4040
EndProject
41-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ZeroFormatter.NETCore", "src\ZeroFormatter.NETCore\ZeroFormatter.NETCore.xproj", "{C6B8E59E-ECF2-4AE9-A8F7-02E9BDAD57EB}"
41+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZeroFormatter.NETCore", "src\ZeroFormatter.NETCore\ZeroFormatter.NETCore.csproj", "{C6B8E59E-ECF2-4AE9-A8F7-02E9BDAD57EB}"
4242
EndProject
43-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Sandbox.NETCore", "sandbox\Sandbox.NETCore\Sandbox.NETCore.xproj", "{105EFFE6-8855-4C8A-B20F-86C9E0AD5842}"
43+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sandbox.NETCore", "sandbox\Sandbox.NETCore\Sandbox.NETCore.csproj", "{105EFFE6-8855-4C8A-B20F-86C9E0AD5842}"
4444
EndProject
45-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ZeroFormatter.NETCore.Tests", "tests\ZeroFormatter.NETCore.Tests\ZeroFormatter.NETCore.Tests.xproj", "{0763A385-4EE0-45F3-8B20-0B0A71C74870}"
45+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZeroFormatter.NETCore.Tests", "tests\ZeroFormatter.NETCore.Tests\ZeroFormatter.NETCore.Tests.csproj", "{0763A385-4EE0-45F3-8B20-0B0A71C74870}"
4646
EndProject
4747
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox.Shared", "sandbox\Sandbox.Shared\Sandbox.Shared.csproj", "{944F22D3-20B1-4F6D-83FA-9331CD4ADF75}"
4848
EndProject
@@ -119,8 +119,8 @@ Global
119119
{0763A385-4EE0-45F3-8B20-0B0A71C74870}.Debug|Any CPU.Build.0 = Debug|Any CPU
120120
{0763A385-4EE0-45F3-8B20-0B0A71C74870}.Release|Any CPU.ActiveCfg = Release|Any CPU
121121
{0763A385-4EE0-45F3-8B20-0B0A71C74870}.Release|Any CPU.Build.0 = Release|Any CPU
122-
{0763A385-4EE0-45F3-8B20-0B0A71C74870}.Unity|Any CPU.ActiveCfg = Unity|Any CPU
123-
{0763A385-4EE0-45F3-8B20-0B0A71C74870}.Unity|Any CPU.Build.0 = Unity|Any CPU
122+
{0763A385-4EE0-45F3-8B20-0B0A71C74870}.Unity|Any CPU.ActiveCfg = Release|Any CPU
123+
{0763A385-4EE0-45F3-8B20-0B0A71C74870}.Unity|Any CPU.Build.0 = Release|Any CPU
124124
{944F22D3-20B1-4F6D-83FA-9331CD4ADF75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
125125
{944F22D3-20B1-4F6D-83FA-9331CD4ADF75}.Debug|Any CPU.Build.0 = Debug|Any CPU
126126
{944F22D3-20B1-4F6D-83FA-9331CD4ADF75}.Release|Any CPU.ActiveCfg = Release|Any CPU

global.json

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

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.3</version>
5+
<version>1.6.4</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.3</version>
5+
<version>1.6.4</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.3" />
20+
<dependency id="ZeroFormatter.Interfaces" version="1.6.4" />
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.3</version>
5+
<version>1.6.4</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.3" />
20+
<dependency id="ZeroFormatter.Interfaces" version="1.6.4" />
2121
</group>
2222
<group targetFramework=".NETStandard1.6">
23-
<dependency id="ZeroFormatter.Interfaces" version="1.6.3" />
23+
<dependency id="ZeroFormatter.Interfaces" version="1.6.4" />
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.3.nupkg -Source https://www.nuget.org/api/v2/package
3-
nuget push ZeroFormatter.Interfaces.1.6.3.nupkg -Source https://www.nuget.org/api/v2/package
4-
nuget push ZeroFormatter.Unity.1.6.3.nupkg -Source https://www.nuget.org/api/v2/package
2+
nuget push ZeroFormatter.1.6.4.nupkg -Source https://www.nuget.org/api/v2/package
3+
nuget push ZeroFormatter.Interfaces.1.6.4.nupkg -Source https://www.nuget.org/api/v2/package
4+
nuget push ZeroFormatter.Unity.1.6.4.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.3.0")]
36-
[assembly: AssemblyFileVersion("1.6.3.0")]
35+
[assembly: AssemblyVersion("1.6.4.0")]
36+
[assembly: AssemblyFileVersion("1.6.4.0")]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<VersionPrefix>1.6.4</VersionPrefix>
5+
<TargetFramework>netcoreapp1.0</TargetFramework>
6+
<AssemblyName>Sandbox.NETCore</AssemblyName>
7+
<OutputType>Exe</OutputType>
8+
<PackageId>Sandbox.NETCore</PackageId>
9+
<RuntimeFrameworkVersion>1.0.3</RuntimeFrameworkVersion>
10+
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
11+
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
12+
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
13+
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
14+
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<ProjectReference Include="..\..\src\ZeroFormatter.Interfaces.NETCore\ZeroFormatter.Interfaces.NETCore.csproj" />
18+
<ProjectReference Include="..\..\src\ZeroFormatter.NETCore\ZeroFormatter.NETCore.csproj" />
19+
</ItemGroup>
20+
21+
</Project>

sandbox/Sandbox.NETCore/Sandbox.NETCore.xproj

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

sandbox/Sandbox.NETCore/project.json

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

0 commit comments

Comments
 (0)