diff --git a/rakefile.rb b/rakefile.rb index 23e9a62..d3ea35e 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -4,8 +4,8 @@ require 'rake/clean' require 'rexml/document' -NANCY_VERSION = "0.23.0" -LIB_VERSION = "1.2.2" +NANCY_VERSION = "1.4.3" +LIB_VERSION = "1.3.0" OUTPUT = "build" CONFIGURATION = 'Release' diff --git a/src/Nancy.Hal.sln b/src/Nancy.Hal.sln index 5cff4c9..87edbda 100644 --- a/src/Nancy.Hal.sln +++ b/src/Nancy.Hal.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.23107.0 +VisualStudioVersion = 14.0.25123.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hal.Example", "Nancy.Hal.Example\Nancy.Hal.Example.csproj", "{763C7EA5-6A09-43EA-9597-5CBF239A0D51}" EndProject @@ -12,6 +12,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B2C367CC-F374-415B-AB6B-0A35288BEC92}" ProjectSection(SolutionItems) = preProject Nancy.Hal\Nancy.Hal.nuspec = Nancy.Hal\Nancy.Hal.nuspec + ..\rakefile.rb = ..\rakefile.rb EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{4D80F5CA-E27B-4B59-82B6-7E1B4FBB556B}" diff --git a/src/Nancy.Hal/Nancy.Hal.csproj b/src/Nancy.Hal/Nancy.Hal.csproj index 1796bf3..7b19c24 100644 --- a/src/Nancy.Hal/Nancy.Hal.csproj +++ b/src/Nancy.Hal/Nancy.Hal.csproj @@ -33,9 +33,9 @@ - - False - ..\packages\Nancy.0.23.0\lib\net40\Nancy.dll + + ..\packages\Nancy.1.4.3\lib\net40\Nancy.dll + True @@ -61,9 +61,7 @@ - - Designer - + diff --git a/src/Nancy.Hal/Nancy.Hal.nuspec b/src/Nancy.Hal/Nancy.Hal.nuspec index d8371d0..a8e90fd 100644 --- a/src/Nancy.Hal/Nancy.Hal.nuspec +++ b/src/Nancy.Hal/Nancy.Hal.nuspec @@ -11,6 +11,8 @@ false Provides Hal+JSON media type support for Nancy. + 1.3.0 - Updates Nancy Dependency to 1.4.3 + - Adds support for `.haljson` extension 1.2.2 - Fixes UriKind issues on Mono with relative URIs 1.2.1 - Add Title to Links 1.2.0 - Add predicate for Embeds diff --git a/src/Nancy.Hal/packages.config b/src/Nancy.Hal/packages.config index 7c820be..53aeeaf 100644 --- a/src/Nancy.Hal/packages.config +++ b/src/Nancy.Hal/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file