chore: bump version to 2.1.2

This commit is contained in:
Anna 2021-06-04 20:29:13 -04:00
parent e94a9a7b31
commit 2aeebdb251
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Version>2.1.1</Version> <Version>2.1.2</Version>
<TargetFramework>net48</TargetFramework> <TargetFramework>net48</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>x64</PlatformTarget> <PlatformTarget>x64</PlatformTarget>