Skip to content

Commit d53edf1

Browse files
committed
Merge branch 'develop'
2 parents 60697f2 + e2e7406 commit d53edf1

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: csharp
22
sudo: required
33
dist: trusty
44

5-
dotnet: 2.0.3
5+
dotnet: 2.1.4
66
mono:
77
- 4.6.1
88
- 4.8.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ If you add this source to your NuGet CLI or project settings then you can pull u
122122

123123
## More information
124124

125-
For more information about Giraffe, how to set up a development environment, contribution guidelines and more please visit the [main documentation](https://github.com/giraffe-fsharp/Giraffe#table-of-contents) page.
125+
For more information about Giraffe, how to set up a development environment, contribution guidelines and more please visit the [main documentation](https://github.com/giraffe-fsharp/Giraffe/blob/master/DOCUMENTATION.md) page.
126126

127127
## License
128128

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
=============
33

4+
## 1.0.0
5+
6+
Upgraded Giraffe to `1.0.0`.
7+
48
## 0.1.0-beta-310
59

610
Upgraded Giraffe to `0.1.0-beta-6**`.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projects": [ "src", "tests" ],
33
"sdk": {
4-
"version": "2.0.3"
4+
"version": "2.1.4"
55
}
66
}

src/Giraffe.DotLiquid/Giraffe.DotLiquid.fsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>Giraffe.DotLiquid</AssemblyName>
4-
<Version>0.1.0-beta-310</Version>
4+
<Version>1.0.0</Version>
55
<Description>DotLiquid templating engine http handlers for the Giraffe web framework.</Description>
6-
<Copyright>Copyright 2017 Dustin Moris Gorski</Copyright>
6+
<Copyright>Copyright 2018 Dustin Moris Gorski</Copyright>
77
<NeutralLanguage>en-GB</NeutralLanguage>
88
<Authors>Dustin Moris Gorski and contributors</Authors>
99
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
@@ -31,7 +31,7 @@
3131
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.0.*" />
3232
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.*" />
3333
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.0.*" />
34-
<PackageReference Include="Giraffe" Version="0.1.0-beta-6*" />
34+
<PackageReference Include="Giraffe" Version="1.0.*" />
3535
<PackageReference Include="DotLiquid" Version="2.0.*" />
3636
</ItemGroup>
3737

tests/Giraffe.DotLiquid.Tests/Giraffe.DotLiquid.Tests.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PackageReference Include="xunit" Version="2.3.*" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.*" />
1616
<PackageReference Include="NSubstitute" Version="3.1.*" />
17+
<PackageReference Include="Giraffe.TokenRouter" Version="0.1.0-beta-1*" />
1718
</ItemGroup>
1819

1920
<ItemGroup>

0 commit comments

Comments
 (0)