version bump

This commit is contained in:
Pilzinsel64
2024-08-16 07:23:35 +02:00
parent e24e6e5bca
commit 4b47abfbbe
2 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>2.1.2</Version>
<Version>2.2.0</Version>
</PropertyGroup>
<ItemGroup>

View File

@@ -5,6 +5,10 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<Version>2.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Castle.Core" Version="5.1.1" />