Skip to content

Commit 7825173

Browse files
committed
added license file to the nuget package
1 parent 0ea2511 commit 7825173

File tree

4 files changed

+736
-1
lines changed

4 files changed

+736
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It is a presentation layer framework using MVVM that helps to implement a CLI (c
3030

3131
## Discussions and Suggestions
3232

33-
https://github.com/lastunicorn/Commando/discussions
33+
https://github.com/lastunicorn/ConsoleTools.Commando/discussions
3434

3535
I appreciate any opinion or suggestion:
3636

sources/ConsoleTools.Commando/Directory.Build.props

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2323
<Product>ConsoleTools Commando</Product>
2424
<Company>Dust in the Wind</Company>
2525
<Copyright>Copyright © Dust in the Wind 2022</Copyright>
26+
<Authors>Dust in the Wind</Authors>
27+
<Owners>Dust in the Wind</Owners>
28+
<NeutralLanguage>en</NeutralLanguage>
29+
<RepositoryType>git</RepositoryType>
30+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
31+
<PackageReadmeFile>README.md</PackageReadmeFile>
2632
</PropertyGroup>
2733

34+
<ItemGroup>
35+
<Content Include="..\LICENSE.txt" Link="LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" />
36+
<Content Include="..\README.md" Link="README.md" Pack="true" PackagePath="README.md" />
37+
</ItemGroup>
38+
2839
</Project>

0 commit comments

Comments
 (0)