assembly version updated for release

This commit is contained in:
Shreyas Zare
2018-01-26 23:08:26 +05:30
parent c296004047
commit 6d42417110
5 changed files with 744 additions and 1307 deletions

View File

@@ -5,13 +5,15 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>1.2.0.1</Version>
<Version>1.2.2</Version>
<Company>Technitium</Company>
<Product>Technitium DNS Server</Product>
<Authors>Shreyas Zare</Authors>
<AssemblyName>DnsServerApp</AssemblyName>
<RootNamespace>DnsServerApp</RootNamespace>
<StartupObject>DnsServerApp.Program</StartupObject>
<AssemblyVersion>1.2.2.0</AssemblyVersion>
<FileVersion>1.2.2.0</FileVersion>
</PropertyGroup>
<ItemGroup>