mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-03 07:15:34 +00:00
assembly version updated to v2.3.0.1 for release
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
<AssemblyName>DnsServerApp</AssemblyName>
|
<AssemblyName>DnsServerApp</AssemblyName>
|
||||||
<RootNamespace>DnsServerApp</RootNamespace>
|
<RootNamespace>DnsServerApp</RootNamespace>
|
||||||
<StartupObject>DnsServerApp.Program</StartupObject>
|
<StartupObject>DnsServerApp.Program</StartupObject>
|
||||||
<AssemblyVersion>2.3.0.0</AssemblyVersion>
|
<AssemblyVersion>2.3.0.1</AssemblyVersion>
|
||||||
<FileVersion>2.3.0.0</FileVersion>
|
<FileVersion>2.3.0.1</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.0.0")]
|
[assembly: AssemblyVersion("2.3.0.1")]
|
||||||
[assembly: AssemblyFileVersion("2.3.0.0")]
|
[assembly: AssemblyFileVersion("2.3.0.1")]
|
||||||
|
|||||||
@@ -146,8 +146,8 @@
|
|||||||
<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.0.0</AssemblyVersion>
|
<AssemblyVersion>2.3.0.1</AssemblyVersion>
|
||||||
<FileVersion>2.3.0.0</FileVersion>
|
<FileVersion>2.3.0.1</FileVersion>
|
||||||
<Version>2.3</Version>
|
<Version>2.3</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("2.3.0.0")]
|
[assembly: AssemblyVersion("2.3.0.1")]
|
||||||
[assembly: AssemblyFileVersion("2.3.0.0")]
|
[assembly: AssemblyFileVersion("2.3.0.1")]
|
||||||
|
|||||||
Reference in New Issue
Block a user