Skip to content

Commit

Permalink
Auto generated commit for version 3.1.164.381-Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed May 18, 2015
1 parent 926e1b6 commit 825977d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#3.1.164.381 - Test

#3.1.164.362
+

Expand Down
6 changes: 3 additions & 3 deletions Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

using System.Reflection;

[assembly: AssemblyVersion("3.1.164.380")]
[assembly: AssemblyFileVersion("3.1.164.380")]
[assembly: AssemblyInformationalVersion("3.1.164.380")]
[assembly: AssemblyVersion("3.1.164.381")]
[assembly: AssemblyFileVersion("3.1.164.381")]
[assembly: AssemblyInformationalVersion("3.1.164.381")]
4 changes: 2 additions & 2 deletions deploy/currentversiontest.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<info>
<release>
<version>3.1.164.380</version>
<installPath>downloadtest/OCTGN-Test-Setup-3.1.164.380.exe</installPath>
<version>3.1.164.381</version>
<installPath>downloadtest/OCTGN-Test-Setup-3.1.164.381.exe</installPath>
<updatePath>downloadtest/update.zip</updatePath>
</release>
</info>
8 changes: 4 additions & 4 deletions installer/InstallTest.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
!include "GetVC.nsh"
!include "WarningXpPage.nsdinc"

Name "OCTGN 3.1.164.380"
OutFile "OCTGN-Test-Setup-3.1.164.380.exe"
Name "OCTGN 3.1.164.381"
OutFile "OCTGN-Test-Setup-3.1.164.381.exe"
ShowInstDetails show
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"

; Version Information
VIProductVersion "3.1.164.380"
VIProductVersion "3.1.164.381"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "OCTGN - Test"
VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "A tabletop engine"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "OCTGN"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" ""
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "OCTGN release 3"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.164.380"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.164.381"

; Make plugin directory same as script
!addplugindir .
Expand Down
2 changes: 1 addition & 1 deletion nuget/Octgn.Library.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Octgn.Library</id>
<version>3.1.164.380</version>
<version>3.1.164.381</version>
<title>Octgn Library</title>
<authors>Kelly Elton</authors>
<owners />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Octgn.Online.StandAloneServer</id>
<version>3.1.164.380</version>
<version>3.1.164.381</version>
<title>Octgn.Online.StandAloneServer</title>
<authors>Kelly Elton</authors>
<owners>Kelly Elton</owners>
Expand Down
2 changes: 1 addition & 1 deletion octgnFX/Octgn/CurrentTestVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.164.380
3.1.164.381
2 changes: 1 addition & 1 deletion octgnFX/Octgn/CurrentVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.164.380
3.1.164.381

0 comments on commit 825977d

Please sign in to comment.