From 64e6cc1b1c2dc572073ef56afb1272ff556f3b43 Mon Sep 17 00:00:00 2001 From: AJ Richardson Date: Fri, 15 Dec 2017 19:12:49 -0500 Subject: [PATCH] Bump version number to 6.0.0, update test --- RiotNet.Tests/ConstantsTests.cs | 2 +- RiotNet/Doxyfile | 2 +- RiotNet/Properties/AssemblyInfo.cs | 2 +- RiotNet/RiotNet.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RiotNet.Tests/ConstantsTests.cs b/RiotNet.Tests/ConstantsTests.cs index eeef6d8..2db35c4 100644 --- a/RiotNet.Tests/ConstantsTests.cs +++ b/RiotNet.Tests/ConstantsTests.cs @@ -24,7 +24,7 @@ public bool PlatformId_IsNorthAmericaTest(string platformId) return PlatformId.IsNorthAmerica(platformId); } - [TestCase(Locale.cs_CZ, "cs-CZ", "Czech (Czech Republic)")] + [TestCase(Locale.cs_CZ, "cs-CZ", "Czech (Czechia)")] [TestCase(Locale.en_US, "en-US", "English (United States)")] [TestCase(Locale.vn_VN, "vi-VN", "Vietnamese (Vietnam)")] public void Locale_GetCultureInfoTest(string locale, string expectedName, string expectedEnglishName) diff --git a/RiotNet/Doxyfile b/RiotNet/Doxyfile index 809c32d..e675c15 100644 --- a/RiotNet/Doxyfile +++ b/RiotNet/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "RiotNet" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 5.1.0 +PROJECT_NUMBER = 6.0.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/RiotNet/Properties/AssemblyInfo.cs b/RiotNet/Properties/AssemblyInfo.cs index b0e385b..7b52cb4 100644 --- a/RiotNet/Properties/AssemblyInfo.cs +++ b/RiotNet/Properties/AssemblyInfo.cs @@ -1,3 +1,3 @@ using System.Reflection; -[assembly: AssemblyVersion("5.0.0")] +[assembly: AssemblyVersion("6.0.0")] diff --git a/RiotNet/RiotNet.csproj b/RiotNet/RiotNet.csproj index b69658e..f026a45 100644 --- a/RiotNet/RiotNet.csproj +++ b/RiotNet/RiotNet.csproj @@ -1,7 +1,7 @@  - 5.1.0 + 6.0.0 net45;netstandard1.5 netstandard1.5 true