Skip to content

Commit

Permalink
Auto generated commit for version 3.1.160.353
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jan 21, 2015
1 parent a9fbac2 commit c1921fa
Show file tree
Hide file tree
Showing 22 changed files with 42 additions and 40 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
#3.1.160.353
+ Fixed some card size bugs - Kelly
+ Fix some card sizing pythong issues - Brine

#3.1.159.353 - Test
+ Fixed some card size bugs - Kelly
+ Fix some card sizing pythong issues - Brine
Expand Down
4 changes: 2 additions & 2 deletions deploy/currentversion.txt
@@ -1,7 +1,7 @@
<info>
<release>
<version>3.1.159.352</version>
<installPath>download/OCTGN-Setup-3.1.159.352.exe</installPath>
<version>3.1.160.353</version>
<installPath>download/OCTGN-Setup-3.1.160.353.exe</installPath>
<updatePath>download/update.zip</updatePath>
</release>
</info>
8 changes: 4 additions & 4 deletions installer/Install.nsi
Expand Up @@ -7,20 +7,20 @@
!include "GetVC.nsh"
!include "WarningXpPage.nsdinc"

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

; Version Information
VIProductVersion "3.1.159.352"
VIProductVersion "3.1.160.353"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "OCTGN"
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.159.352"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "3.1.160.353"

; Make plugin directory same as script
!addplugindir .
Expand Down
2 changes: 1 addition & 1 deletion nuget/Octgn.Library.nuspec
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.159.353</version>
<version>3.1.160.353</version>
<title>Octgn Library</title>
<authors>Kelly Elton</authors>
<owners />
Expand Down
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Core/Properties/AssemblyInfo.cs
Expand Up @@ -34,5 +34,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.DataNew/Properties/AssemblyInfo.cs
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Library/Properties/AssemblyInfo.cs
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Octgn.Online.StandAloneServer</id>
<version>3.1.159.353</version>
<version>3.1.160.353</version>
<title>Octgn.Online.StandAloneServer</title>
<authors>Kelly Elton</authors>
<owners>Kelly Elton</owners>
Expand Down
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Online.Test/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.ProxyGenerator/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.ReleasePusher/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Server/Properties/AssemblyInfo.cs
Expand Up @@ -30,5 +30,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Test/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/Octgn.Tools.Proxytest/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
2 changes: 1 addition & 1 deletion octgnFX/Octgn/CurrentReleaseVersion.txt
@@ -1 +1 @@
3.1.159.352
3.1.160.353
2 changes: 1 addition & 1 deletion octgnFX/Octgn/CurrentVersion.txt
@@ -1 +1 @@
3.1.159.353
3.1.160.353
4 changes: 2 additions & 2 deletions octgnFX/Octgn/Properties/AssemblyInfo.cs
Expand Up @@ -43,5 +43,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/Octide/Properties/AssemblyInfo.cs
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/Skylabs.Lobby/Properties/AssemblyInfo.cs
Expand Up @@ -36,5 +36,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.353")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.353")]
4 changes: 2 additions & 2 deletions octgnFX/o8build/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.159.353")]
[assembly: AssemblyFileVersion("3.1.159.3538")]
[assembly: AssemblyVersion("3.1.160.353")]
[assembly: AssemblyFileVersion("3.1.160.3538")]
2 changes: 0 additions & 2 deletions recentchanges.txt
@@ -1,2 +0,0 @@
Fixed some card size bugs - Kelly
Fix some card sizing pythong issues - Brine

0 comments on commit c1921fa

Please sign in to comment.