Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Commit 03f62a4

Browse files
author
Ruben Schmidmeister
authored
Merge pull request #24 from messerli-informatik-ag/update-funcky
Update funcky to 2.0.0 and Release 0.3.1
2 parents d007674 + a494d59 commit 03f62a4

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<PackageReference Update="Funcky" Version="[1.2, 2)" />
4+
<PackageReference Update="Funcky" Version="[2.0.0, 3)" />
55
<PackageReference Update="Microsoft.AspNetCore.Http.Abstractions" Version="[2.2, 3)" />
66
</ItemGroup>
77
<ItemGroup>

Routing.AspNetCore/Routing.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<AssemblyName>Messerli.Routing.AspNetCore</AssemblyName>
1010
<RootNamespace>Messerli.Routing.AspNetCore</RootNamespace>
11-
<Version>0.3.0</Version>
11+
<Version>0.3.1</Version>
1212
<RepositoryUrl>https://github.com/messerli-informatik-ag/routing</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<PackageId>Messerli.Routing.AspNetCore</PackageId>

Routing.AspNetCore/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
- Errors thrown by request handlers are no longer caught and logged,
1111
but propagated instead.
1212
- Use newest Messerli.Routing
13+
14+
## 0.3.1
15+
- Update to Messerli.Routing 0.3.1.

Routing/Routing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<AssemblyName>Messerli.Routing</AssemblyName>
1010
<RootNamespace>Messerli.Routing</RootNamespace>
11-
<Version>0.3.0</Version>
11+
<Version>0.3.1</Version>
1212
<RepositoryUrl>https://github.com/messerli-informatik-ag/routing</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<PackageId>Messerli.Routing</PackageId>

Routing/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010

1111
## 0.3.0
1212
- A single trailing "/" is now trimmed before routing.
13+
14+
## 0.3.1
15+
- Update to Funcky 2.0.0.

0 commit comments

Comments
 (0)