Describe your changes here.
- Provide links to bugs here
If you have the ACR for changing APIs, put the link of the ACR:
- ACR:
If you don't have the ACR, List all API changes here (or just put None), example:
Added:
- SafeBundleHandle Bundle.SafeBundleHandle { get; } // Property
- void Bundle.AddItem(string key, string value);
Changed:
- object Bundle.ReceiveItem(string key) => object Bundle.GetItem(string key);
Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.