Skip to content

Commit 059df0a

Browse files
committed
Version ++
1 parent 3bcb93f commit 059df0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ Special thanks to all developers who helped me by submitting pull requests with
12391239
- [slang25](https://github.com/slang25) (Added subRoute feature and general help to keep things in good shape)
12401240
- [Nicolás Herrera](https://github.com/nicolocodev) (Added razor engine feature)
12411241
- [Dave Shaw](https://github.com/xdaDaveShaw) (Extended sample application and general help to keep things in good shape)
1242-
- [Tobias Burger](https://github.com/toburger) (Fixed issues with culture specific parsers in routef handler)
1242+
- [Tobias Burger](https://github.com/toburger) (Fixed issues with culture specific parsers)
12431243
- [David Sinclair](https://github.com/dsincl12) (Created the dotnet-new template for Giraffe)
12441244
- [Florian Verdonck](https://github.com/nojaf) (Ported Suave's experimental Html into Giraffe, implemented the warbler and general help with the project)
12451245

src/Giraffe/Giraffe.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<AssemblyName>Giraffe</AssemblyName>
5-
<VersionPrefix>0.1.0-alpha012</VersionPrefix>
5+
<VersionPrefix>0.1.0-alpha013</VersionPrefix>
66
<Description>A native functional ASP.NET Core web framework for F# developers.</Description>
77
<Copyright>Copyright 2017 Dustin Moris Gorski</Copyright>
88
<NeutralLanguage>en-GB</NeutralLanguage>

0 commit comments

Comments
 (0)