WPFCRUDControl 1.0.1

dotnet add package WPFCRUDControl --version 1.0.1
NuGet\Install-Package WPFCRUDControl -Version 1.0.1
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="WPFCRUDControl" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPFCRUDControl --version 1.0.1
#r "nuget: WPFCRUDControl, 1.0.1"
#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 WPFCRUDControl as a Cake Addin
#addin nuget:?package=WPFCRUDControl&version=1.0.1

// Install WPFCRUDControl as a Cake Tool
#tool nuget:?package=WPFCRUDControl&version=1.0.1

A generic WPF CrudControl implemented based on the MVVM pattern. The control abstracts both the UI and business logic to achieve a foundation for a complete CRUD operation implementation (Add, Edit, Delete, Listing with sorting, paging and searching).

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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.0.1 2,120 12/8/2016

-Fixing bugs
-Target framework 4.5 or later