Skip to content

Commit

Permalink
Push release preparations 1.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienKluge committed Dec 29, 2016
1 parent b021e0d commit a5d78ff
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 @@ -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
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_2_0_0Update;
byte[] zipFileContent = SpeditUpdater.Properties.Resources.spedit1_2_0_1Update;

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_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 name="spedit1_2_0_1Update" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Res\spedit1.2.0.1Update.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.1Update.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 @@ -49,6 +49,7 @@
<None Include="Res\spedit1.1.2.0Update.zip" />
<None Include="Res\spedit1.1.3.0Update.zip" />
<None Include="Res\spedit1.2.0.0Update.zip" />
<None Include="Res\spedit1.2.0.1Update.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 @@ -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;
Expand Down

0 comments on commit a5d78ff

Please sign in to comment.