assembly version updated for v7.0 release

This commit is contained in:
Shreyas Zare
2021-10-02 16:09:50 +05:30
parent 2082d9c47d
commit 608997a41c
3 changed files with 24 additions and 4 deletions

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.1</Version> <Version>7.0</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

@@ -16,6 +16,7 @@
<None Remove="dohwww\js\main.js" /> <None Remove="dohwww\js\main.js" />
<None Remove="dohwww\robots.txt" /> <None Remove="dohwww\robots.txt" />
<None Remove="named.root" /> <None Remove="named.root" />
<None Remove="www\css\bootstrap-datetimepicker.min.css" />
<None Remove="www\css\bootstrap-theme.min.css" /> <None Remove="www\css\bootstrap-theme.min.css" />
<None Remove="www\css\bootstrap-theme.min.css.map" /> <None Remove="www\css\bootstrap-theme.min.css.map" />
<None Remove="www\css\bootstrap.min.css" /> <None Remove="www\css\bootstrap.min.css" />
@@ -46,13 +47,17 @@
<None Remove="www\img\logo25x25.png" /> <None Remove="www\img\logo25x25.png" />
<None Remove="www\index.html" /> <None Remove="www\index.html" />
<None Remove="www\js\apps.js" /> <None Remove="www\js\apps.js" />
<None Remove="www\js\bootstrap-datetimepicker.min.js" />
<None Remove="www\js\bootstrap.min.js" /> <None Remove="www\js\bootstrap.min.js" />
<None Remove="www\js\Chart.min.js" /> <None Remove="www\js\Chart.min.js" />
<None Remove="www\js\common.js" /> <None Remove="www\js\common.js" />
<None Remove="www\js\dhcp.js" /> <None Remove="www\js\dhcp.js" />
<None Remove="www\js\jquery-ui.min.js" /> <None Remove="www\js\jquery-ui.min.js" />
<None Remove="www\js\jquery.min.js" /> <None Remove="www\js\jquery.min.js" />
<None Remove="www\js\logs.js" />
<None Remove="www\js\main.js" /> <None Remove="www\js\main.js" />
<None Remove="www\js\moment.min.js" />
<None Remove="www\js\other-zones.js" />
<None Remove="www\js\zone.js" /> <None Remove="www\js\zone.js" />
<None Remove="www\robots.txt" /> <None Remove="www\robots.txt" />
</ItemGroup> </ItemGroup>
@@ -91,6 +96,9 @@
<Content Include="named.root"> <Content Include="named.root">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="www\css\bootstrap-datetimepicker.min.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\css\images\ui-icons_444444_256x240.png"> <Content Include="www\css\images\ui-icons_444444_256x240.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
@@ -175,6 +183,9 @@
<Content Include="www\js\apps.js"> <Content Include="www\js\apps.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="www\js\bootstrap-datetimepicker.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\js\bootstrap.min.js"> <Content Include="www\js\bootstrap.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
@@ -190,9 +201,18 @@
<Content Include="www\js\jquery.min.js"> <Content Include="www\js\jquery.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="www\js\logs.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\js\main.js"> <Content Include="www\js\main.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="www\js\moment.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\js\other-zones.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\js\zone.js"> <Content Include="www\js\zone.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
@@ -224,7 +244,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\DnsApplicationCommon\DnsApplicationCommon.csproj" /> <ProjectReference Include="..\DnsServerCore.ApplicationCommon\DnsServerCore.ApplicationCommon.csproj" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
@@ -238,7 +258,7 @@
<RepositoryType></RepositoryType> <RepositoryType></RepositoryType>
<Description>.NET 5</Description> <Description>.NET 5</Description>
<PackageId>DnsServer</PackageId> <PackageId>DnsServer</PackageId>
<Version>6.4.1</Version> <Version>7.0</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.1</Version> <Version>7.0</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>