mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
assembly version updated for release
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||
<Version>8.0</Version>
|
||||
<Version>8.0.1</Version>
|
||||
<Company>Technitium</Company>
|
||||
<Product>Technitium DNS Server</Product>
|
||||
<Authors>Shreyas Zare</Authors>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<None Remove="dohwww\js\main.js" />
|
||||
<None Remove="dohwww\robots.txt" />
|
||||
<None Remove="named.root" />
|
||||
<None Remove="root-anchors.xml" />
|
||||
<None Remove="www\css\bootstrap-datetimepicker.min.css" />
|
||||
<None Remove="www\css\bootstrap-theme.min.css" />
|
||||
<None Remove="www\css\bootstrap-theme.min.css.map" />
|
||||
@@ -96,6 +97,9 @@
|
||||
<Content Include="named.root">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="root-anchors.xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\css\bootstrap-datetimepicker.min.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -261,7 +265,7 @@
|
||||
<RepositoryType></RepositoryType>
|
||||
<Description></Description>
|
||||
<PackageId>DnsServer</PackageId>
|
||||
<Version>8.0</Version>
|
||||
<Version>8.0.1</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<RootNamespace>DnsServerWindowsService</RootNamespace>
|
||||
<AssemblyName>DnsService</AssemblyName>
|
||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||
<Version>8.0</Version>
|
||||
<Version>8.0.1</Version>
|
||||
<Authors>Shreyas Zare</Authors>
|
||||
<Company>Technitium</Company>
|
||||
<Product>Technitium DNS Server</Product>
|
||||
|
||||
Reference in New Issue
Block a user