Skip to content

Commit

Permalink
Fix README include into library project
Browse files Browse the repository at this point in the history
  • Loading branch information
pakinmaksim-rtdc committed Oct 29, 2024
1 parent a11ebaf commit fc043d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea
Telegram.Bot.Routing/obj
Telegram.Bot.Routing.Example/obj
*.user
Telegram.Bot.Routing.Example/Properties/launchSettings.json
[Oo]bj
[Bb]in

launchSettings.json
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Pakin
Copyright (c) 2024 Pakin Maksim

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions Telegram.Bot.Routing/Telegram.Bot.Routing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReadmeFile>../README.md</PackageReadmeFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageOutputPath>$(OutputPath)</PackageOutputPath>
</PropertyGroup>

Expand All @@ -34,7 +34,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath=""/>
<None Include="$(SolutionDir)README.md" Pack="true" PackagePath=""/>
<None Include="$(SolutionDir)LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fc043d2

Please sign in to comment.