From fca1d757a3ab85443525cd06a9242c2b3ad99c7b Mon Sep 17 00:00:00 2001 From: Ruskin Dantra Date: Wed, 29 Mar 2017 19:00:59 +1300 Subject: [PATCH] - Updated to new nuget packages - Removed build files which were meant for the fork but were pushed upstream by mistake --- AnotherJiraRestClient.sln | 9 ++---- .../AnotherJiraRestClient.csproj | 7 ++--- .../AnotherJiraRestClient.nuspec | 28 ------------------- AnotherJiraRestClient/JiraAccount.cs | 3 -- AnotherJiraRestClient/JiraClient.cs | 3 +- AnotherJiraRestClient/packages.config | 4 +-- 6 files changed, 8 insertions(+), 46 deletions(-) delete mode 100644 AnotherJiraRestClient/AnotherJiraRestClient.nuspec diff --git a/AnotherJiraRestClient.sln b/AnotherJiraRestClient.sln index 7751d53..3cfe81c 100644 --- a/AnotherJiraRestClient.sln +++ b/AnotherJiraRestClient.sln @@ -1,15 +1,10 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26228.10 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnotherJiraRestClient", "AnotherJiraRestClient\AnotherJiraRestClient.csproj", "{49EB9A11-ED25-412A-9416-C124A0CCFB8F}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{29F3726A-AAE6-42E9-9750-5E9F22DA0E95}" - ProjectSection(SolutionItems) = preProject - appveyor.yml = appveyor.yml - EndProjectSection -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnotherJiraRestClient.Sample", "AnotherJiraRestClient.Sample\AnotherJiraRestClient.Sample.csproj", "{F122798E-F04B-451F-A82A-BE28734BB183}" EndProject Global diff --git a/AnotherJiraRestClient/AnotherJiraRestClient.csproj b/AnotherJiraRestClient/AnotherJiraRestClient.csproj index a5e9a30..215b45b 100644 --- a/AnotherJiraRestClient/AnotherJiraRestClient.csproj +++ b/AnotherJiraRestClient/AnotherJiraRestClient.csproj @@ -37,15 +37,15 @@ false - - ..\packages\JetBrains.Annotations.10.1.4\lib\net20\JetBrains.Annotations.dll - True + + ..\packages\JetBrains.Annotations.10.4.0\lib\net\JetBrains.Annotations.dll ..\packages\RestSharp.105.2.3\lib\net452\RestSharp.dll True + @@ -97,7 +97,6 @@ Designer -