Skip to content

Commit 87e6d81

Browse files
authored
Update roadmap.md
1 parent fb70c82 commit 87e6d81

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

roadmap.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,30 @@ The list has been broken down into sections, some of which can be done in parall
1010

1111
## 5.0.0
1212

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.
1437

1538

1639

0 commit comments

Comments
 (0)