Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Update Nancy dependency to 1.4.3 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danbarua committed Aug 24, 2016
1 parent f89ab78 commit 32a6449
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions rakefile.rb
Expand Up @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion 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
Expand All @@ -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}"
Expand Down
10 changes: 4 additions & 6 deletions src/Nancy.Hal/Nancy.Hal.csproj
Expand Up @@ -33,9 +33,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.JScript" />
<Reference Include="Nancy, Version=0.23.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Nancy.0.23.0\lib\net40\Nancy.dll</HintPath>
<Reference Include="Nancy, Version=1.4.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Nancy.1.4.3\lib\net40\Nancy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -61,9 +61,7 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
Expand Down
2 changes: 2 additions & 0 deletions src/Nancy.Hal/Nancy.Hal.nuspec
Expand Up @@ -11,6 +11,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides Hal+JSON media type support for Nancy.</description>
<releaseNotes>
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
Expand Down
2 changes: 1 addition & 1 deletion src/Nancy.Hal/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Nancy" version="0.23.0" targetFramework="net45" />
<package id="Nancy" version="1.4.3" targetFramework="net45" />
</packages>

0 comments on commit 32a6449

Please sign in to comment.