Skip to content

Commit 45f6599

Browse files
committed
Add Directory.Builds.props including RepositoryUrl
1 parent 7deb2d6 commit 45f6599

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Directory.Build.props

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
<Project>
3+
<PropertyGroup>
4+
<Authors>thiery</Authors>
5+
<Description>LEGO PoweredUp Library</Description>
6+
<PackageTags></PackageTags>
7+
<PackageProjectUrl>https://github.com/sharpbrick/powered-up</PackageProjectUrl>
8+
<RepositoryUrl>https://github.com/sharpbrick/powered-up</RepositoryUrl>
9+
<PackageLicenseUrl>https://github.com/sharpbrick/powered-up/blob/master/LICENSE</PackageLicenseUrl>
10+
</PropertyGroup>
11+
</Project>

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
SharpBrick.PoweredUp is a .NET implementation of the BlueTooth Low Energy Protocol for Lego Powered Up products. [Specification](https://lego.github.io/lego-ble-wireless-protocol-docs/) and the [node-poweredup](https://github.com/nathankellenicki/node-poweredup) protocol implementation.
44

5+
![Build-Release](https://github.com/sharpbrick/powered-up/workflows/Build-Release/badge.svg)
6+
![Build-CI](https://github.com/sharpbrick/powered-up/workflows/Build-CI/badge.svg)
7+
![license:MIT](https://img.shields.io/github/license/violetgrass/middleware?style=flat-square)
8+
[![Nuget](https://img.shields.io/nuget/v/SharpBrick.PoweredUp?style=flat-square)](https://www.nuget.org/packages/SharpBrick.PoweredUp/)
9+
510
## Other Languages
611

712
- JavaScript (Node + Browser):

0 commit comments

Comments
 (0)