diff --git a/DnsServerApp/DnsServerApp.csproj b/DnsServerApp/DnsServerApp.csproj index 6a6bedec..3afba794 100644 --- a/DnsServerApp/DnsServerApp.csproj +++ b/DnsServerApp/DnsServerApp.csproj @@ -38,6 +38,9 @@ logo2.ico + + ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll + @@ -48,6 +51,7 @@ Designer + diff --git a/DnsServerApp/Properties/AssemblyInfo.cs b/DnsServerApp/Properties/AssemblyInfo.cs index 6ff5d86d..f94ad008 100644 --- a/DnsServerApp/Properties/AssemblyInfo.cs +++ b/DnsServerApp/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0.1")] -[assembly: AssemblyFileVersion("1.3.0.1")] +[assembly: AssemblyVersion("1.3.2.0")] +[assembly: AssemblyFileVersion("1.3.2.0")] diff --git a/DnsServerApp/packages.config b/DnsServerApp/packages.config new file mode 100644 index 00000000..57627541 --- /dev/null +++ b/DnsServerApp/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file