From 5b8cc198729654378961fb52862359f489f0fafb Mon Sep 17 00:00:00 2001 From: "pedro.alonso" Date: Tue, 16 Aug 2016 13:56:56 +0200 Subject: [PATCH 1/3] setting the right VS version so MSbuild works --- JSONAPI.sln | 4 ++-- JSONAPI/JSONAPI.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/JSONAPI.sln b/JSONAPI.sln index 07c3e3b5..9ac0f22a 100644 --- a/JSONAPI.sln +++ b/JSONAPI.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSONAPI", "JSONAPI\JSONAPI.csproj", "{52B19FD6-EFAA-45B5-9C3E-A652E27608D1}" EndProject diff --git a/JSONAPI/JSONAPI.csproj b/JSONAPI/JSONAPI.csproj index d6ed5c23..4e0f53a8 100644 --- a/JSONAPI/JSONAPI.csproj +++ b/JSONAPI/JSONAPI.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU From 4410dbeb70e98ac9a504988adce675f02841e4b4 Mon Sep 17 00:00:00 2001 From: "pedro.alonso" Date: Tue, 16 Aug 2016 14:27:04 +0200 Subject: [PATCH 2/3] version updated so it's automatically incremented by Appveyor --- JSONAPI/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSONAPI/Properties/AssemblyInfo.cs b/JSONAPI/Properties/AssemblyInfo.cs index 53bb7fbb..565f3f39 100644 --- a/JSONAPI/Properties/AssemblyInfo.cs +++ b/JSONAPI/Properties/AssemblyInfo.cs @@ -41,5 +41,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("0.2.1.0")] -[assembly: AssemblyFileVersion("0.2.1.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] From 5b0bda4e364b4f364e3795945cdb34d1aa88fd8a Mon Sep 17 00:00:00 2001 From: "pedro.alonso" Date: Tue, 16 Aug 2016 14:31:54 +0200 Subject: [PATCH 3/3] version updated --- JSONAPI.EntityFramework/Properties/AssemblyInfo.cs | 4 ++-- JSONAPI/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/JSONAPI.EntityFramework/Properties/AssemblyInfo.cs b/JSONAPI.EntityFramework/Properties/AssemblyInfo.cs index 3205b9a6..e47c5fdc 100644 --- a/JSONAPI.EntityFramework/Properties/AssemblyInfo.cs +++ b/JSONAPI.EntityFramework/Properties/AssemblyInfo.cs @@ -34,5 +34,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("0.2.1.0")] -[assembly: AssemblyFileVersion("0.2.1.0")] +[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyFileVersion("1.0.*")] diff --git a/JSONAPI/Properties/AssemblyInfo.cs b/JSONAPI/Properties/AssemblyInfo.cs index 565f3f39..51320cf4 100644 --- a/JSONAPI/Properties/AssemblyInfo.cs +++ b/JSONAPI/Properties/AssemblyInfo.cs @@ -41,5 +41,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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyFileVersion("1.0.*")]