From 1ba703ef5a28de681c0eb82762822ef1f7d4ff52 Mon Sep 17 00:00:00 2001 From: Will Pearson Date: Sun, 15 Jan 2017 19:43:05 +0000 Subject: [PATCH] Bump version to 0.3.1 --- src/Compat/Properties/AssemblyInfo.cs | 12 ++++++------ src/Compat/Resources/Version.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Compat/Properties/AssemblyInfo.cs b/src/Compat/Properties/AssemblyInfo.cs index f28eab4..7f6a3d8 100644 --- a/src/Compat/Properties/AssemblyInfo.cs +++ b/src/Compat/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Compat")] @@ -14,8 +14,8 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] @@ -25,12 +25,12 @@ // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // // 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.*")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("0.3.*")] +// [assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/src/Compat/Resources/Version.txt b/src/Compat/Resources/Version.txt index be58634..9e11b32 100644 --- a/src/Compat/Resources/Version.txt +++ b/src/Compat/Resources/Version.txt @@ -1 +1 @@ -0.3 +0.3.1