app assembly version updated for release

This commit is contained in:
Shreyas Zare
2023-04-29 16:18:14 +05:30
parent 39b9b15cf9
commit ea46a32b5d
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Version>4.0</Version>
<Version>4.0.1</Version>
<Company>Technitium</Company>
<Product>Technitium DNS Server</Product>
<Authors>Shreyas Zare</Authors>
@@ -18,7 +18,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.3" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.5" />
</ItemGroup>
<ItemGroup>