assembly version updated for release

This commit is contained in:
Shreyas Zare
2021-06-06 17:18:08 +05:30
parent fe3b910abf
commit 6a7e467697
3 changed files with 43 additions and 3 deletions

View File

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

View File

@@ -5,6 +5,16 @@
</PropertyGroup>
<ItemGroup>
<None Remove="dohwww\css\bootstrap.min.css" />
<None Remove="dohwww\css\bootstrap.min.css.map" />
<None Remove="dohwww\css\main.css" />
<None Remove="dohwww\favicon.ico" />
<None Remove="dohwww\img\firefox-doh.png" />
<None Remove="dohwww\img\logo.png" />
<None Remove="dohwww\index.html" />
<None Remove="dohwww\js\jquery.min.js" />
<None Remove="dohwww\js\main.js" />
<None Remove="dohwww\robots.txt" />
<None Remove="named.root" />
<None Remove="www\css\bootstrap-theme.min.css" />
<None Remove="www\css\bootstrap-theme.min.css.map" />
@@ -48,6 +58,36 @@
</ItemGroup>
<ItemGroup>
<Content Include="dohwww\css\bootstrap.min.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dohwww\css\bootstrap.min.css.map">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dohwww\css\main.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dohwww\favicon.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dohwww\img\firefox-doh.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dohwww\img\logo.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dohwww\index.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dohwww\js\jquery.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dohwww\js\main.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dohwww\robots.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="named.root">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -198,7 +238,7 @@
<RepositoryType></RepositoryType>
<Description>.NET 5</Description>
<PackageId>DnsServer</PackageId>
<Version>6.2.3</Version>
<Version>6.3</Version>
</PropertyGroup>
</Project>

View File

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