diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index 81f1c5d..eb3d012 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -41,12 +41,12 @@ // 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.2")] +[assembly: AssemblyVersion("1.3")] // This is also assigned to 'AssemblyInformationalVersion' which is the product version // Standard Way: [major].[minor].[bugfix].[build] // .NET Convention: Third digit is the auto-incremented build version. Fourth digit is revision, which is service pack no -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] /* * AssemblyVersion should only be changed for major changes or breaking changes since any change to the * AssemblyVersion would force every .NET application referencing the assembly to re-compile against the