Benday.Presentation.Controls 1.2.3

dotnet add package Benday.Presentation.Controls --version 1.2.3                
NuGet\Install-Package Benday.Presentation.Controls -Version 1.2.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Benday.Presentation.Controls" Version="1.2.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Benday.Presentation.Controls --version 1.2.3                
#r "nuget: Benday.Presentation.Controls, 1.2.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Benday.Presentation.Controls as a Cake Addin
#addin nuget:?package=Benday.Presentation.Controls&version=1.2.3

// Install Benday.Presentation.Controls as a Cake Tool
#tool nuget:?package=Benday.Presentation.Controls&version=1.2.3                

Benday.Presentation.Controls

A collection of reusable controls for displaying and editing data in an model-view-viewmodel (MVVM) application that uses MAUI .NET. These controls use the MVVM utilities in Benday.Presentation.

Written by Benjamin Day
Pluralsight Author | Microsoft MVP | Scrum.org Professional Scrum Trainer (PST) https://www.benday.com
info@benday.com

Got ideas for features you'd like to see? Found a bug? Let us know by submitting an issue https://github.com/benday-inc/mvvm-presentation/issues. Want to contribute? Submit a pull request.

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net8.0-ios18.0 is compatible.  net8.0-maccatalyst18.0 is compatible.  net8.0-windows10.0.19041 is compatible.  net9.0-android was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.3 92 11/25/2024
1.2.1 96 11/25/2024
1.2.0 91 11/25/2024
1.1.0 153 8/18/2024
1.0.0 179 1/11/2024

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
     v1.0 - Initial release