updated assembly version to 5.6 for release.

This commit is contained in:
Shreyas Zare
2021-01-02 18:56:26 +05:30
parent 6854ab2570
commit f181b534b3
4 changed files with 168 additions and 168 deletions

View File

@@ -6,15 +6,15 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>5.5</Version>
<Version>5.6</Version>
<Company>Technitium</Company>
<Product>Technitium DNS Server</Product>
<Authors>Shreyas Zare</Authors>
<AssemblyName>DnsServerApp</AssemblyName>
<RootNamespace>DnsServerApp</RootNamespace>
<StartupObject>DnsServerApp.Program</StartupObject>
<AssemblyVersion>5.5.0.0</AssemblyVersion>
<FileVersion>5.5.0.0</FileVersion>
<AssemblyVersion>5.6.0.0</AssemblyVersion>
<FileVersion>5.6.0.0</FileVersion>
<PackageProjectUrl>https://technitium.com/dns/</PackageProjectUrl>
<RepositoryUrl>https://github.com/TechnitiumSoftware/DnsServer</RepositoryUrl>
</PropertyGroup>