Skip to content

Commit

Permalink
3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jchannon committed Oct 17, 2018
1 parent 4c60a8b commit b44c1dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Carter.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.7.0</Version>
<VersionPrefix>3.7.0</VersionPrefix>
<Version>3.8.0</Version>
<VersionPrefix>3.8.0</VersionPrefix>
<Authors>Jonathan Channon</Authors>
<Description>Carter is a library that allows Nancy-esque routing for use with ASP.Net Core.</Description>
<PackageTags>asp.net core;nancy;.net core;routing;carter</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion template/CarterTemplate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>CarterTemplate</id>
<version>3.7.0</version>
<version>3.8.0</version>
<title>Carter Template for dotnet-new</title>
<summary>A dotnet-new template for Carter applications.</summary>
<description>A dotnet-new template for Carter applications.</description>
Expand Down
2 changes: 1 addition & 1 deletion template/content/CarterTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.1.0" />
<PackageReference Include="Carter" Version="3.7.0" />
<PackageReference Include="Carter" Version="3.8.0" />
</ItemGroup>
</Project>

0 comments on commit b44c1dd

Please sign in to comment.