Skip to content

Commit

Permalink
Upped versions for new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Aug 26, 2017
1 parent a04690b commit 69eaae4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1462,6 +1462,10 @@ Special thanks to all developers who helped me by submitting pull requests with
- [Jon Canning](https://github.com/JonCanning) (Moved the Razor and DotLiquid http handlers into separate NuGet packages and added the `routeBind` handler as well as some useful `HttpContext` extensions)
- [Andrew Grant](https://github.com/GraanJonlo) (Fixed bug in the `giraffe-template` NuGet package)
- [Gerard](https://github.com/gerardtoconnor) (Changed the API to continuations instead of binding HttpHandlers and to tasks from async)
- [Mitchell Tilbrook](https://github.com/marukami) (Helped to fix documentation)
- [Ody Mbegbu](https://github.com/odytrice) (Helped to improve the giraffe-template)
- [Reed Mullanix](https://github.com/TOTBWF) (Helped with bug fixes)
- [Lukas Nordin](https://github.com/lukethenuke) (Helped with bug fixes)

If you submit a pull request please feel free to add yourself to this list as part of the PR.

Expand Down
2 changes: 1 addition & 1 deletion src/Giraffe.Razor/Giraffe.Razor.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="FSharp.NET.Sdk;Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>Giraffe.Razor</AssemblyName>
<Version>0.1.0-beta-001</Version>
<Version>0.1.0-beta-002</Version>
<Description>Razor view engine handlers for the Giraffe web framework.</Description>
<Copyright>Copyright 2017 Dustin Moris Gorski</Copyright>
<NeutralLanguage>en-GB</NeutralLanguage>
Expand Down
2 changes: 1 addition & 1 deletion src/Giraffe/Giraffe.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<AssemblyName>Giraffe</AssemblyName>
<Version>0.1.0-beta-002</Version>
<Version>0.1.0-beta-003</Version>
<Description>A native functional ASP.NET Core web framework for F# developers.</Description>
<Copyright>Copyright 2017 Dustin Moris Gorski</Copyright>
<NeutralLanguage>en-GB</NeutralLanguage>
Expand Down
4 changes: 2 additions & 2 deletions template/content/_AppName.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.*" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="1.1.*" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.*" />
<PackageReference Include="Giraffe" Version="0.1.0-beta-002" />
<PackageReference Include="Giraffe.Razor" Version="0.1.0-beta-001" />
<PackageReference Include="Giraffe" Version="0.1.0-beta-003" />
<PackageReference Include="Giraffe.Razor" Version="0.1.0-beta-002" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 69eaae4

Please sign in to comment.