Skip to content

Commit

Permalink
Bump version number to 6.0.0, update test
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-r committed Dec 16, 2017
1 parent 2cb714b commit 64e6cc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RiotNet.Tests/ConstantsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion RiotNet/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RiotNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("5.0.0")]
[assembly: AssemblyVersion("6.0.0")]
2 changes: 1 addition & 1 deletion RiotNet/RiotNet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>5.1.0</VersionPrefix>
<VersionPrefix>6.0.0</VersionPrefix>
<TargetFrameworks Condition=" '$(Configuration)' != 'ReleaseCoreOnly' ">net45;netstandard1.5</TargetFrameworks>
<TargetFrameworks Condition=" '$(Configuration)' == 'ReleaseCoreOnly' ">netstandard1.5</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 64e6cc1

Please sign in to comment.