Skip to content

Commit

Permalink
Now the nuget package contains references correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapanila committed Jul 18, 2024
1 parent 5d06cfa commit 7c43059
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 28 deletions.
25 changes: 0 additions & 25 deletions SharpCaster.nuspec

This file was deleted.

25 changes: 22 additions & 3 deletions Sharpcaster/Sharpcaster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,29 @@
<PackageId>Sharpcaster</PackageId>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Tapanila/SharpCaster/</RepositoryUrl>
<NuspecFile>SharpCaster.nuspec</NuspecFile>
<NuspecProperties>version=$(PackageVersion)</NuspecProperties>
<PackageVersion>0.0.0</PackageVersion>
<Authors>Teemu Tapanila</Authors>
<Owners>Teemu Tapanila</Owners>
<Description>SharpCaster is a C# library to control Chromecast devices from your dotnet application.</Description>
<Copyright>Copyright 2016 Teemu Tapanila</Copyright>
<PackageTags>Chromecast SharpCaster C#</PackageTags>
<PackageProjectUrl>https://github.com/Tapanila/SharpCaster</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>sharpcaster-logo-64x64.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<Content Include="../README.md">
<Pack>true</Pack>
<PackagePath />
</Content>
<Content Include="../Assets\sharpcaster-logo-64x64.png">
<Pack>true</Pack>
<PackagePath />
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.27.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
Expand All @@ -18,4 +37,4 @@
<PackageReference Include="Tmds.MDns" Version="0.8.0" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 7c43059

Please sign in to comment.