mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
assembly version updated to 11.0 for release.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||
<Version>10.0.1</Version>
|
||||
<Version>11.0</Version>
|
||||
<Company>Technitium</Company>
|
||||
<Product>Technitium DNS Server</Product>
|
||||
<Authors>Shreyas Zare</Authors>
|
||||
|
||||
@@ -12,9 +12,32 @@
|
||||
<RepositoryType></RepositoryType>
|
||||
<Description></Description>
|
||||
<PackageId>DnsServer</PackageId>
|
||||
<Version>10.0.1</Version>
|
||||
<Version>11.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DnsServerCore.ApplicationCommon\DnsServerCore.ApplicationCommon.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="TechnitiumLibrary">
|
||||
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TechnitiumLibrary.ByteTree">
|
||||
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.ByteTree.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TechnitiumLibrary.IO">
|
||||
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.IO.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TechnitiumLibrary.Net">
|
||||
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="dohwww\css\bootstrap.min.css" />
|
||||
<None Remove="dohwww\css\bootstrap.min.css.map" />
|
||||
@@ -28,19 +51,11 @@
|
||||
<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" />
|
||||
<None Remove="www\css\bootstrap.min.css" />
|
||||
<None Remove="www\css\bootstrap.min.css.map" />
|
||||
<None Remove="www\css\font-awesome.min.css" />
|
||||
<None Remove="www\css\images\ui-icons_444444_256x240.png" />
|
||||
<None Remove="www\css\images\ui-icons_555555_256x240.png" />
|
||||
<None Remove="www\css\images\ui-icons_777620_256x240.png" />
|
||||
<None Remove="www\css\images\ui-icons_777777_256x240.png" />
|
||||
<None Remove="www\css\images\ui-icons_cc0000_256x240.png" />
|
||||
<None Remove="www\css\images\ui-icons_ffffff_256x240.png" />
|
||||
<None Remove="www\css\jquery-ui.min.css" />
|
||||
<None Remove="www\css\main.css" />
|
||||
<None Remove="www\favicon.ico" />
|
||||
<None Remove="www\fonts\fontawesome-webfont.eot" />
|
||||
@@ -61,12 +76,10 @@
|
||||
<None Remove="www\index.html" />
|
||||
<None Remove="www\js\apps.js" />
|
||||
<None Remove="www\js\auth.js" />
|
||||
<None Remove="www\js\bootstrap-datetimepicker.min.js" />
|
||||
<None Remove="www\js\bootstrap.min.js" />
|
||||
<None Remove="www\js\Chart.min.js" />
|
||||
<None Remove="www\js\common.js" />
|
||||
<None Remove="www\js\dhcp.js" />
|
||||
<None Remove="www\js\jquery-ui.min.js" />
|
||||
<None Remove="www\js\jquery.min.js" />
|
||||
<None Remove="www\js\logs.js" />
|
||||
<None Remove="www\js\main.js" />
|
||||
@@ -113,30 +126,6 @@
|
||||
<Content Include="root-anchors.xml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\css\bootstrap-datetimepicker.min.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\css\images\ui-icons_444444_256x240.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\css\images\ui-icons_555555_256x240.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\css\images\ui-icons_777620_256x240.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\css\images\ui-icons_777777_256x240.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\css\images\ui-icons_cc0000_256x240.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\css\images\ui-icons_ffffff_256x240.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\css\jquery-ui.min.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\favicon.ico">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -206,9 +195,6 @@
|
||||
<Content Include="www\js\auth.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\js\bootstrap-datetimepicker.min.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\js\bootstrap.min.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -218,9 +204,6 @@
|
||||
<Content Include="www\js\common.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\js\jquery-ui.min.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="www\js\jquery.min.js">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -247,27 +230,4 @@
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="TechnitiumLibrary">
|
||||
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TechnitiumLibrary.ByteTree">
|
||||
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.ByteTree.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TechnitiumLibrary.IO">
|
||||
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.IO.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="TechnitiumLibrary.Net">
|
||||
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DnsServerCore.ApplicationCommon\DnsServerCore.ApplicationCommon.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<RootNamespace>DnsServerWindowsService</RootNamespace>
|
||||
<AssemblyName>DnsService</AssemblyName>
|
||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||
<Version>10.0.1</Version>
|
||||
<Version>11.0</Version>
|
||||
<Authors>Shreyas Zare</Authors>
|
||||
<Company>Technitium</Company>
|
||||
<Product>Technitium DNS Server</Product>
|
||||
@@ -29,7 +29,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="7.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user