2.1.1-preview

pull/10/head
Evan Hemsley 2019-10-25 22:01:44 -07:00
parent f787a00a91
commit 1ff5701a05
2 changed files with 2 additions and 2 deletions

View File

@ -43,4 +43,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^\d+\.\d+\.\d+(-rc\d+)?$/
only: /^\d+\.\d+\.\d+(-preview\d+)?$/

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.1.0</Version>
<Version>2.1.1-preview</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>.NET Core Collision Detection for MonoGame</Description>
<PackageId>MoonTools.Core.Bonk</PackageId>