Skip to content

Commit 7162025

Browse files
committed
Add readme to relay client. Add NuGet build properties.
1 parent c0bc266 commit 7162025

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Directory.Build.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<Deterministic>true</Deterministic>
66
<DebugType>portable</DebugType>
77
<IncludeSymbols>true</IncludeSymbols>
8+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
9+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
810
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
911
</PropertyGroup>
1012
</Project>

Libraries/ControlR.Libraries.WebSocketRelay.Client/ControlR.Libraries.WebSocketRelay.Client.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@
66
WebSocket relay client utilities for ControlR, an open-source remote control and remote access solution.
77
</Description>
88
<PackageIcon>appicon.png</PackageIcon>
9+
<PackageReadmeFile>README.md</PackageReadmeFile>
910
<IsNuGetPackage>true</IsNuGetPackage>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<None Include="..\..\.assets\appicon.png">
1314
<Pack>True</Pack>
1415
<PackagePath>\</PackagePath>
1516
</None>
17+
<None Update="README.md">
18+
<Pack>True</Pack>
19+
<PackagePath>\</PackagePath>
20+
</None>
1621
</ItemGroup>
1722
<ItemGroup>
1823
<PackageReference Include="Bitbound.SimpleMessenger" />
@@ -26,4 +31,4 @@
2631
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2732
</PackageReference>
2833
</ItemGroup>
29-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)