Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Feb 16, 2018
2 parents d53edf1 + 18bea7a commit 167deba
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 Giraffe to `1.1.0`.

## 1.0.0

Upgraded Giraffe to `1.0.0`.
Expand Down
4 changes: 2 additions & 2 deletions src/Giraffe.DotLiquid/Giraffe.DotLiquid.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Giraffe.DotLiquid</AssemblyName>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Description>DotLiquid templating 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.AspNetCore.Http" Version="2.0.*" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.*" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.0.*" />
<PackageReference Include="Giraffe" Version="1.0.*" />
<PackageReference Include="Giraffe" Version="1.1.*" />
<PackageReference Include="DotLiquid" Version="2.0.*" />
</ItemGroup>

Expand Down

0 comments on commit 167deba

Please sign in to comment.