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:
@@ -13,12 +13,16 @@
|
|||||||
<AssemblyName>DnsServerApp</AssemblyName>
|
<AssemblyName>DnsServerApp</AssemblyName>
|
||||||
<RootNamespace>DnsServerApp</RootNamespace>
|
<RootNamespace>DnsServerApp</RootNamespace>
|
||||||
<StartupObject>DnsServerApp.Program</StartupObject>
|
<StartupObject>DnsServerApp.Program</StartupObject>
|
||||||
<AssemblyVersion>5.0.1.0</AssemblyVersion>
|
<AssemblyVersion>5.0.2.0</AssemblyVersion>
|
||||||
<FileVersion>5.0.1.0</FileVersion>
|
<FileVersion>5.0.2.0</FileVersion>
|
||||||
<PackageProjectUrl>https://technitium.com/dns/</PackageProjectUrl>
|
<PackageProjectUrl>https://technitium.com/dns/</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/TechnitiumSoftware/DnsServer</RepositoryUrl>
|
<RepositoryUrl>https://github.com/TechnitiumSoftware/DnsServer</RepositoryUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Remove="start.bat" />
|
<None Remove="start.bat" />
|
||||||
<None Remove="start.sh" />
|
<None Remove="start.sh" />
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("5.0.1.0")]
|
[assembly: AssemblyVersion("5.0.2.0")]
|
||||||
[assembly: AssemblyFileVersion("5.0.1.0")]
|
[assembly: AssemblyFileVersion("5.0.2.0")]
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Remove="named.root" />
|
||||||
<None Remove="www\blocklist.txt" />
|
<None Remove="www\blocklist.txt" />
|
||||||
<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" />
|
||||||
@@ -39,18 +40,15 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Content Include="named.root">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="www\blocklist.txt">
|
<Content Include="www\blocklist.txt">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="www\favicon.ico">
|
<Content Include="www\favicon.ico">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="www\css\bootstrap-theme.min.css">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="www\css\bootstrap-theme.min.css.map">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Include="www\css\bootstrap.min.css">
|
<Content Include="www\css\bootstrap.min.css">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@@ -164,8 +162,8 @@
|
|||||||
<RepositoryType></RepositoryType>
|
<RepositoryType></RepositoryType>
|
||||||
<Description>.NET Standard 2.0</Description>
|
<Description>.NET Standard 2.0</Description>
|
||||||
<PackageId>DnsServer</PackageId>
|
<PackageId>DnsServer</PackageId>
|
||||||
<AssemblyVersion>5.0.1.0</AssemblyVersion>
|
<AssemblyVersion>5.0.2.0</AssemblyVersion>
|
||||||
<FileVersion>5.0.1.0</FileVersion>
|
<FileVersion>5.0.2.0</FileVersion>
|
||||||
<Version>5.0</Version>
|
<Version>5.0</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.3.1.0")]
|
[assembly: AssemblyVersion("1.3.2.0")]
|
||||||
[assembly: AssemblyFileVersion("1.3.1.0")]
|
[assembly: AssemblyFileVersion("1.3.2.0")]
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("5.0.1.0")]
|
[assembly: AssemblyVersion("5.0.2.0")]
|
||||||
[assembly: AssemblyFileVersion("5.0.1.0")]
|
[assembly: AssemblyFileVersion("5.0.2.0")]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user