From c1cc7bac351c4f6b232fa83e36a7409f900fdab0 Mon Sep 17 00:00:00 2001 From: AJ Richardson Date: Sat, 5 Aug 2017 16:06:14 -0400 Subject: [PATCH] Targeted netstandard 1.5, fixed nuget package properties --- RiotNet.sln | 2 +- RiotNet/Doxyfile | 2 +- RiotNet/Properties/AssemblyInfo.cs | 19 ------------------- RiotNet/RiotNet.csproj | 24 ++++++++++-------------- RiotNet/RiotNet.nuspec | 16 ---------------- 5 files changed, 12 insertions(+), 51 deletions(-) delete mode 100644 RiotNet/RiotNet.nuspec diff --git a/RiotNet.sln b/RiotNet.sln index 26adc15..d253e96 100644 --- a/RiotNet.sln +++ b/RiotNet.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26430.6 +VisualStudioVersion = 15.0.26430.16 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F916703D-444A-4210-B26B-F749794FA28D}" ProjectSection(SolutionItems) = preProject diff --git a/RiotNet/Doxyfile b/RiotNet/Doxyfile index 5dbd454..7ffb6bc 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 = 4.3.0 +PROJECT_NUMBER = 4.4.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 995d54f..e11af9f 100644 --- a/RiotNet/Properties/AssemblyInfo.cs +++ b/RiotNet/Properties/AssemblyInfo.cs @@ -1,22 +1,3 @@ using System.Reflection; -using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("RiotNet")] -[assembly: AssemblyDescription("A client for the Riot Games API. This client is very flexible and configurable, has synchronous and asynchronous versions of each method, and has models that can easily be cached in a database with tools like Entity Framework.")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("AJ Richardson")] -[assembly: AssemblyProduct("RiotNet")] -[assembly: AssemblyCopyright("Copyright 2016 AJ Richardson")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] [assembly: AssemblyVersion("4.0.0")] -[assembly: AssemblyFileVersion("4.3.0")] -[assembly: AssemblyInformationalVersion("4.3.0")] diff --git a/RiotNet/RiotNet.csproj b/RiotNet/RiotNet.csproj index 26a39e2..f435c8a 100644 --- a/RiotNet/RiotNet.csproj +++ b/RiotNet/RiotNet.csproj @@ -1,23 +1,19 @@  - 4.3.0 - net45;netstandard1.6 - netstandard1.6 + 4.4.0 + net45;netstandard1.5 + netstandard1.5 true RiotNet RiotNet - $(PackageTargetFallback);dnxcore50 - 1.6.0 - false - false - false - false - false + $(PackageTargetFallback);dnxcore50 + AJ Richardson + A client for the Riot Games API. This client is very flexible and configurable, and is designed for real-life use on a multithreaded server. false false - false - false + True + True @@ -33,7 +29,7 @@ $(DefineConstants);NET_45;DB_READY - + $(DefineConstants);NET_STANDARD @@ -41,7 +37,7 @@ True - + diff --git a/RiotNet/RiotNet.nuspec b/RiotNet/RiotNet.nuspec deleted file mode 100644 index 120d640..0000000 --- a/RiotNet/RiotNet.nuspec +++ /dev/null @@ -1,16 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - https://github.com/aj-r/RiotNet/blob/master/LICENSE - https://github.com/aj-r/RiotNet - false - $description$ - Added .NET Core support, removed RestSharp dependency. - riot games lol api client wrapper - - \ No newline at end of file