Skip to content

Commit

Permalink
Add README.md and License to package
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Nov 18, 2024
1 parent f067815 commit f63743a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>0.0.2</VersionPrefix>
<VersionPrefix>0.0.3</VersionPrefix>
</PropertyGroup>
</Project>
9 changes: 9 additions & 0 deletions TelegramExportProcessor/TelegramExportProcessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/kant2002/TelegramExportProcessor</PackageProjectUrl>
<PackageTags>Telegram</PackageTags>
<Authors>codevision</Authors>
</PropertyGroup>

<ItemGroup>
Expand All @@ -15,4 +20,8 @@
</PackageReference>
</ItemGroup>

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

</Project>

0 comments on commit f63743a

Please sign in to comment.