|
8 | 8 | <PackageVersion>0.0.0</PackageVersion> |
9 | 9 | <Authors>Teemu Tapanila</Authors> |
10 | 10 | <Owners>Teemu Tapanila</Owners> |
11 | | - <Description>SharpCaster is a C# library to control Chromecast devices from your dotnet application.</Description> |
12 | | - <Copyright>Copyright 2016 Teemu Tapanila</Copyright> |
13 | | - <PackageTags>Chromecast SharpCaster C#</PackageTags> |
| 11 | + <Description>Cross-platform .NET SDK for Google Chromecast with media control, queue management, and Native AOT support. Discover devices, stream media, and build custom Cast applications with async/await APIs.</Description> |
| 12 | + <Summary>Modern .NET library for Chromecast integration with full media control and device discovery</Summary> |
| 13 | + <Copyright>Copyright 2016-2025 Teemu Tapanila</Copyright> |
| 14 | + <PackageTags>chromecast;google-cast;media-streaming;media-control;device-discovery;mdns;cast-protocol;dotnet;csharp;aot;net9;netstandard;cross-platform;async;queue-management;volume-control</PackageTags> |
| 15 | + <PackageReleaseNotes>See https://github.com/Tapanila/SharpCaster/releases for release notes</PackageReleaseNotes> |
14 | 16 | <PackageProjectUrl>https://github.com/Tapanila/SharpCaster</PackageProjectUrl> |
15 | 17 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
16 | 18 | <PackageIcon>sharpcaster-logo-64x64.png</PackageIcon> |
17 | 19 | <PackageReadmeFile>README.md</PackageReadmeFile> |
18 | 20 | <IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))">true</IsAotCompatible> |
19 | 21 | <Nullable>enable</Nullable> |
| 22 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 23 | + <IncludeSymbols>true</IncludeSymbols> |
| 24 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 25 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 26 | + <Deterministic>true</Deterministic> |
| 27 | + <ContinuousIntegrationBuild Condition="'$(CI)' == 'true'">true</ContinuousIntegrationBuild> |
20 | 28 | </PropertyGroup> |
21 | 29 |
|
22 | 30 | <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
|
28 | 36 | <Pack>true</Pack> |
29 | 37 | <PackagePath /> |
30 | 38 | </Content> |
| 39 | + <Content Include="../CHANGELOG.md"> |
| 40 | + <Pack>true</Pack> |
| 41 | + <PackagePath /> |
| 42 | + </Content> |
31 | 43 | <Content Include="../Assets\sharpcaster-logo-64x64.png"> |
32 | 44 | <Pack>true</Pack> |
33 | 45 | <PackagePath /> |
|
0 commit comments