SharpCaster Versions Save

Chromecast C# SDK for .net standard 2.0

1.0.8

1 year ago
  • changed the logging implementation so it doesn't require Microsoft.Extensions.Logging & Microsoft.Extensions.Logging.Console. Instead it relies on Microsoft.Extensions.Logging.Abstractions.
  • Default implementation is not writing any kind of logs at any level and users of the library can either inject ILogger or ILoggerFactory instances to support logging of their choice.

Full Changelog: https://github.com/Tapanila/SharpCaster/compare/1.0.7...1.0.8

1.0.7

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Tapanila/SharpCaster/compare/1.0.6...1.0.7

1.0.6

1 year ago

What's Changed

  • Removed old packages.config files

Updated Dependencies:

Full Changelog: https://github.com/Tapanila/SharpCaster/compare/1.0.5...1.0.6

1.0.5

2 years ago

What's Changed

Full Changelog: https://github.com/Tapanila/SharpCaster/compare/1.0.4...1.0.5

1.0.4

2 years ago

What's Changed

Full Changelog: https://github.com/Tapanila/SharpCaster/compare/1.0.3...1.0.4

1.0.3

2 years ago

What's Changed

  • Fixed issue on chromecast connect code #161

Full Changelog: https://github.com/Tapanila/SharpCaster/compare/1.0.2..1.0.3

1.0.2

2 years ago

What's Changed

  • Updated all dependencies
  • Merged the refactored codebase into main which contains a lot of changes and moving more into async programming model instead of listening for events
  • Library is now .NET standard 2.0 which means it finally supports all the platforms without any strange PCL libraries

Full Changelog: https://github.com/Tapanila/SharpCaster/compare/0.4.0...1.0.2

1.0.1

2 years ago

What's Changed

  • Updated all dependencies
  • Merged the refactored codebase into main which contains a lot of changes and moving more into async programming model instead of listening for events
  • Library is now .NET standard 2.0 which means it finally supports all the platforms without any strange PCL libraries

Full Changelog: https://github.com/Tapanila/SharpCaster/compare/0.4.0...1.0.1

0.4.0

6 years ago
  • Updated dependencies
  • Added more error handling
  • Swapped to new protobuf library
  • Able to disconnect from chromecast
  • Better test cases for protobuf messages
  • Added more filtering to search of chromecast devices

0.3.5

7 years ago
  • Supports casting a web page to chromecast
  • Added support to specify specific IP address when locationg devices.