From 87dc68022af53c34c5e432ddd4fdb1128a3a95e9 Mon Sep 17 00:00:00 2001 From: MiffyLiye Date: Tue, 21 Jun 2016 12:50:18 +0800 Subject: [PATCH] Update version --- TcpPing/Properties/AssemblyInfo.cs | 4 ++-- TcpPingTest/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TcpPing/Properties/AssemblyInfo.cs b/TcpPing/Properties/AssemblyInfo.cs index 8626dd1..caf4a78 100644 --- a/TcpPing/Properties/AssemblyInfo.cs +++ b/TcpPing/Properties/AssemblyInfo.cs @@ -37,7 +37,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.2.0.0")] +[assembly: AssemblyFileVersion("0.2.0.0")] [assembly: NeutralResourcesLanguage("en")] diff --git a/TcpPingTest/Properties/AssemblyInfo.cs b/TcpPingTest/Properties/AssemblyInfo.cs index 7529bc2..336848a 100644 --- a/TcpPingTest/Properties/AssemblyInfo.cs +++ b/TcpPingTest/Properties/AssemblyInfo.cs @@ -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("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.2.0.0")] +[assembly: AssemblyFileVersion("0.2.0.0")]