Releases: carina-studio/AppBase
Releases · carina-studio/AppBase
2.1.28.110-preview
- Mark AOT compatibility and trimmable state on packages.
2.1.27.109-preview
- Make
Application
,Application.Avalonia
,Avalonia
,Configuration
,Core
,MacOS
packages Trimming and Native AOT friendly.
2.1.26.101-preview
- Update way of setting up window startup location on
Linux
.
2.0.32.612
- Stable release.
- Use correct
SynchronizationContext
forScheduledAction.Execute()
andScheduledAction.ExecuteIfScheduled()
.
1.6.20.222
- Fix error of calling
Platform.OpenLink()
with whitespace in given URI.
1.6.19.1102
- Support copying elements from list to array with compatible types.
1.6.18.1019
- Fix
TypeCastingList<T>.CopyTo()
type conversion issue.
1.6.17.912
- Fix
StackOverflowException
when callingIDictionary<K, V>.TryGetValue()
extension method.
1.6.16.831
- Reorder child windows recursively when window has been activated.
1.6.15.822
- Stable release.