Skip to content

Commit

Permalink
3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jchannon committed Feb 17, 2018
1 parent 3300f17 commit cbad419
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Botwin.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>3.1.0</VersionPrefix>
<VersionPrefix>3.1.1</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>
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.1.0</version>
<version>3.1.1</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.1.0" />
<PackageReference Include="Botwin" Version="3.1.1" />
</ItemGroup>
</Project>

0 comments on commit cbad419

Please sign in to comment.