UsefulCSharpThings 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package UsefulCSharpThings --version 1.6.0
                    
NuGet\Install-Package UsefulCSharpThings -Version 1.6.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="UsefulCSharpThings" Version="1.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="UsefulCSharpThings" Version="1.6.0" />
                    
Directory.Packages.props
<PackageReference Include="UsefulCSharpThings" />
                    
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 UsefulCSharpThings --version 1.6.0
                    
#r "nuget: UsefulCSharpThings, 1.6.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.
#:package UsefulCSharpThings@1.6.0
                    
#: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=UsefulCSharpThings&version=1.6.0
                    
Install as a Cake Addin
#tool nuget:?package=UsefulCSharpThings&version=1.6.0
                    
Install as a Cake Tool

Collection of useful C#, WinForms, and WPF functions and extensions.

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on UsefulCSharpThings:

Package Downloads
CSharpImageLibrary

Loads and saves standard images including DDS (all sorts and weird ones like V8U8, G8, etc. See full list on github.)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.7.3 8,230 6/16/2017
1.7.2.1 3,598 1/30/2017
1.7.2 2,461 12/29/2016
1.7.1 1,808 12/21/2016
1.7.0 2,356 12/14/2016
1.6.0 2,952 8/28/2016
1.5.6 6,705 3/19/2016
1.5.5 3,416 3/8/2016
1.5.4 3,972 2/16/2016
1.5.3 3,468 1/15/2016
1.5.2 3,434 12/29/2015
1.5.1.3 2,465 12/24/2015
1.5.1.2 2,416 12/23/2015
1.5.1.1 2,467 12/22/2015
1.5.1 3,165 12/22/2015
1.5.0 3,033 11/21/2015
1.4.0 3,901 9/27/2015
1.3.0 3,485 9/13/2015
1.2.0 1,898 9/12/2015
1.1.0 1,865 9/8/2015
1.0.0 2,946 9/7/2015

Fixed Winforms imaging resource leak, Fixed and added functionality to MT ObservableCollections. NOTE Upgraded to .NET 4.6.2 and the WPF TypeConverters changed namespaces.