diff --git a/TLSharp.Core/Properties/AssemblyInfo.cs b/TLSharp.Core/Properties/AssemblyInfo.cs index 856dc61..955aaeb 100644 --- a/TLSharp.Core/Properties/AssemblyInfo.cs +++ b/TLSharp.Core/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("TLSharp.Core")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TLSharp.Core")] +//[assembly: AssemblyTitle("TLSharp.Core")] +//[assembly: AssemblyDescription("")] +//[assembly: AssemblyConfiguration("")] +//[assembly: AssemblyCompany("")] +//[assembly: AssemblyProduct("TLSharp.Core")] [assembly: AssemblyCopyright("Copyright © 2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +//[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/TLSharp.Core/TLSharp.CoreCore.csproj b/TLSharp.Core/TLSharp.CoreCore.csproj new file mode 100644 index 0000000..c465528 --- /dev/null +++ b/TLSharp.Core/TLSharp.CoreCore.csproj @@ -0,0 +1,30 @@ + + + + netstandard2.0 + 8.0 + Mahdi K. Fard + true + A port of TLSharp for .NET Standard 2.0. + 1.0.0 + 1.0.0 + 1.0.0 + https://github.com/xclud/Telegram + https://github.com/xclud/Telegram + Telegram + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/TeleSharp.TL/Properties/AssemblyInfo.cs b/TeleSharp.TL/Properties/AssemblyInfo.cs index 3ff3c97..45bb2b8 100644 --- a/TeleSharp.TL/Properties/AssemblyInfo.cs +++ b/TeleSharp.TL/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("TeleSharp.TL")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TeleSharp.TL")] +//[assembly: AssemblyTitle("TeleSharp.TL")] +//[assembly: AssemblyDescription("")] +//[assembly: AssemblyConfiguration("")] +//[assembly: AssemblyCompany("")] +//[assembly: AssemblyProduct("TeleSharp.TL")] [assembly: AssemblyCopyright("Copyright © 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +//[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/TeleSharp.TL/TeleSharp.TLCore.csproj b/TeleSharp.TL/TeleSharp.TLCore.csproj new file mode 100644 index 0000000..d3b8126 --- /dev/null +++ b/TeleSharp.TL/TeleSharp.TLCore.csproj @@ -0,0 +1,27 @@ + + + + netstandard2.0 + 8.0 + Mahdi K. Fard + true + A port of TLSharp for .NET Standard 2.0. + 1.0.0 + 1.0.0 + 1.0.0 + https://github.com/xclud/Telegram + https://github.com/xclud/Telegram + Telegram + + + + + + + + + + + + + \ No newline at end of file