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>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||||
<Version>8.1.4</Version>
|
<Version>9.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>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<RepositoryType></RepositoryType>
|
<RepositoryType></RepositoryType>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<PackageId>DnsServerCore.ApplicationCommon</PackageId>
|
<PackageId>DnsServerCore.ApplicationCommon</PackageId>
|
||||||
<Version>3.0</Version>
|
<Version>4.0</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -43,11 +43,13 @@
|
|||||||
<None Remove="www\fonts\glyphicons-halflings-regular.ttf" />
|
<None Remove="www\fonts\glyphicons-halflings-regular.ttf" />
|
||||||
<None Remove="www\fonts\glyphicons-halflings-regular.woff" />
|
<None Remove="www\fonts\glyphicons-halflings-regular.woff" />
|
||||||
<None Remove="www\fonts\glyphicons-halflings-regular.woff2" />
|
<None Remove="www\fonts\glyphicons-halflings-regular.woff2" />
|
||||||
|
<None Remove="www\img\loader-small.gif" />
|
||||||
<None Remove="www\img\loader.gif" />
|
<None Remove="www\img\loader.gif" />
|
||||||
<None Remove="www\img\logo.png" />
|
<None Remove="www\img\logo.png" />
|
||||||
<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\auth.js" />
|
||||||
<None Remove="www\js\bootstrap-datetimepicker.min.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" />
|
||||||
@@ -172,6 +174,9 @@
|
|||||||
<Content Include="www\fonts\glyphicons-halflings-regular.woff2">
|
<Content Include="www\fonts\glyphicons-halflings-regular.woff2">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="www\img\loader-small.gif">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="www\img\loader.gif">
|
<Content Include="www\img\loader.gif">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@@ -187,6 +192,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\auth.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="www\js\bootstrap-datetimepicker.min.js">
|
<Content Include="www\js\bootstrap-datetimepicker.min.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@@ -265,7 +273,7 @@
|
|||||||
<RepositoryType></RepositoryType>
|
<RepositoryType></RepositoryType>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<PackageId>DnsServer</PackageId>
|
<PackageId>DnsServer</PackageId>
|
||||||
<Version>8.1.4</Version>
|
<Version>9.0</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<AssemblyName>DnsServerSystemTrayApp</AssemblyName>
|
<AssemblyName>DnsServerSystemTrayApp</AssemblyName>
|
||||||
<Authors>Shreyas Zare</Authors>
|
<Authors>Shreyas Zare</Authors>
|
||||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||||
<Version>3.0</Version>
|
<Version>3.1</Version>
|
||||||
<Company>Technitium</Company>
|
<Company>Technitium</Company>
|
||||||
<Product>Technitium DNS Server</Product>
|
<Product>Technitium DNS Server</Product>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
|
|||||||
@@ -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>8.1.4</Version>
|
<Version>9.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>
|
||||||
|
|||||||
Reference in New Issue
Block a user