assembly version updated to 1.2.3 for release

This commit is contained in:
Shreyas Zare
2018-02-16 23:00:27 +05:30
parent eb1bea72f2
commit 1e5d766d75
6 changed files with 743 additions and 743 deletions

View File

@@ -5,15 +5,15 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>1.2.2</Version>
<Version>1.2.3</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>
<AssemblyVersion>1.2.3.0</AssemblyVersion>
<FileVersion>1.2.3.0</FileVersion>
</PropertyGroup>
<ItemGroup>