Skip to content

Commit

Permalink
update package release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Nov 18, 2022
1 parent 04f5af3 commit 03ababc
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>Caliburn MVVM WPF WinUI Screen EventAggregator Model-View-ViewModel Presentation UI ViewModel IoC Validation Command Async</PackageTags>
<PackageReleaseNotes>- replace IUIContext with IDispatcher
- replace ThreadOption in IEventAggregator with IDispatcher
- remove IParent, IConductActiveItem and IScreen
- remove dialogResult from TryClose()
- change IClose to be async
- remove coroutines
- add ownerViewModel to IWindowManager functions
- reduce generic types for rule validation
- WinUI 3.0
- remove logging</PackageReleaseNotes>
<PackageReleaseNotes>- remove .NET Core 3.1
- [WinUI] update AppSDK 1.1.0
- [WinUI] use DispachterQueue
- [WinUI] remove sharing service</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 03ababc

Please sign in to comment.