mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-06 08:45:32 +00:00
assembly version updated to v2.4 for release
This commit is contained in:
@@ -6,15 +6,15 @@
|
|||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||||
<Version>2.3.1</Version>
|
<Version>2.4</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>
|
||||||
<AssemblyName>DnsServerApp</AssemblyName>
|
<AssemblyName>DnsServerApp</AssemblyName>
|
||||||
<RootNamespace>DnsServerApp</RootNamespace>
|
<RootNamespace>DnsServerApp</RootNamespace>
|
||||||
<StartupObject>DnsServerApp.Program</StartupObject>
|
<StartupObject>DnsServerApp.Program</StartupObject>
|
||||||
<AssemblyVersion>2.3.1.0</AssemblyVersion>
|
<AssemblyVersion>2.4.0.0</AssemblyVersion>
|
||||||
<FileVersion>2.3.1.0</FileVersion>
|
<FileVersion>2.4.0.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>
|
||||||
|
|||||||
@@ -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("2.3.1.0")]
|
[assembly: AssemblyVersion("2.4.0.0")]
|
||||||
[assembly: AssemblyFileVersion("2.3.1.0")]
|
[assembly: AssemblyFileVersion("2.4.0.0")]
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
<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.gif" />
|
<None Remove="www\img\loader.gif" />
|
||||||
|
<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\bootstrap.min.js" />
|
<None Remove="www\js\bootstrap.min.js" />
|
||||||
@@ -96,6 +97,9 @@
|
|||||||
<Content Include="www\img\loader.gif">
|
<Content Include="www\img\loader.gif">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="www\img\logo.png">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="www\img\logo25x25.png">
|
<Content Include="www\img\logo25x25.png">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
@@ -146,9 +150,9 @@
|
|||||||
<RepositoryType></RepositoryType>
|
<RepositoryType></RepositoryType>
|
||||||
<Description>.NET Standard 2.0</Description>
|
<Description>.NET Standard 2.0</Description>
|
||||||
<PackageId>DnsServer</PackageId>
|
<PackageId>DnsServer</PackageId>
|
||||||
<AssemblyVersion>2.3.1.0</AssemblyVersion>
|
<AssemblyVersion>2.4.0.0</AssemblyVersion>
|
||||||
<FileVersion>2.3.1.0</FileVersion>
|
<FileVersion>2.4.0.0</FileVersion>
|
||||||
<Version>2.3.1</Version>
|
<Version>2.4</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -31,17 +31,16 @@
|
|||||||
<DefineConstants>TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<Prefer32Bit>false</Prefer32Bit>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
<ApplicationIcon>logo2.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
||||||
<Reference Include="System.Management" />
|
<Reference Include="System.Management" />
|
||||||
<Reference Include="System.ServiceProcess" />
|
<Reference Include="System.ServiceProcess" />
|
||||||
<Reference Include="System.Deployment" />
|
|
||||||
<Reference Include="System.Drawing" />
|
|
||||||
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Forms" />
|
||||||
<Reference Include="TechnitiumLibrary.IO, Version=2.5.4.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="TechnitiumLibrary.IO, Version=2.5.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
|||||||
@@ -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("2.3.1.0")]
|
[assembly: AssemblyVersion("2.4.0.0")]
|
||||||
[assembly: AssemblyFileVersion("2.3.1.0")]
|
[assembly: AssemblyFileVersion("2.4.0.0")]
|
||||||
|
|||||||
Reference in New Issue
Block a user