From 44ceef1b6045e5e028a025b6cb8950dff87a083d Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 24 Apr 2015 12:19:39 -0500 Subject: [PATCH] Update version to 1.0.5 --- NetTally/Properties/AssemblyInfo.cs | 6 +++--- TallyCore/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NetTally/Properties/AssemblyInfo.cs b/NetTally/Properties/AssemblyInfo.cs index 0ec690f9..ba304c14 100644 --- a/NetTally/Properties/AssemblyInfo.cs +++ b/NetTally/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ // 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("1.0.4.0")] -[assembly: AssemblyFileVersion("1.0.4.0")] -[assembly: AssemblyInformationalVersion("1.0.4")] +[assembly: AssemblyVersion("1.0.5.0")] +[assembly: AssemblyFileVersion("1.0.5.0")] +[assembly: AssemblyInformationalVersion("1.0.5")] diff --git a/TallyCore/Properties/AssemblyInfo.cs b/TallyCore/Properties/AssemblyInfo.cs index f9819066..5aeb8d4f 100644 --- a/TallyCore/Properties/AssemblyInfo.cs +++ b/TallyCore/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // 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("1.0.4.0")] -[assembly: AssemblyFileVersion("1.0.4.0")] -[assembly: AssemblyInformationalVersion("1.0.4")] +[assembly: AssemblyVersion("1.0.5.0")] +[assembly: AssemblyFileVersion("1.0.5.0")] +[assembly: AssemblyInformationalVersion("1.0.5")]