Skip to content

Commit

Permalink
Push 1.1.2.0 Release Preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienKluge committed Apr 17, 2016
1 parent 7986eef commit 5726f8c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions App/AssemblyInfo1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// Revision
//
#if (DEBUG)
[assembly: AssemblyVersion("1.07.*")]
[assembly: AssemblyVersion("1.06.*")]
#else
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.1.2.0")]
#endif
2 changes: 1 addition & 1 deletion Deploy/SpeditUpdater/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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_1_1_0Update;
byte[] zipFileContent = SpeditUpdater.Properties.Resources.spedit1_1_2_0Update;

File.WriteAllBytes(zipFile, zipFileContent);

Expand Down
4 changes: 2 additions & 2 deletions Deploy/SpeditUpdater/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Deploy/SpeditUpdater/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<data name="IconPng" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Res\IconPng.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="spedit1_1_1_0Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Res\spedit1.1.1.0Update.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="spedit1_1_2_0Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Res\spedit1.1.2.0Update.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
Binary file added Deploy/SpeditUpdater/Res/spedit1.1.2.0Update.zip
Binary file not shown.
1 change: 1 addition & 0 deletions Deploy/SpeditUpdater/SpeditUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<None Include="Res\spedit1.0.3.2Update.zip" />
<None Include="Res\spedit1.1.0.0Update.zip" />
<None Include="Res\spedit1.1.1.0Update.zip" />
<None Include="Res\spedit1.1.2.0Update.zip" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Spedit
{
public static class Program
{
public const string ProgramInternalVersion = "7";
public const string ProgramInternalVersion = "8";

public static MainWindow MainWindow;
public static OptionsControl OptionsObject;
Expand Down

0 comments on commit 5726f8c

Please sign in to comment.