Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Aug 20, 2023
1 parent e2bba7d commit db222e8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>5.2.0</VersionPrefix>
<VersionPrefix>5.2.1</VersionPrefix>
<VersionSuffix></VersionSuffix>

<LangVersion>9.0</LangVersion>
Expand All @@ -10,16 +10,13 @@
<NeutralLanguage>en</NeutralLanguage>
<Product>Caliburn.Light</Product>
<Authors>Thomas Ibel</Authors>
<Copyright>Copyright © Thomas Ibel 2014-2021</Copyright>
<Copyright>Copyright © Thomas Ibel 2014-2023</Copyright>
<PackageProjectUrl>https://github.com/tibel/Caliburn.Light</PackageProjectUrl>
<Company>https://github.com/tibel</Company>
<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>- remove .NET Core 3.1
- [WinUI] update AppSDK 1.2.1
- [WinUI] use DispachterQueue
- [WinUI] remove sharing service</PackageReleaseNotes>
<PackageReleaseNotes>- fix IViewModelLocator not found</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit db222e8

Please sign in to comment.