Skip to content

Releases: Tapanila/SharpCaster

1.0.8

27 Feb 14:37
Compare
Choose a tag to compare
  • 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: 1.0.7...1.0.8

1.0.7

27 Feb 13:53
d36626b
Compare
Choose a tag to compare

What's Changed

  • Make 'QueueCaster' customization possible without forking the original SharpCaster repository by @RobertK66 in #218
  • Bump Google.Protobuf from 3.21.12 to 3.22.0 by @dependabot in #217
  • Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #219

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

08 Feb 11:56
Compare
Choose a tag to compare

What's Changed

  • Removed old packages.config files

Updated Dependencies:

Full Changelog: 1.0.5...1.0.6

1.0.5

02 May 11:36
0058699
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

29 Mar 21:54
26bcab4
Compare
Choose a tag to compare

What's Changed

  • Bumbed dependencies
  • OnServiceAdded had index error if item was empty by @highwingers in #177

Full Changelog: 1.0.3...1.0.4

1.0.3

18 Feb 13:28
6515cf7
Compare
Choose a tag to compare

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

13 Feb 11:35
f95ebc2
Compare
Choose a tag to compare

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: 0.4.0...1.0.2

1.0.1

13 Feb 10:12
Compare
Choose a tag to compare

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: 0.4.0...1.0.1

0.4.0

21 May 18:18
Compare
Choose a tag to compare
  • 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

01 Apr 20:02
Compare
Choose a tag to compare
  • Supports casting a web page to chromecast
  • Added support to specify specific IP address when locationg devices.