version bump

This commit is contained in:
Pilzinsel64
2024-11-20 12:36:42 +01:00
parent b8c0086e82
commit ede26291ec

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks> <TargetFrameworks>net8.0</TargetFrameworks>
<AssemblyTitle>LicenseHelper</AssemblyTitle> <AssemblyTitle>LicenseHelper</AssemblyTitle>
<Company>DRSN</Company> <Company>DRSN</Company>
<Product>LicenseHelper</Product> <Product>LicenseHelper</Product>
@@ -8,11 +8,9 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Version>2.0.0</Version> <Version>2.0.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup> </ItemGroup>
</Project> </Project>