Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
benday committed Nov 25, 2024
1 parent e9597ec commit eb12859
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Configurations>Debug;Release;Debug-nuget-pkgs</Configurations>
<Title>MVVM Presentation Controls</Title>
<Version>1.2.1</Version>
<Version>1.2.3</Version>
<PackageReleaseNotes>
v1.2.3 - Fixed bug where SelectableCollection was setting the wrong selected item if an item was already selected
v1.2.1 - Fixed stack overflow exception in SelectableCollectionViewModel
v1.2 - Fixed a nasty bug in SelectableCollectionViewModel where the wrong interface was being checked for IsSelected value changes
v1.1 - Multi select list view model
Expand All @@ -55,7 +56,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Debug-nuget-pkgs'">
<ItemGroup>
<PackageReference Include="Benday.Presentation" Version="1.2.*" />
<PackageReference Include="Benday.Presentation" Version="1.2.3" />
</ItemGroup>
</When>
<Otherwise>
Expand Down

0 comments on commit eb12859

Please sign in to comment.