From d5aec4a45a91e5806b5f2397e18395aa6d624148 Mon Sep 17 00:00:00 2001 From: AJ Richardson Date: Sat, 26 May 2018 13:05:36 -0400 Subject: [PATCH] Bump version to 6.3.0 --- RiotNet/Doxyfile | 2 +- RiotNet/Properties/AssemblyInfo.cs | 2 +- RiotNet/RiotNet.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RiotNet/Doxyfile b/RiotNet/Doxyfile index 2b0b02c..ca93006 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 = 6.2.0 +PROJECT_NUMBER = 6.3.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 98a2a71..3a379d9 100644 --- a/RiotNet/Properties/AssemblyInfo.cs +++ b/RiotNet/Properties/AssemblyInfo.cs @@ -1,3 +1,3 @@ using System.Reflection; -[assembly: AssemblyVersion("6.2.0")] +[assembly: AssemblyVersion("6.3.0")] diff --git a/RiotNet/RiotNet.csproj b/RiotNet/RiotNet.csproj index 6968647..2d61114 100644 --- a/RiotNet/RiotNet.csproj +++ b/RiotNet/RiotNet.csproj @@ -1,7 +1,7 @@  - 6.2.0 + 6.3.0 net45;netstandard1.5 netstandard1.5 true