assembly version updated to v2.4 for release

This commit is contained in:
Shreyas Zare
2019-02-03 16:27:58 +05:30
parent b73f5c7a46
commit d1f3b7afa5
5 changed files with 16 additions and 13 deletions

View File

@@ -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>

View File

@@ -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")]

View File

@@ -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>

View File

@@ -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>

View File

@@ -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")]