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 9bbdaab + c190e7b commit abd6573
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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
=============

## 0.1.0-beta-110

- Updated Giraffe to version `1.1.0`.

## 0.1.0-beta-100

- Moved `Giraffe.TokenRouter` into its own repository with its own release cycle and NuGet package deployment.
Expand Down
4 changes: 2 additions & 2 deletions src/Giraffe.TokenRouter/Giraffe.TokenRouter.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Giraffe.TokenRouter</AssemblyName>
<Version>0.1.0-beta-100</Version>
<Version>0.1.0-beta-110</Version>
<Description>Alternative routing API for Giraffe web applications which is aimed at maximum performance.</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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="FsCheck" Version="3.0.0-*" />
<PackageReference Include="FsCheck.Xunit" Version="3.0.0-*" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.*" />
<PackageReference Include="Giraffe" Version="1.0.*" />
<PackageReference Include="Giraffe" Version="1.1.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit abd6573

Please sign in to comment.