diff --git a/NBTExplorer.csproj b/NBTExplorer.csproj index 5f6ca5b..22dcb6e 100644 --- a/NBTExplorer.csproj +++ b/NBTExplorer.csproj @@ -70,14 +70,15 @@ 4 + + False + References\Substrate.dll + - - ..\Substrate\SubstrateCS\bin\Release\NET2\Substrate.dll - diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index b55c05a..e0af639 100644 --- a/Properties/AssemblyInfo.cs +++ b/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("2.2.0.0")] -[assembly: AssemblyFileVersion("2.2.0.0")] +[assembly: AssemblyVersion("2.3.0.0")] +[assembly: AssemblyFileVersion("2.3.0.0")] diff --git a/References/Substrate.dll b/References/Substrate.dll new file mode 100644 index 0000000..3814c8a Binary files /dev/null and b/References/Substrate.dll differ