Skip to content

Commit 73bd877

Browse files
committed
Añadir WTelegramClient como submodule con optimizaciones de transferencia
1 parent 8e09536 commit 73bd877

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "libs/WTelegramClient"]
2+
path = libs/WTelegramClient
3+
url = https://github.com/mateof/MyCustomWTelegramClient.git

TelegramDownloader/TelegramDownloader.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
3535
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="29.2.11" />
3636
<PackageReference Include="System.IO.Hashing" Version="10.0.1" />
37-
<PackageReference Include="WTelegramClient" Version="4.3.14" />
37+
<!-- WTelegramClient personalizado con optimizaciones de transferencia (submodule) -->
38+
<ProjectReference Include="..\libs\WTelegramClient\src\WTelegramClient.csproj" />
39+
<!-- Para volver a NuGet oficial, comenta la línea anterior y descomenta esta: -->
40+
<!-- <PackageReference Include="WTelegramClient" Version="4.3.14" /> -->
3841
</ItemGroup>
3942

4043
<ItemGroup>

libs/WTelegramClient

Submodule WTelegramClient added at c96a623

0 commit comments

Comments
 (0)