File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,30 @@ The list has been broken down into sections, some of which can be done in parall
10
10
11
11
## 5.0.0
12
12
13
- ` 5.0.0 ` will include support for .net Maui, .net 6, WinUI, and AvaloniaUI
13
+ ` 5.0.0 ` will include support for .net Maui, .net 8 & 9, WinUI3, and AvaloniaUI
14
+ packages available on github nuget feed.
15
+
16
+ ## 6.0.0
17
+
18
+ #### Upcoming Features
19
+ - ** Support for Uno Platform:** V6 will introduce support for the Uno Platform, enhancing cross-platform development capabilities.
20
+ - ** Xamarin Version to be Removed:** Due to Microsoft discontinuing support for Xamarin, V6 will no longer include a Xamarin Forms version.
21
+
22
+ #### Performance Improvements
23
+ - ** Enhanced performance:** performance improvements for Caliburn Micro, optimizing both speed and efficiency.
24
+
25
+
26
+ ### Caliburn.Micro Extensions Project
27
+
28
+ - ** Project Overview:**
29
+ - This project will provide templates for Caliburn.Micro.
30
+ - The release will include a code generator to simplify ` INotifyPropertyChanged ` .
31
+
32
+ - ** IValue Converters:**
33
+ - Bool to Visibility converter for all platforms, not just UWP.
34
+ - URL to Image converter.
35
+ - Decimal to String converter for custom currency formatting.
36
+ - DateTime to String converter for custom DateTime formatting.
14
37
15
38
16
39
You can’t perform that action at this time.
0 commit comments