From eb6acab2d46fa4832769bc3597ff729222cb0445 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Thu, 11 Jun 2015 19:01:27 +0200 Subject: [PATCH] Bump version to 0.6 --- XmlSchemaClassGenerator/Properties/AssemblyInfo.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/XmlSchemaClassGenerator/Properties/AssemblyInfo.cs b/XmlSchemaClassGenerator/Properties/AssemblyInfo.cs index b3a094fb..10b92bdc 100644 --- a/XmlSchemaClassGenerator/Properties/AssemblyInfo.cs +++ b/XmlSchemaClassGenerator/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("XmlSchemaClassGenerator")] @@ -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,11 +25,11 @@ // 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 +// 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.5.*")] +[assembly: AssemblyVersion("0.6.*")]