Describe your changes here.
- Describe bugs detail information(step to reproduce, version of binary, etc ...) or provide links to bugs here
List all API changes here (or just put None when your changes are only bug fix, behavior change, add/fix testcase, add/fix sample), example:
Added:
- public bool MediaPlayer.Volume {get; set;} //Bindable Proerty
- void MediaPlayer.Stop()
Changed:
- public int MediaPlayer.BufferingProgress => public double MediaPlayer.BufferingProgress
Removed:
- void MediaPlayer.StopAndStart()
Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.