Skip to content

Commit

Permalink
Create SharpCaster.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapanila authored Jul 18, 2024
1 parent 26de60e commit 05acab7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions SharpCaster.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>SharpCaster</id>
<version>0.0.0</version>
<title>SharpCaster</title>
<authors>Teemu Tapanila</authors>
<owners>Teemu Tapanila</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SharpCaster is a C# library to control Chromecast devices from your dotnet application.</description>
<copyright>Copyright 2016 Teemu Tapanila</copyright>
<tags>Chromecast SharpCaster C#</tags>
<projectUrl>https://github.com/Tapanila/SharpCaster</projectUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<repository type="git" url="https://github.com/Tapanila/SharpCaster.git" />
<readme>README.md</readme>
</metadata>
<files>
<file src="bin\Release\SharpCaster.dll" target="lib\netstandard2.0\SharpCaster.dll" />
<file src="README.md" target="" />
<!-- Add other files to include in the package -->
</files>
</package>

0 comments on commit 05acab7

Please sign in to comment.