assembly version updated for release

This commit is contained in:
Shreyas Zare
2021-04-24 14:39:17 +05:30
parent 63d10f76fa
commit af8cdfae6e
3 changed files with 3 additions and 7 deletions

View File

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

View File

@@ -6,7 +6,6 @@
<ItemGroup>
<None Remove="named.root" />
<None Remove="www\blocklist.txt" />
<None Remove="www\css\bootstrap-theme.min.css" />
<None Remove="www\css\bootstrap-theme.min.css.map" />
<None Remove="www\css\bootstrap.min.css" />
@@ -52,9 +51,6 @@
<Content Include="named.root">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\blocklist.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\css\images\ui-icons_444444_256x240.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -202,7 +198,7 @@
<RepositoryType></RepositoryType>
<Description>.NET 5</Description>
<PackageId>DnsServer</PackageId>
<Version>6.2.1</Version>
<Version>6.2.2</Version>
</PropertyGroup>
</Project>

View File

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