From 0c1f75fd42e9fba1d23862e179420a5facc8901f Mon Sep 17 00:00:00 2001 From: Nikolay Kostov Date: Sat, 26 Nov 2016 15:32:52 +0200 Subject: [PATCH] Version 1.5 published to the store --- .../Santase.AI.SmartPlayer/Properties/AssemblyInfo.cs | 10 +++++----- Source/AI/Santase.AI.SmartPlayer/SmartPlayerOld.cs | 2 +- Source/Santase.Logic/Properties/AssemblyInfo.cs | 4 ++-- .../BundleArtifacts/Upload/arm.txt | 4 ++-- .../BundleArtifacts/Upload/x64.txt | 4 ++-- .../BundleArtifacts/Upload/x86.txt | 4 ++-- .../BundleArtifacts/arm.txt | 4 ++-- .../BundleArtifacts/x64.txt | 4 ++-- .../BundleArtifacts/x86.txt | 4 ++-- Source/UI/Santase.UI.WindowsUniversal/MainPage.xaml | 2 +- .../Santase.UI.WindowsUniversal/Package.appxmanifest | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- Source/UI/Santase.UI.WindowsUniversal/_pkginfo.txt | 2 +- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Source/AI/Santase.AI.SmartPlayer/Properties/AssemblyInfo.cs b/Source/AI/Santase.AI.SmartPlayer/Properties/AssemblyInfo.cs index b04ee92..b933a6b 100644 --- a/Source/AI/Santase.AI.SmartPlayer/Properties/AssemblyInfo.cs +++ b/Source/AI/Santase.AI.SmartPlayer/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Santase.AI.SmartPlayer")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("AI for the Santase game engine")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Nikolay.IT")] [assembly: AssemblyProduct("Santase.AI.SmartPlayer")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright © 2015-2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] @@ -25,6 +25,6 @@ // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] [assembly: InternalsVisibleTo("Santase.Tests.GameSimulations")] diff --git a/Source/AI/Santase.AI.SmartPlayer/SmartPlayerOld.cs b/Source/AI/Santase.AI.SmartPlayer/SmartPlayerOld.cs index 4c6f2d8..d713beb 100644 --- a/Source/AI/Santase.AI.SmartPlayer/SmartPlayerOld.cs +++ b/Source/AI/Santase.AI.SmartPlayer/SmartPlayerOld.cs @@ -215,7 +215,7 @@ private PlayerAction ChooseCardWhenPlayingSecondAndRulesDoNotApply( } // Smallest card - var smallestCard = possibleCardsToPlay.OrderBy(x => x.GetValue()).FirstOrDefault(); + var smallestCard = possibleCardsToPlay.OrderBy(x => x.GetValue()).ThenByDescending(x => this.cardTracker.UnknownCards.Count(uc => uc.Suit == x.Suit)).FirstOrDefault(); if (context.FirstPlayedCard.Suit != context.TrumpCard.Suit) { diff --git a/Source/Santase.Logic/Properties/AssemblyInfo.cs b/Source/Santase.Logic/Properties/AssemblyInfo.cs index 3f9e25c..cd6b971 100644 --- a/Source/Santase.Logic/Properties/AssemblyInfo.cs +++ b/Source/Santase.Logic/Properties/AssemblyInfo.cs @@ -25,7 +25,7 @@ // 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("1.4.1.0")] -[assembly: AssemblyFileVersion("1.4.1.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] [assembly: InternalsVisibleTo("Santase.Logic.Tests")] diff --git a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/arm.txt b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/arm.txt index e75bb69..0df951f 100644 --- a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/arm.txt +++ b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/arm.txt @@ -1,2 +1,2 @@ -MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\ARM\Release\Upload\Santase.UI.WindowsUniversal_1.4.2.0_ARM.appx -SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.4.2.0\Santase.UI.WindowsUniversal_1.4.2.0_ARM.appxsym +MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\ARM\Release\Upload\Santase.UI.WindowsUniversal_1.5.0.0_ARM.appx +SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.5.0.0\Santase.UI.WindowsUniversal_1.5.0.0_ARM.appxsym diff --git a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/x64.txt b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/x64.txt index f51d0c0..bd21202 100644 --- a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/x64.txt +++ b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/x64.txt @@ -1,2 +1,2 @@ -MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\x64\Release\Upload\Santase.UI.WindowsUniversal_1.4.2.0_x64.appx -SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.4.2.0\Santase.UI.WindowsUniversal_1.4.2.0_x64.appxsym +MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\x64\Release\Upload\Santase.UI.WindowsUniversal_1.5.0.0_x64.appx +SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.5.0.0\Santase.UI.WindowsUniversal_1.5.0.0_x64.appxsym diff --git a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/x86.txt b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/x86.txt index a975c55..894350b 100644 --- a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/x86.txt +++ b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/Upload/x86.txt @@ -1,2 +1,2 @@ -MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\x86\Release\Upload\Santase.UI.WindowsUniversal_1.4.2.0_x86.appx -SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.4.2.0\Santase.UI.WindowsUniversal_1.4.2.0_x86.appxsym +MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\x86\Release\Upload\Santase.UI.WindowsUniversal_1.5.0.0_x86.appx +SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.5.0.0\Santase.UI.WindowsUniversal_1.5.0.0_x86.appxsym diff --git a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/arm.txt b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/arm.txt index 5f461df..7d4953a 100644 --- a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/arm.txt +++ b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/arm.txt @@ -1,2 +1,2 @@ -MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\ARM\Release\Santase.UI.WindowsUniversal_1.4.2.0_ARM.appx -SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.4.2.0_Test\Santase.UI.WindowsUniversal_1.4.2.0_ARM.appxsym +MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\ARM\Release\Santase.UI.WindowsUniversal_1.5.0.0_ARM.appx +SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.5.0.0_Test\Santase.UI.WindowsUniversal_1.5.0.0_ARM.appxsym diff --git a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/x64.txt b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/x64.txt index 333c2a1..38323f3 100644 --- a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/x64.txt +++ b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/x64.txt @@ -1,2 +1,2 @@ -MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\x64\Release\Santase.UI.WindowsUniversal_1.4.2.0_x64.appx -SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.4.2.0_Test\Santase.UI.WindowsUniversal_1.4.2.0_x64.appxsym +MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\x64\Release\Santase.UI.WindowsUniversal_1.5.0.0_x64.appx +SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.5.0.0_Test\Santase.UI.WindowsUniversal_1.5.0.0_x64.appxsym diff --git a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/x86.txt b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/x86.txt index fc5f6fb..68519e5 100644 --- a/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/x86.txt +++ b/Source/UI/Santase.UI.WindowsUniversal/BundleArtifacts/x86.txt @@ -1,2 +1,2 @@ -MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\x86\Release\Santase.UI.WindowsUniversal_1.4.2.0_x86.appx -SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.4.2.0_Test\Santase.UI.WindowsUniversal_1.4.2.0_x86.appxsym +MainPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\bin\x86\Release\Santase.UI.WindowsUniversal_1.5.0.0_x86.appx +SymbolPackage=C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.5.0.0_Test\Santase.UI.WindowsUniversal_1.5.0.0_x86.appxsym diff --git a/Source/UI/Santase.UI.WindowsUniversal/MainPage.xaml b/Source/UI/Santase.UI.WindowsUniversal/MainPage.xaml index 1740c14..a77f964 100644 --- a/Source/UI/Santase.UI.WindowsUniversal/MainPage.xaml +++ b/Source/UI/Santase.UI.WindowsUniversal/MainPage.xaml @@ -55,7 +55,7 @@ - + diff --git a/Source/UI/Santase.UI.WindowsUniversal/Package.appxmanifest b/Source/UI/Santase.UI.WindowsUniversal/Package.appxmanifest index 2f8023d..e49a96a 100644 --- a/Source/UI/Santase.UI.WindowsUniversal/Package.appxmanifest +++ b/Source/UI/Santase.UI.WindowsUniversal/Package.appxmanifest @@ -1,6 +1,6 @@  - + Santase diff --git a/Source/UI/Santase.UI.WindowsUniversal/Properties/AssemblyInfo.cs b/Source/UI/Santase.UI.WindowsUniversal/Properties/AssemblyInfo.cs index df2cf94..2c8b1de 100644 --- a/Source/UI/Santase.UI.WindowsUniversal/Properties/AssemblyInfo.cs +++ b/Source/UI/Santase.UI.WindowsUniversal/Properties/AssemblyInfo.cs @@ -23,6 +23,6 @@ // 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("1.4.2.0")] -[assembly: AssemblyFileVersion("1.4.2.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Source/UI/Santase.UI.WindowsUniversal/_pkginfo.txt b/Source/UI/Santase.UI.WindowsUniversal/_pkginfo.txt index 0d45ffd..b15bc5a 100644 --- a/Source/UI/Santase.UI.WindowsUniversal/_pkginfo.txt +++ b/Source/UI/Santase.UI.WindowsUniversal/_pkginfo.txt @@ -1 +1 @@ -C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.4.2.0\Santase.UI.WindowsUniversal_1.4.2.0_x86_x64_arm.appxbundle +C:\Dev\2016\SantaseGameEngine\Source\UI\Santase.UI.WindowsUniversal\AppPackages\Santase.UI.WindowsUniversal_1.5.0.0\Santase.UI.WindowsUniversal_1.5.0.0_x86_x64_arm.appxbundle