Skip to content

Commit

Permalink
Push release preparations 1.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienKluge committed Dec 28, 2016
1 parent 486f663 commit 1dc5b33
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
Expand Up @@ -31,7 +31,7 @@
// Revision
//
#if (DEBUG)
[assembly: AssemblyVersion("1.07.*")]
[assembly: AssemblyVersion("1.10.*")]
#else
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.2.0.0")]
#endif
2 changes: 1 addition & 1 deletion Deploy/SpeditUpdater/Program.cs
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_3_0Update;
byte[] zipFileContent = SpeditUpdater.Properties.Resources.spedit1_2_0_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
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_3_0Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Res\spedit1.1.3.0Update.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="spedit1_2_0_0Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Res\spedit1.2.0.0Update.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
Binary file added Deploy/SpeditUpdater/Res/spedit1.2.0.0Update.zip
Binary file not shown.
1 change: 1 addition & 0 deletions Deploy/SpeditUpdater/SpeditUpdater.csproj
Expand Up @@ -48,6 +48,7 @@
<None Include="Res\spedit1.1.1.0Update.zip" />
<None Include="Res\spedit1.1.2.0Update.zip" />
<None Include="Res\spedit1.1.3.0Update.zip" />
<None Include="Res\spedit1.2.0.0Update.zip" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Expand Up @@ -14,7 +14,7 @@ namespace Spedit
{
public static class Program
{
public const string ProgramInternalVersion = "9";
public const string ProgramInternalVersion = "10";

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

0 comments on commit 1dc5b33

Please sign in to comment.