assembly version updated to 2.0 for release

This commit is contained in:
Shreyas Zare
2018-10-06 16:31:27 +05:30
parent 30cf556c90
commit 29df605c52
4 changed files with 18 additions and 10 deletions

View File

@@ -6,15 +6,15 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework> <TargetFramework>netcoreapp2.1</TargetFramework>
<ApplicationIcon>logo2.ico</ApplicationIcon> <ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>1.3.3</Version> <Version>2.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>
<AssemblyName>DnsServerApp</AssemblyName> <AssemblyName>DnsServerApp</AssemblyName>
<RootNamespace>DnsServerApp</RootNamespace> <RootNamespace>DnsServerApp</RootNamespace>
<StartupObject>DnsServerApp.Program</StartupObject> <StartupObject>DnsServerApp.Program</StartupObject>
<AssemblyVersion>1.3.3.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>1.3.3.0</FileVersion> <FileVersion>2.0.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("1.3.3.0")] [assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("1.3.3.0")] [assembly: AssemblyFileVersion("2.0.0.0")]

View File

@@ -5,6 +5,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<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" />
<None Remove="www\css\bootstrap.min.css" /> <None Remove="www\css\bootstrap.min.css" />
@@ -27,12 +28,16 @@
<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" />
<None Remove="www\js\Chart.min.js" />
<None Remove="www\js\common.js" /> <None Remove="www\js\common.js" />
<None Remove="www\js\jquery.min.js" /> <None Remove="www\js\jquery.min.js" />
<None Remove="www\js\main.js" /> <None Remove="www\js\main.js" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="www\blocklist.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="www\favicon.ico"> <Content Include="www\favicon.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>
@@ -99,6 +104,9 @@
<Content Include="www\js\bootstrap.min.js"> <Content Include="www\js\bootstrap.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>
<Content Include="www\js\Chart.min.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="www\js\common.js"> <Content Include="www\js\common.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>
@@ -134,9 +142,9 @@
<RepositoryType></RepositoryType> <RepositoryType></RepositoryType>
<Description>.NET Standard 2.0</Description> <Description>.NET Standard 2.0</Description>
<PackageId>DnsServer</PackageId> <PackageId>DnsServer</PackageId>
<AssemblyVersion>1.3.3.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>1.3.3.0</FileVersion> <FileVersion>2.0.0.0</FileVersion>
<Version>1.3.3</Version> <Version>2.0</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

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("1.3.3.0")] [assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("1.3.3.0")] [assembly: AssemblyFileVersion("2.0.0.0")]