mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-27 20:09:23 +00:00
assembly version updated to v13.4.1 for release.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||||
<Version>13.4</Version>
|
<Version>13.4.1</Version>
|
||||||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
||||||
<Company>Technitium</Company>
|
<Company>Technitium</Company>
|
||||||
<Product>Technitium DNS Server</Product>
|
<Product>Technitium DNS Server</Product>
|
||||||
@@ -18,11 +18,7 @@
|
|||||||
<RepositoryUrl>https://github.com/TechnitiumSoftware/DnsServer</RepositoryUrl>
|
<RepositoryUrl>https://github.com/TechnitiumSoftware/DnsServer</RepositoryUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="false" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<None Remove="start.bat" />
|
<None Remove="start.bat" />
|
||||||
<None Remove="start.sh" />
|
<None Remove="start.sh" />
|
||||||
<None Remove="systemd.service" />
|
<None Remove="systemd.service" />
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<RepositoryType></RepositoryType>
|
<RepositoryType></RepositoryType>
|
||||||
<Description></Description>
|
<Description></Description>
|
||||||
<PackageId>DnsServer</PackageId>
|
<PackageId>DnsServer</PackageId>
|
||||||
<Version>13.4</Version>
|
<Version>13.4.1</Version>
|
||||||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -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>13.4</Version>
|
<Version>13.4.1</Version>
|
||||||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
||||||
<Authors>Shreyas Zare</Authors>
|
<Authors>Shreyas Zare</Authors>
|
||||||
<Company>Technitium</Company>
|
<Company>Technitium</Company>
|
||||||
@@ -19,10 +19,6 @@
|
|||||||
<PackageId>DnsServerWindowsService</PackageId>
|
<PackageId>DnsServerWindowsService</PackageId>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<RuntimeHostConfigurationOption Include="System.Globalization.Invariant" Value="true" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="TechnitiumLibrary.Net.Firewall">
|
<Reference Include="TechnitiumLibrary.Net.Firewall">
|
||||||
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.Firewall.dll</HintPath>
|
<HintPath>..\..\TechnitiumLibrary\bin\TechnitiumLibrary.Net.Firewall.dll</HintPath>
|
||||||
|
|||||||
Reference in New Issue
Block a user