Skip to content

Commit

Permalink
Upgraded to latest Giraffe
Browse files Browse the repository at this point in the history
Updated Giraffe dependency to 1.1.*.
  • Loading branch information
dustinmoris committed Feb 16, 2018
1 parent 40b7045 commit 4c5ae1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

## 1.1.0

Upgraded to Giraffe `1.1.0`.

## 1.0.1

Changed copyright notice in NuGet package.
Expand Down
4 changes: 2 additions & 2 deletions src/Giraffe.Razor/Giraffe.Razor.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Giraffe.Razor</AssemblyName>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<Description>Razor view engine http handlers for the Giraffe web framework.</Description>
<Copyright>Copyright 2018 Dustin Moris Gorski</Copyright>
<NeutralLanguage>en-GB</NeutralLanguage>
Expand Down Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="2.0.*" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.0.*" />
<PackageReference Include="Microsoft.AspNetCore.Antiforgery" Version="2.0.*" />
<PackageReference Include="Giraffe" Version="1.0.*" />
<PackageReference Include="Giraffe" Version="1.1.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4c5ae1e

Please sign in to comment.