version bump

This commit is contained in:
Pilzinsel64
2024-08-30 11:48:08 +02:00
parent a21c25b91d
commit 61a45b0e6a
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Version>4.1.2</Version> <Version>4.2.0</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@@ -7,11 +7,12 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Version>4.1.1</Version> <Version>4.2.0</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Pilz" Version="2.1.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>