From ec26120be497f129f179268f5378a31da8669411 Mon Sep 17 00:00:00 2001 From: Shaun Guth Date: Thu, 17 Nov 2016 10:03:47 -0800 Subject: [PATCH] Drop .Net40 support, v3.0.0 --- JsonApiNet.Tests/JsonApiNet.Tests.csproj | 12 +---------- JsonApiNet.sln | 19 +++++++---------- JsonApiNet/JsonApiNet.csproj | 16 +++------------ JsonApiNet/JsonApiNet.nuspec | 26 ++++++++---------------- JsonApiNet/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 22 insertions(+), 55 deletions(-) diff --git a/JsonApiNet.Tests/JsonApiNet.Tests.csproj b/JsonApiNet.Tests/JsonApiNet.Tests.csproj index 2255f11..080476d 100644 --- a/JsonApiNet.Tests/JsonApiNet.Tests.csproj +++ b/JsonApiNet.Tests/JsonApiNet.Tests.csproj @@ -30,17 +30,7 @@ 4 false - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - v4.0 - - + pdbonly true bin\Release\ diff --git a/JsonApiNet.sln b/JsonApiNet.sln index 8fd9541..2690fb9 100644 --- a/JsonApiNet.sln +++ b/JsonApiNet.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.30723.0 +# Visual Studio 14 +VisualStudioVersion = 14.0.25123.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonApiNet", "JsonApiNet\JsonApiNet.csproj", "{3DE2919D-C351-4355-93DB-4C1EB77B8D1C}" EndProject @@ -24,22 +24,17 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Net40|Any CPU = Net40|Any CPU - Net45|Any CPU = Net45|Any CPU + Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {3DE2919D-C351-4355-93DB-4C1EB77B8D1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3DE2919D-C351-4355-93DB-4C1EB77B8D1C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3DE2919D-C351-4355-93DB-4C1EB77B8D1C}.Net40|Any CPU.ActiveCfg = Net40|Any CPU - {3DE2919D-C351-4355-93DB-4C1EB77B8D1C}.Net40|Any CPU.Build.0 = Net40|Any CPU - {3DE2919D-C351-4355-93DB-4C1EB77B8D1C}.Net45|Any CPU.ActiveCfg = Net45|Any CPU - {3DE2919D-C351-4355-93DB-4C1EB77B8D1C}.Net45|Any CPU.Build.0 = Net45|Any CPU + {3DE2919D-C351-4355-93DB-4C1EB77B8D1C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3DE2919D-C351-4355-93DB-4C1EB77B8D1C}.Release|Any CPU.Build.0 = Release|Any CPU {20C6F447-C0D6-4574-B8C1-D93BB006DDF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {20C6F447-C0D6-4574-B8C1-D93BB006DDF5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {20C6F447-C0D6-4574-B8C1-D93BB006DDF5}.Net40|Any CPU.ActiveCfg = Net40|Any CPU - {20C6F447-C0D6-4574-B8C1-D93BB006DDF5}.Net40|Any CPU.Build.0 = Net40|Any CPU - {20C6F447-C0D6-4574-B8C1-D93BB006DDF5}.Net45|Any CPU.ActiveCfg = Net45|Any CPU - {20C6F447-C0D6-4574-B8C1-D93BB006DDF5}.Net45|Any CPU.Build.0 = Net45|Any CPU + {20C6F447-C0D6-4574-B8C1-D93BB006DDF5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {20C6F447-C0D6-4574-B8C1-D93BB006DDF5}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/JsonApiNet/JsonApiNet.csproj b/JsonApiNet/JsonApiNet.csproj index bef3395..c4bb9d2 100644 --- a/JsonApiNet/JsonApiNet.csproj +++ b/JsonApiNet/JsonApiNet.csproj @@ -24,18 +24,8 @@ 4 false - - pdbonly - true - bin\Release\net40 - TRACE - prompt - 4 - v4.0 - false - - - bin\Release\net45 + + bin\Release\ TRACE true pdbonly @@ -130,4 +120,4 @@ - \ No newline at end of file + diff --git a/JsonApiNet/JsonApiNet.nuspec b/JsonApiNet/JsonApiNet.nuspec index 1b860c9..4fa5a6f 100644 --- a/JsonApiNet/JsonApiNet.nuspec +++ b/JsonApiNet/JsonApiNet.nuspec @@ -2,13 +2,16 @@ JsonApiNet - 2.0.1 + 3.0.0 Shaun Guth http://www.gnu.org/licenses/gpl-2.0.txt https://github.com/l8nite/JsonApiNet false Deserialize JSON API documents with ease + [v3.0.0] + - Drop .Net 4.0 support + - Add support for null relationships (kprilux) [v2.0.1] - Support .Net 4.0 in addition to .Net 4.5 [v2.0.0] @@ -19,23 +22,12 @@ Copyright 2015 JSON JSONAPI - - - - - - - - - - - + + - - - - + + - \ No newline at end of file + diff --git a/JsonApiNet/Properties/AssemblyInfo.cs b/JsonApiNet/Properties/AssemblyInfo.cs index 287d861..d38c9c7 100644 --- a/JsonApiNet/Properties/AssemblyInfo.cs +++ b/JsonApiNet/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // 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("2.0.1.0")] -[assembly: AssemblyFileVersion("2.0.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.0.0")] +[assembly: AssemblyFileVersion("3.0.0.0")] \ No newline at end of file