Skip to content

Commit

Permalink
Add README file (#185)
Browse files Browse the repository at this point in the history
- Add README file
- Fix License Expressions

#182 non-breaking
  • Loading branch information
tthiery committed Feb 11, 2024
1 parent 6783a05 commit 1a5b2cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

<Project>
<PropertyGroup>
<Authors>thiery</Authors>
<Description>.NET implementation of the LEGO PoweredUp Protocol</Description>
<PackageTags>lego, poweredup, powered, up, controlplus, csharp, dotnet, technic, techniccontrolplus, legocontrolplus, legotechniccontrolplus, legopoweredup</PackageTags>
<PackageProjectUrl>https://github.com/sharpbrick/powered-up</PackageProjectUrl>
<RepositoryUrl>https://github.com/sharpbrick/powered-up</RepositoryUrl>
<PackageLicense>MIT</PackageLicense>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
</Project>
8 changes: 8 additions & 0 deletions src/SharpBrick.PoweredUp/SharpBrick.PoweredUp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@
<LangVersion>10.0</LangVersion>
</PropertyGroup>

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
</ItemGroup>

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

</Project>

0 comments on commit 1a5b2cf

Please sign in to comment.