diff --git a/App/AssemblyInfo1.cs b/App/AssemblyInfo1.cs index 3def172d..a7cc32db 100644 --- a/App/AssemblyInfo1.cs +++ b/App/AssemblyInfo1.cs @@ -31,7 +31,7 @@ // Revision // #if (DEBUG) -[assembly: AssemblyVersion("1.10.*")] +[assembly: AssemblyVersion("1.11.*")] #else -[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.2.0.1")] #endif diff --git a/Deploy/SpeditUpdater/Program.cs b/Deploy/SpeditUpdater/Program.cs index b79f6344..1bd50e7e 100644 --- a/Deploy/SpeditUpdater/Program.cs +++ b/Deploy/SpeditUpdater/Program.cs @@ -44,7 +44,7 @@ private static void Worker(object arg) UpdateMarquee um = (UpdateMarquee)arg; string zipFile = Path.Combine(Environment.CurrentDirectory, "updateZipFile.zip"); - byte[] zipFileContent = SpeditUpdater.Properties.Resources.spedit1_2_0_0Update; + byte[] zipFileContent = SpeditUpdater.Properties.Resources.spedit1_2_0_1Update; File.WriteAllBytes(zipFile, zipFileContent); diff --git a/Deploy/SpeditUpdater/Properties/Resources.Designer.cs b/Deploy/SpeditUpdater/Properties/Resources.Designer.cs index 3a1bcc50..ac297e77 100644 --- a/Deploy/SpeditUpdater/Properties/Resources.Designer.cs +++ b/Deploy/SpeditUpdater/Properties/Resources.Designer.cs @@ -73,9 +73,9 @@ internal static System.Drawing.Bitmap IconPng { /// /// Looks up a localized resource of type System.Byte[]. /// - internal static byte[] spedit1_2_0_0Update { + internal static byte[] spedit1_2_0_1Update { get { - object obj = ResourceManager.GetObject("spedit1_2_0_0Update", resourceCulture); + object obj = ResourceManager.GetObject("spedit1_2_0_1Update", resourceCulture); return ((byte[])(obj)); } } diff --git a/Deploy/SpeditUpdater/Properties/Resources.resx b/Deploy/SpeditUpdater/Properties/Resources.resx index cb0110e1..3739c61a 100644 --- a/Deploy/SpeditUpdater/Properties/Resources.resx +++ b/Deploy/SpeditUpdater/Properties/Resources.resx @@ -121,7 +121,7 @@ ..\Res\IconPng.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Res\spedit1.2.0.0Update.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Res\spedit1.2.0.1Update.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/Deploy/SpeditUpdater/Res/spedit1.2.0.1Update.zip b/Deploy/SpeditUpdater/Res/spedit1.2.0.1Update.zip new file mode 100644 index 00000000..528f889c Binary files /dev/null and b/Deploy/SpeditUpdater/Res/spedit1.2.0.1Update.zip differ diff --git a/Deploy/SpeditUpdater/SpeditUpdater.csproj b/Deploy/SpeditUpdater/SpeditUpdater.csproj index 1422a537..84fac6cf 100644 --- a/Deploy/SpeditUpdater/SpeditUpdater.csproj +++ b/Deploy/SpeditUpdater/SpeditUpdater.csproj @@ -49,6 +49,7 @@ + diff --git a/Program.cs b/Program.cs index d052ab5c..27b7a9e2 100644 --- a/Program.cs +++ b/Program.cs @@ -14,7 +14,7 @@ namespace Spedit { public static class Program { - public const string ProgramInternalVersion = "10"; + public const string ProgramInternalVersion = "11"; public static MainWindow MainWindow; public static OptionsControl OptionsObject;