WinCopies.Util 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WinCopies.Util --version 1.1.0                
NuGet\Install-Package WinCopies.Util -Version 1.1.0                
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="WinCopies.Util" Version="1.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinCopies.Util --version 1.1.0                
#r "nuget: WinCopies.Util, 1.1.0"                
#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 WinCopies.Util as a Cake Addin
#addin nuget:?package=WinCopies.Util&version=1.1.0

// Install WinCopies.Util as a Cake Tool
#tool nuget:?package=WinCopies.Util&version=1.1.0                

WinCopies-framework

The WinCopies® software framework

README

Release notes

System requirements: .NET Framework version: 4.8 OS: Windows Updates in this version: - Methods added for advanced 'contains' checks for IEnumerables - Return types of some ToArray extension methods changed from Array to object[] - The CommonCommand command moved from the 'Util' class to the new 'Commands' class - Type CanExecuteRoutedEventHandler added for routed commands that can always be executed Description: Some utilities to extend the .NET framework capabilities, such as: - Some commands for WPF; - Some data converters WPF; - Some basic objects and interfaces to work easier with WPF data binding; - (Routed)EventArgs's; - An advanced background worker; - (ReadOnly)(Observable)Collections; - Some extension methods, mainly for array, enumerables and collections and for easier INotifyPropertyChanged and Enum gesture; - Some utility static methods, such as advanced 'if' functions Project link: https://github.com/pierresprim/WinCopies-framework License link: https://github.com/pierresprim/WinCopies-framework/blob/master/LICENSE

License

See LICENSE for the license of the WinCopies framework.

This framework uses some external dependencies. Each external dependency is integrated to the WinCopies framework under its own license, regardless of the WinCopies framework license.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on WinCopies.Util:

Package Downloads
WinCopies.WindowsAPICodePack.Win32Native

WindowsAPICodePack Win32 Interop

WinCopies.Util.Desktop

WinCopies framework desktop utilities

WinCopies.Collections

Package Description

WinCopies.WindowsAPICodePack.PortableDevices

.NET wrappers fro the PortableDevices API

WinCopies.IPCService

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.21.0 2,437 1/24/2023
3.20.0 1,537 8/26/2022
3.19.0 651 8/1/2022
3.18.1 4,004 7/26/2022
3.18.0 3,075 7/22/2022
3.17.1 508 5/17/2022
3.17.0-preview 1,583 5/11/2022
3.16.0-preview 859 11/3/2021
3.14.0-preview 333 9/26/2021
3.13.0-preview 2,303 8/27/2021
3.12.0-preview 1,256 8/13/2021
3.11.0-preview 362 8/2/2021
3.10.0-preview 463 7/17/2021
3.9.0-preview 1,354 6/22/2021
3.8.0-preview 502 5/24/2021
3.7.1-preview 504 5/5/2021
3.7.0-preview 350 5/2/2021
3.6.0-preview 384 4/25/2021
3.5.0-preview 352 4/5/2021
3.4.0-preview 581 3/1/2021
3.3.0-preview 387 2/27/2021
3.2.0-preview 372 2/6/2021
3.1.0.1-preview 1,920 12/14/2020
3.1.0-preview 418 12/9/2020
3.0.0-preview 408 11/1/2020
2.21.0 616 8/26/2022
2.20.0 390 8/1/2022
2.19.1 398 7/26/2022
2.19.0 21,296 7/22/2022
2.18.1 423 5/17/2022
2.18.0 698 5/11/2022
2.17.0 846 11/3/2021
2.16.0 2,254 9/26/2021
2.15.1 25,164 8/27/2021
2.15.0 881 8/13/2021
2.14.0 490 8/2/2021
2.13.1 336 7/19/2021
2.13.0 339 7/17/2021
2.12.0 553 6/22/2021
2.11.0 476 5/24/2021
2.10.2 478 5/5/2021
2.10.1 350 5/2/2021
2.10.0 467 4/25/2021
2.9.0 393 4/5/2021
2.8.0 488 3/1/2021
2.7.0 576 2/6/2021
2.6.1.1 11,895 12/14/2020
2.6.1 535 12/9/2020
2.6.0 584 8/13/2020
2.5.9 652 7/17/2020
2.5.9-preview 331 7/17/2020
2.5.8-preview 702 7/2/2020
2.5.7-preview 453 6/14/2020
2.4.0-preview6.1 296 6/2/2020
2.4.0-preview6 417 6/2/2020
2.3.0-preview5 457 5/21/2020
2.2.0-preview4 754 5/4/2020
2.2.0-preview3 3,110 4/24/2020
2.2.0-preview2 1,278 3/27/2020
2.2.0-preview1 437 3/26/2020
2.1.0 633 2/9/2020
2.0.0 1,321 12/1/2019
1.3.0 378 6/14/2019
1.2.0 392 6/7/2019
1.1.0 369 6/5/2019
1.0.0 353 6/1/2019

System requirements:
     .NET Framework version: 4.8
     OS: Windows
     Updates in this version:
     - Methods added for advanced 'contains' checks for IEnumerables
     - Return types of some ToArray extension methods changed from Array to object[]
     - The CommonCommand command moved from the 'Util' class to the new 'Commands' class
     - Type CanExecuteRoutedEventHandler added for routed commands that can always be executed
     Description:
     Some utilities to extend the .NET framework capabilities, such as:
     - Some commands for WPF;
     - Some data converters WPF;
     - Some basic objects and interfaces to work easier with WPF data binding;
     - (Routed)EventArgs's;
     - An advanced background worker;
     - (ReadOnly)(Observable)Collections;
     - Some extension methods, mainly for array, enumerables and collections and for easier INotifyPropertyChanged and Enum gesture;
     - Some utility static methods, such as advanced 'if' functions
     Project link: https://github.com/pierresprim/WinCopies-framework
     License link: https://github.com/pierresprim/WinCopies-framework/blob/master/LICENSE