Skip to content

Commit 9c9ac46

Browse files
authored
Merge pull request #6 from getditto/busec0/heartbeat-nuget-package
Heartbeat: Add NuGet packaging information
2 parents a8a988f + 1e78d56 commit 9c9ac46

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

DittoHeartbeat/DittoHeartbeat.csproj

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,22 @@
66
<Nullable>enable</Nullable>
77

88
<RootNamespace>DittoTools.Heartbeat</RootNamespace>
9+
<PackageID>DittoTools.Heartbeat</PackageID>
10+
<Version>1.0.0</Version>
11+
<Description>Diagnostic tools for Ditto.</Description>
12+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
13+
<PackageTags>Ditto;Sync;Edge;PeerToPeer;P2P;Mesh;MAUI;.NET;iOS;Android;Debug;Diagnostic;Tools;Heartbeat</PackageTags>
14+
<PackageIcon>icon.png</PackageIcon>
15+
<PackageProjectUrl>https://ditto.live</PackageProjectUrl>
16+
<RepositoryUrl>https://github.com/getditto/DittoDotnetTools</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
18+
<_DittoIncludeNativeAndroidLibs>False</_DittoIncludeNativeAndroidLibs>
919
</PropertyGroup>
20+
<ItemGroup>
21+
<None Include="../LICENSE" Pack="true" PackagePath="\" />
22+
<None Include="../icon.png" Pack="true" PackagePath="\" />
23+
</ItemGroup>
1024
<ItemGroup>
1125
<PackageReference Include="Ditto" Version="4.7.1" />
1226
</ItemGroup>
13-
</Project>
27+
</Project>

0 commit comments

Comments
 (0)