Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jchannon committed Apr 7, 2018
1 parent 85e6e34 commit 37e2bfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Botwin.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>3.4.0</VersionPrefix>
<VersionPrefix>3.5.0</VersionPrefix>
<Authors>Jonathan Channon</Authors>
<Description>Botwin is a library that allows Nancy-esque routing for use with ASP.Net Core.</Description>
<PackageTags>asp.net core;nancy;.net core;routing;botwin</PackageTags>
<PackageProjectUrl>https://github.com/jchannon/botwin</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/jchannon/Botwin/blob/master/LICENSE</PackageLicenseUrl>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Botwin 3.5.0 will be the last release under the name Botwin. Future releases will be known as Carter and found at https://www.nuget.org/packages/carter</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="7.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion template/BotwinTemplate.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>BotwinTemplate</id>
<version>3.4.0</version>
<version>3.5.0</version>
<title>Botwin Template for dotnet-new</title>
<summary>A dotnet-new template for Botwin applications.</summary>
<description>A dotnet-new template for Botwin applications.</description>
Expand Down
2 changes: 1 addition & 1 deletion template/content/BotwinTemplate.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.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.0.0" />
<PackageReference Include="Botwin" Version="3.4.0" />
<PackageReference Include="Botwin" Version="3.5.0" />
</ItemGroup>
</Project>

0 comments on commit 37e2bfe

Please sign in to comment.