Skip to content

Commit 338f5e2

Browse files
committed
Nuget package.
1 parent 5d8f042 commit 338f5e2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ This library supports both transmitting and receiving IR codes.
1616

1717
## Getting Started
1818

19-
The `RaspberryIRDotNetExamples` console app contains some examples of how to use the library.
19+
Get from [NuGet.org](https://www.nuget.org/packages/RaspberryIRDotNet/)
20+
21+
The `RaspberryIRDotNetExamples` console app (not in the NuGet package) contains some examples of how to use the library.
2022

2123
First check `DemoConfig.cs` in `RaspberryIRDotNetExamples` has the right paths to your `/dev/lirc` devices as per the `<summary>` descriptions in that file.
2224

RaspberryIRDotNet/RaspberryIRDotNet.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<Copyright>Copyright (c) 2023 David Palmer</Copyright>
1212
<Description>Library for interfacing to the Raspberry Pi infrared drivers (gpio-ir, gpio-ir-tx and pwm-ir-tx).</Description>
13+
<Title>Raspberry IR .NET</Title>
14+
<Version>0.0.0</Version>
15+
<Product>$(Title)</Product>
16+
<RepositoryUrl>https://github.com/davidrpalmer/RaspberryIRDotNet</RepositoryUrl>
17+
<PackageProjectUrl>https://github.com/davidrpalmer/RaspberryIRDotNet</PackageProjectUrl>
18+
<PackageTags>raspberry-pi infrared ir-receiver ir-transmitter ir-blaster lirc</PackageTags>
1319
</PropertyGroup>
1420

1521
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1622
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1723
<DebugType>none</DebugType>
1824
<DebugSymbols>false</DebugSymbols>
25+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1926
</PropertyGroup>
2027

2128
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)