Skip to content

Commit a5d78ff

Browse files
committed
Push release preparations 1.2.0.1
1 parent b021e0d commit a5d78ff

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

App/AssemblyInfo1.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Revision
3232
//
3333
#if (DEBUG)
34-
[assembly: AssemblyVersion("1.10.*")]
34+
[assembly: AssemblyVersion("1.11.*")]
3535
#else
36-
[assembly: AssemblyVersion("1.2.0.0")]
36+
[assembly: AssemblyVersion("1.2.0.1")]
3737
#endif

Deploy/SpeditUpdater/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private static void Worker(object arg)
4444
UpdateMarquee um = (UpdateMarquee)arg;
4545
string zipFile = Path.Combine(Environment.CurrentDirectory, "updateZipFile.zip");
4646

47-
byte[] zipFileContent = SpeditUpdater.Properties.Resources.spedit1_2_0_0Update;
47+
byte[] zipFileContent = SpeditUpdater.Properties.Resources.spedit1_2_0_1Update;
4848

4949
File.WriteAllBytes(zipFile, zipFileContent);
5050

Deploy/SpeditUpdater/Properties/Resources.Designer.cs

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Deploy/SpeditUpdater/Properties/Resources.resx

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<data name="IconPng" type="System.Resources.ResXFileRef, System.Windows.Forms">
122122
<value>..\Res\IconPng.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123123
</data>
124-
<data name="spedit1_2_0_0Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
125-
<value>..\Res\spedit1.2.0.0Update.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
124+
<data name="spedit1_2_0_1Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
125+
<value>..\Res\spedit1.2.0.1Update.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
126126
</data>
127127
</root>
1.09 MB
Binary file not shown.

Deploy/SpeditUpdater/SpeditUpdater.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<None Include="Res\spedit1.1.2.0Update.zip" />
5050
<None Include="Res\spedit1.1.3.0Update.zip" />
5151
<None Include="Res\spedit1.2.0.0Update.zip" />
52+
<None Include="Res\spedit1.2.0.1Update.zip" />
5253
</ItemGroup>
5354
<ItemGroup>
5455
<Compile Include="Program.cs" />

Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Spedit
1414
{
1515
public static class Program
1616
{
17-
public const string ProgramInternalVersion = "10";
17+
public const string ProgramInternalVersion = "11";
1818

1919
public static MainWindow MainWindow;
2020
public static OptionsControl OptionsObject;

0 commit comments

Comments
 (0)