SharpCaster 0.3.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package SharpCaster --version 0.3.4
NuGet\Install-Package SharpCaster -Version 0.3.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SharpCaster" Version="0.3.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpCaster --version 0.3.4
#r "nuget: SharpCaster, 0.3.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SharpCaster as a Cake Addin
#addin nuget:?package=SharpCaster&version=0.3.4

// Install SharpCaster as a Cake Tool
#tool nuget:?package=SharpCaster&version=0.3.4

Chromecast SDK for Windows, Windows Phone, .NET 4.5.1, Xamarin.iOS and Xamarin.Android

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.8 1,319 2/27/2023
1.0.7 725 2/27/2023
1.0.6 763 2/8/2023
1.0.5 1,373 5/2/2022
1.0.4 1,133 3/29/2022
1.0.3 1,121 2/18/2022
1.0.0 1,004 2/12/2022
0.4.0 6,400 5/21/2017
0.4.0-pre 1,311 5/21/2017
0.3.5 1,642 4/1/2017
0.3.5-pre 1,309 1/23/2017
0.3.4 1,641 1/11/2017
0.3.4-pre 1,337 1/11/2017
0.3.3-pre 1,342 1/1/2017
0.3.2 1,670 11/25/2016
0.3.1 1,621 9/30/2016
0.3.1-pre 1,292 9/30/2016
0.3.0 1,557 9/8/2016
0.3.0-pre 1,285 9/8/2016
0.2.0-pre 1,368 8/31/2016
0.1.7-pre2 1,310 8/18/2016
0.1.7-pre 1,332 8/14/2016
0.1.6 1,563 8/2/2016
0.1.5 1,598 6/2/2016
0.1.4 1,600 3/22/2016
0.1.3 1,562 3/9/2016
0.1.2 1,508 3/4/2016
0.1.1 1,701 2/13/2016

0.3.4
     Had problems with 0.3.3 so rolled back changes related to BCL Libraries
     0.3.3
     Fixed nuget package dependencies list again
     Refactored the structure to make it easier to add custom controllers
     Dropped support for Windows Phone 8.1 and removed BCL libraries
     0.3.2
     Fixed nuget package dependencies list
     Added better handling of metadata
     0.3.1
     Fixed connection issues with Chromecast.
     Added IdleReason enum to MediaStatus
     0.3.0-pre:
     Partial Xamarin support and breaking changes on usage
     0.1.7-pre:
     Refactored the SDK a lot. Most of the functionality is now found on Channels of ChromecastClient
     Added all the paramaters of LoadMedia
     0.1.6:
     Added support for .net 4.5.1 and fixed bugs