assembly version updated to v12.1 for release.

This commit is contained in:
Shreyas Zare
2024-03-16 18:16:43 +05:30
parent 1c6aa06d21
commit 885a89f395
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ApplicationIcon>logo2.ico</ApplicationIcon> <ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>12.0.1</Version> <Version>12.1</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

@@ -12,7 +12,7 @@
<RepositoryType></RepositoryType> <RepositoryType></RepositoryType>
<Description></Description> <Description></Description>
<PackageId>DnsServer</PackageId> <PackageId>DnsServer</PackageId>
<Version>12.0.1</Version> <Version>12.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

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>12.0.1</Version> <Version>12.1</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>