Skip to content

Commit

Permalink
Add package readme
Browse files Browse the repository at this point in the history
* Added readme to the nuget packages
* Added package readme configuration
  • Loading branch information
DerekGn authored Mar 6, 2024
1 parent 40d4969 commit 416ed23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions MCP2221IO/MCP2221IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</PackageReleaseNotes>
<Company>Derek Goslin</Company>
<Authors>Derek Goslin</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright © Derek Goslin 2022</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/DerekGn/MCP2221IO</RepositoryUrl>
Expand Down
3 changes: 3 additions & 0 deletions MCP2221IOConsole/MCP2221IOConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<Nullable>enable</Nullable>
<RootNamespace>MCP2221IOConsole</RootNamespace>
<PackageId>MCP2221IO.Console</PackageId>
<Company>Derek Goslin</Company>
<Authors>Derek Goslin</Authors>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright © Derek Goslin 2022</Copyright>
<Product>MCP2221IO.Console</Product>
<Description>A .Net Core console application for interacting with a connected MCP2221 HID device</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 416ed23

Please sign in to comment.