assembly version updated to v2.3.1 for release

This commit is contained in:
Shreyas Zare
2019-01-20 11:06:48 +05:30
parent 4d1c1e06bc
commit ce368905be
5 changed files with 887 additions and 1432 deletions

View File

@@ -6,15 +6,15 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>2.3</Version>
<Version>2.3.1</Version>
<Company>Technitium</Company>
<Product>Technitium DNS Server</Product>
<Authors>Shreyas Zare</Authors>
<AssemblyName>DnsServerApp</AssemblyName>
<RootNamespace>DnsServerApp</RootNamespace>
<StartupObject>DnsServerApp.Program</StartupObject>
<AssemblyVersion>2.3.0.2</AssemblyVersion>
<FileVersion>2.3.0.2</FileVersion>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<FileVersion>2.3.1.0</FileVersion>
<PackageProjectUrl>https://technitium.com/dns/</PackageProjectUrl>
<RepositoryUrl>https://github.com/TechnitiumSoftware/DnsServer</RepositoryUrl>
</PropertyGroup>