H2HY 6.0.0.93

Additional Details

Goes to H2HY.Lib and H2HY.WPF

dotnet add package H2HY --version 6.0.0.93
                    
NuGet\Install-Package H2HY -Version 6.0.0.93
                    
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="H2HY" Version="6.0.0.93" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="H2HY" Version="6.0.0.93" />
                    
Directory.Packages.props
<PackageReference Include="H2HY" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add H2HY --version 6.0.0.93
                    
#r "nuget: H2HY, 6.0.0.93"
                    
#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.
#:package H2HY@6.0.0.93
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=H2HY&version=6.0.0.93
                    
Install as a Cake Addin
#tool nuget:?package=H2HY&version=6.0.0.93
                    
Install as a Cake Tool

H2HY

My personal handy-dandy basic helper for MVVVM issues. Light ware - no schnickschnack. INotifyPropertyChanged in view model base, RelayCommand, ICommand/CommandManager, Basic Stores, Fluent-Syntax, Provider, file open/save service, FolderPicker, etc.

Project Settings:

<Nullable>enable</Nullable> <TargetFramework>net6.0-windows</TargetFramework> <OutputType>Library</OutputType> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <UseWPF>true</UseWPF> <ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>

Version changes

6.9.0.93

- H2HYFluentCollection added
- H2H2YFluentList: removed AddRange and LoadAll

6.0.0.92

- added NavigationServiceDI
- added dependency Microsoft.Extensions.DependencyInjection

6.0.0.91

- fixed bug in showModelDialog

6.0.0.89

- typo in DialogService(RegisterDialog)
- added INavigationDialogStore
- removed NavigationDialogService(use NavigationService instead)

6.0.0.88

- fixed modal/dialog behaviour in DialogServiceWPF

6.0.0.87

- add MakeValidFileName

6.0.0.86

- separate ViewModel base and INotifyPropertyChanged

6.0.0.85

- added NavigationDialogService
- fixed typos

6.0.0.84

- added parameter constructor for SplitnavigationStore.
- fixed typos

6.0.0.83

- INavigationStore changes. Removed INavigationModal store. All navigation services should use the navigation store instead.
- renamed Toolkit/ToolKit to Tools

6.0.0.82

- created namespace Navigation, moved all navigation stores
- added split navigation
- fixed typos
- removed modal namespace
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.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
6.0.0.93 527 12/8/2023 6.0.0.93 is deprecated because it is no longer maintained.
6.0.0.91 444 10/13/2023
6.0.0.87 486 9/5/2023
6.0.0.81 619 7/3/2023
6.0.0.77 602 4/27/2023
6.0.0.71 712 2/22/2023
6.0.0.67 730 12/26/2022
6.0.0.45 723 11/14/2022
6.0.0.39 854 11/3/2022
6.0.0.28 873 10/13/2022
6.0.0.12 866 9/26/2022
6.0.0.10 796 8/23/2022
6.0.0.8 902 8/3/2022
6.0.0.1 924 7/28/2022
6.0.0 891 7/25/2022
4.8.0.17 825 6/20/2022
Loading failed