File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ ## 1.1.0
5+
6+ Upgraded Giraffe to ` 1.1.0 ` .
7+
48## 1.0.0
59
610Upgraded Giraffe to ` 1.0.0 ` .
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <AssemblyName >Giraffe.DotLiquid</AssemblyName >
4- <Version >1.0 .0</Version >
4+ <Version >1.1 .0</Version >
55 <Description >DotLiquid templating engine http handlers for the Giraffe web framework.</Description >
66 <Copyright >Copyright 2018 Dustin Moris Gorski</Copyright >
77 <NeutralLanguage >en-GB</NeutralLanguage >
3131 <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.0.*" />
3232 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.0.*" />
3333 <PackageReference Include =" Microsoft.Extensions.Primitives" Version =" 2.0.*" />
34- <PackageReference Include =" Giraffe" Version =" 1.0 .*" />
34+ <PackageReference Include =" Giraffe" Version =" 1.1 .*" />
3535 <PackageReference Include =" DotLiquid" Version =" 2.0.*" />
3636 </ItemGroup >
3737
You can’t perform that action at this time.
0 commit comments