Rename TeleSharp.TL->TgSharp.TL (2/5)

This commit is contained in:
Andres G. Aragoneses 2020-04-16 17:30:24 +08:00
parent dfb8b52bb0
commit d4a4c66d35
1269 changed files with 13 additions and 13 deletions

View file

@ -81,7 +81,7 @@
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\TeleSharp.TL\TeleSharp.TL.csproj"> <ProjectReference Include="..\TgSharp.TL\TgSharp.TL.csproj">
<Project>{d6144517-91d2-4880-86df-e9ff5d7f383a}</Project> <Project>{d6144517-91d2-4880-86df-e9ff5d7f383a}</Project>
<Name>TeleSharp.TL</Name> <Name>TeleSharp.TL</Name>
</ProjectReference> </ProjectReference>

View file

@ -15,6 +15,6 @@ It's a perfect fit for any developer who would like to send data directly to Tel
<copyright>Copyright 2015-2020</copyright> <copyright>Copyright 2015-2020</copyright>
</metadata> </metadata>
<files> <files>
<file src="bin\Release\TeleSharp.TL.dll" target="lib\net46\TeleSharp.TL.dll" /> <file src="bin\Release\TgSharp.TL.dll" target="lib\net46\TgSharp.TL.dll" />
</files> </files>
</package> </package>

View file

@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("TeleSharp.TL")] [assembly: AssemblyTitle("TgSharp.TL")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("TeleSharp.TL")] [assembly: AssemblyProduct("TgSharp.TL")]
[assembly: AssemblyCopyright("Copyright © 2016")] [assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]

Some files were not shown because too many files have changed in this diff Show more