From 97eac82c897e1ec172bea1bc6155e10739fae75e Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 9 Nov 2014 01:34:22 +0800 Subject: [PATCH 1/3] remove AnyCPU configuration --- shadowsocks-csharp/shadowsocks-csharp.csproj | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/shadowsocks-csharp/shadowsocks-csharp.csproj b/shadowsocks-csharp/shadowsocks-csharp.csproj index 22422445..45afa2e7 100755 --- a/shadowsocks-csharp/shadowsocks-csharp.csproj +++ b/shadowsocks-csharp/shadowsocks-csharp.csproj @@ -37,26 +37,6 @@ false true - - true - full - false - bin\Debug\ - TRACE;DEBUG;SIMPLE_JSON_NO_LINQ_EXPRESSION - prompt - 4 - false - true - - - pdbonly - true - bin\Release\ - TRACE;SIMPLE_JSON_NO_LINQ_EXPRESSION - prompt - 4 - false - true bin\x86\Debug\ From 8327c0f289d3ade207897b1500331ac90c4213a7 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 9 Nov 2014 01:34:50 +0800 Subject: [PATCH 2/3] remove AnyCPU configuration --- shadowsocks-csharp.sln | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shadowsocks-csharp.sln b/shadowsocks-csharp.sln index c98f328b..46bde1a8 100755 --- a/shadowsocks-csharp.sln +++ b/shadowsocks-csharp.sln @@ -5,19 +5,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "shadowsocks-csharp", "shado EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Debug|Any CPU.Build.0 = Debug|Any CPU {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Debug|x86.ActiveCfg = Debug|x86 {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Debug|x86.Build.0 = Debug|x86 {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Debug|x86.Deploy.0 = Debug|x86 - {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Release|Any CPU.Build.0 = Release|Any CPU {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Release|x86.ActiveCfg = Release|x86 {8C02D2F7-7CDB-4D55-9F25-CD03EF4AA062}.Release|x86.Build.0 = Release|x86 EndGlobalSection From 2ce10ace53ac7c10f6e024534111b28a5046017f Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 9 Nov 2014 01:38:00 +0800 Subject: [PATCH 3/3] bump --- CHANGES | 4 ++++ shadowsocks-csharp/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 442d5de7..b7838460 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.0.4 +- Try to fix data corruption +- Remove all configuration except x86 + 2.0.3 - Support QRCode generation - Fix compatibility issues with some Chrome version diff --git a/shadowsocks-csharp/Properties/AssemblyInfo.cs b/shadowsocks-csharp/Properties/AssemblyInfo.cs index e6316b3a..02c3eba7 100755 --- a/shadowsocks-csharp/Properties/AssemblyInfo.cs +++ b/shadowsocks-csharp/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.3")] +[assembly: AssemblyVersion("2.0.4")] // [assembly: AssemblyFileVersion("2.0.0")]