Skip to content

Commit

Permalink
Add source link
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Nov 18, 2024
1 parent f63743a commit bd8bb6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TelegramExportProcessor/TelegramExportProcessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Description>Library for reading export JSON files from Telegram Desktop.</Description>
<InvariantGlobalization>true</InvariantGlobalization>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -20,6 +21,10 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down

0 comments on commit bd8bb6f

Please sign in to comment.