Skip to content

Commit 6e56f38

Browse files
committed
Carter v4.0.0
1 parent aaaf410 commit 6e56f38

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image: ubuntu
22

3-
version: 3.7.0-ci{build}
3+
version: 4.0.0-ci{build}
44

55
max_jobs: 1
66

samples/ValidatorOnlyProject/ValidatorOnlyProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="FluentValidation" Version="8.1.2" />
6+
<PackageReference Include="FluentValidation" Version="8.1.3" />
77
</ItemGroup>
88
</Project>

src/Carter.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
4-
<Version>3.11.0</Version>
5-
<VersionPrefix>3.11.0</VersionPrefix>
4+
<Version>4.0.0</Version>
5+
<VersionPrefix>4.0.0</VersionPrefix>
66
<Authors>Jonathan Channon</Authors>
77
<Description>Carter is a library that allows Nancy-esque routing for use with ASP.Net Core.</Description>
88
<PackageTags>asp.net core;nancy;.net core;routing;carter</PackageTags>
@@ -15,9 +15,9 @@
1515
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1616
</PropertyGroup>
1717
<ItemGroup>
18-
<PackageReference Include="FluentValidation" Version="8.1.2" />
18+
<PackageReference Include="FluentValidation" Version="8.1.3" />
1919
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
20-
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="2.2.0" />
20+
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="2.2.2" />
2121
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="2.1.0" />
2222
<PackageReference Include="Microsoft.OpenApi" Version="1.1.2" />
2323
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />

template/CarterTemplate.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>CarterTemplate</id>
5-
<version>3.11.0</version>
5+
<version>4.0.0</version>
66
<title>Carter Template for dotnet-new</title>
77
<summary>A dotnet-new template for Carter applications.</summary>
88
<description>A dotnet-new template for Carter applications.</description>

template/content/CarterTemplate.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<ItemGroup>
99
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
1010
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.0" />
11-
<PackageReference Include="Carter" Version="3.11.0" />
11+
<PackageReference Include="Carter" Version="4.0.0" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)