Skip to content

Commit

Permalink
Updated Giraffe tempalte with new Razor package change
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Jun 23, 2017
1 parent 865bd9d commit 0ec6bba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ build_script:
test: off
artifacts:
- path: '**\Giraffe.*.nupkg'
name: Giraffe
name: Giraffe NuGet packages
- path: '**\giraffe-template.*.nupkg'
name: giraffe-template
name: Giraffe Template package
nuget:
account_feed: false
project_feed: false
Expand Down
2 changes: 2 additions & 0 deletions template/content/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ open Microsoft.Extensions.Logging
open Microsoft.Extensions.DependencyInjection
open Giraffe.HttpHandlers
open Giraffe.Middleware
open Giraffe.Razor.HttpHandlers
open Giraffe.Razor.Middleware
open _AppName.Models

// ---------------------------------
Expand Down
1 change: 1 addition & 0 deletions template/content/_AppName.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.1.*" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.*" />
<PackageReference Include="Giraffe" Version="0.1.0-*" />
<PackageReference Include="Giraffe.Razor" Version="0.1.0-*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion template/giraffe-template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>giraffe-template</id>
<version>0.1.3</version>
<version>0.1.4</version>
<title>Giraffe Template for dotnet-new</title>
<summary>A dotnet-new template for Giraffe web applications.</summary>
<description>A dotnet-new template for Giraffe web applications.</description>
Expand Down

0 comments on commit 0ec6bba

Please sign in to comment.