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 (11)

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 1,470 1/24/2023
3.20.0 1,393 8/26/2022
3.19.0 575 8/1/2022
3.18.1 3,808 7/26/2022
3.18.0 2,742 7/22/2022
3.17.1 456 5/17/2022
3.17.0-preview 1,326 5/11/2022
3.16.0-preview 721 11/3/2021
3.14.0-preview 276 9/26/2021
3.13.0-preview 1,960 8/27/2021
3.12.0-preview 1,062 8/13/2021
3.11.0-preview 285 8/2/2021
3.10.0-preview 353 7/17/2021
3.9.0-preview 1,141 6/22/2021
3.8.0-preview 399 5/24/2021
3.7.1-preview 379 5/5/2021
3.7.0-preview 251 5/2/2021
3.6.0-preview 292 4/25/2021
3.5.0-preview 263 4/5/2021
3.4.0-preview 444 3/1/2021
3.3.0-preview 305 2/27/2021
3.2.0-preview 277 2/6/2021
3.1.0.1-preview 1,594 12/14/2020
3.1.0-preview 345 12/9/2020
3.0.0-preview 362 11/1/2020
2.21.0 577 8/26/2022
2.20.0 367 8/1/2022
2.19.1 371 7/26/2022
2.19.0 18,730 7/22/2022
2.18.1 393 5/17/2022
2.18.0 658 5/11/2022
2.17.0 814 11/3/2021
2.16.0 2,081 9/26/2021
2.15.1 22,530 8/27/2021
2.15.0 758 8/13/2021
2.14.0 448 8/2/2021
2.13.1 306 7/19/2021
2.13.0 290 7/17/2021
2.12.0 510 6/22/2021
2.11.0 433 5/24/2021
2.10.2 416 5/5/2021
2.10.1 328 5/2/2021
2.10.0 429 4/25/2021
2.9.0 368 4/5/2021
2.8.0 454 3/1/2021
2.7.0 524 2/6/2021
2.6.1.1 11,298 12/14/2020
2.6.1 503 12/9/2020
2.6.0 535 8/13/2020
2.5.9 609 7/17/2020
2.5.9-preview 308 7/17/2020
2.5.8-preview 582 7/2/2020
2.5.7-preview 415 6/14/2020
2.4.0-preview6.1 285 6/2/2020
2.4.0-preview6 376 6/2/2020
2.3.0-preview5 411 5/21/2020
2.2.0-preview4 652 5/4/2020
2.2.0-preview3 2,612 4/24/2020
2.2.0-preview2 1,112 3/27/2020
2.2.0-preview1 397 3/26/2020
2.1.0 601 2/9/2020
2.0.0 1,213 12/1/2019
1.3.0 355 6/14/2019
1.2.0 373 6/7/2019
1.1.0 350 6/5/2019
1.0.0 341 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