Skip to content

Commit

Permalink
Fixed wrong package name
Browse files Browse the repository at this point in the history
What a stupid issue :(
  • Loading branch information
dustinmoris committed Feb 9, 2018
1 parent 7d066de commit 9bbdaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Giraffe.TokenRouter/Giraffe.TokenRouter.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<WarningsAsErrors>1</WarningsAsErrors>
<Optimize>True</Optimize>
<OutputType>Library</OutputType>
<PackageId>Giraffe.Razor</PackageId>
<PackageId>Giraffe.TokenRouter</PackageId>
<PackageTags>Giraffe;TokenRouter;Routing;ASP.NET Core;FSharp;Functional;Http;Web;Framework;Micro;Service</PackageTags>
<PackageReleaseNotes>https://raw.githubusercontent.com/giraffe-fsharp/Giraffe.TokenRouter/master/RELEASE_NOTES.md</PackageReleaseNotes>
<PackageIconUrl>https://raw.githubusercontent.com/giraffe-fsharp/Giraffe/master/giraffe-64x64.png</PackageIconUrl>
Expand Down

0 comments on commit 9bbdaab

Please sign in to comment.