assembly version updated for release

This commit is contained in:
Shreyas Zare
2022-05-28 13:53:04 +05:30
parent c3f711ced2
commit fb619ee722
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<ApplicationIcon>logo2.ico</ApplicationIcon> <ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>8.1.1</Version> <Version>8.1.2</Version>
<Company>Technitium</Company> <Company>Technitium</Company>
<Product>Technitium DNS Server</Product> <Product>Technitium DNS Server</Product>
<Authors>Shreyas Zare</Authors> <Authors>Shreyas Zare</Authors>

View File

@@ -265,7 +265,7 @@
<RepositoryType></RepositoryType> <RepositoryType></RepositoryType>
<Description></Description> <Description></Description>
<PackageId>DnsServer</PackageId> <PackageId>DnsServer</PackageId>
<Version>8.1.1</Version> <Version>8.1.2</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@@ -8,7 +8,7 @@
<RootNamespace>DnsServerWindowsService</RootNamespace> <RootNamespace>DnsServerWindowsService</RootNamespace>
<AssemblyName>DnsService</AssemblyName> <AssemblyName>DnsService</AssemblyName>
<ApplicationIcon>logo2.ico</ApplicationIcon> <ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>8.1.1</Version> <Version>8.1.2</Version>
<Authors>Shreyas Zare</Authors> <Authors>Shreyas Zare</Authors>
<Company>Technitium</Company> <Company>Technitium</Company>
<Product>Technitium DNS Server</Product> <Product>Technitium DNS Server</Product>