Skip to content

Commit 5726f8c

Browse files
committed
Push 1.1.2.0 Release Preparations
1 parent 7986eef commit 5726f8c

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
@@ -29,7 +29,7 @@
2929
// Revision
3030
//
3131
#if (DEBUG)
32-
[assembly: AssemblyVersion("1.07.*")]
32+
[assembly: AssemblyVersion("1.06.*")]
3333
#else
34-
[assembly: AssemblyVersion("1.1.1.0")]
34+
[assembly: AssemblyVersion("1.1.2.0")]
3535
#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_1_1_0Update;
47+
byte[] zipFileContent = SpeditUpdater.Properties.Resources.spedit1_1_2_0Update;
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_1_1_0Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
125-
<value>..\Res\spedit1.1.1.0Update.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
124+
<data name="spedit1_1_2_0Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
125+
<value>..\Res\spedit1.1.2.0Update.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
126126
</data>
127127
</root>
1.06 MB
Binary file not shown.

Deploy/SpeditUpdater/SpeditUpdater.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<None Include="Res\spedit1.0.3.2Update.zip" />
4747
<None Include="Res\spedit1.1.0.0Update.zip" />
4848
<None Include="Res\spedit1.1.1.0Update.zip" />
49+
<None Include="Res\spedit1.1.2.0Update.zip" />
4950
</ItemGroup>
5051
<ItemGroup>
5152
<Compile Include="Program.cs" />

Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Spedit
1313
{
1414
public static class Program
1515
{
16-
public const string ProgramInternalVersion = "7";
16+
public const string ProgramInternalVersion = "8";
1717

1818
public static MainWindow MainWindow;
1919
public static OptionsControl OptionsObject;

0 commit comments

Comments
 (0)