Skip to content

Commit 4b86f9e

Browse files
committed
Remove LFS settings and package icon URL
Removed numerous lines from the .gitattributes file that specified various file types to be managed by Git LFS, including images, audio files, video files, documents, archives, and binaries. Additionally, the <PackageIconUrl> element was removed from the TelegramBot.csproj file, which previously specified the URL to the package icon hosted on GitHub.
1 parent 06598ef commit 4b86f9e

4 files changed

Lines changed: 2 additions & 53 deletions

File tree

.gitattributes

Lines changed: 0 additions & 47 deletions
This file was deleted.

Sources/TelegramBot/TelegramBot.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<PackageId>TelegramBot.NET</PackageId>
1414
<PackageTags>telegram</PackageTags>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
16-
<PackageIcon>packageIcon.png</PackageIcon>
17-
<PackageIconUrl>https://media.githubusercontent.com/media/bvdcode/TelegramBot.NET/main/Sources/TelegramBot/packageIcon.png</PackageIconUrl>
16+
<PackageIcon>icon.png</PackageIcon>
1817
<PackageProjectUrl>https://github.com/bvdcode/TelegramBot.NET</PackageProjectUrl>
1918
<RepositoryUrl>https://github.com/bvdcode/TelegramBot.NET</RepositoryUrl>
2019
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -27,7 +26,7 @@
2726
</PropertyGroup>
2827
<ItemGroup>
2928
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
30-
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
29+
<None Include="icon.png" Pack="true" PackagePath="\" />
3130
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
3231
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
3332
<PackageReference Include="System.Text.Json" Version="8.0.4" />

Sources/TelegramBot/icon.png

172 KB
Loading

Sources/TelegramBot/packageIcon.png

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)