assembly version updated for release

This commit is contained in:
Shreyas Zare
2021-08-21 16:51:20 +05:30
parent 6cdf3c9dc0
commit 9953db90c0
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<Version>1.1</Version> <Version>1.4</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

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

@@ -238,7 +238,7 @@
<RepositoryType></RepositoryType> <RepositoryType></RepositoryType>
<Description>.NET 5</Description> <Description>.NET 5</Description>
<PackageId>DnsServer</PackageId> <PackageId>DnsServer</PackageId>
<Version>6.4</Version> <Version>6.4.1</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>6.4</Version> <Version>6.4.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>