GM.Utility 1.2.1

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

// Install GM.Utility as a Cake Tool
#tool nuget:?package=GM.Utility&version=1.2.1

Library with various static classes and tools that provide universally useful functions, extensions and utilities.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on GM.Utility:

Package Downloads
GM.WPF

Library with various controls, utilities and base classes for MVVM driven WPF development.

BlueUpdate

A toolkit for automatic updating of .NET applications from the web. It can be used as a simple deployment tool. Includes it's own executable updater, which is automatically downloaded the first time the application starts.

GM.Windows.Utility

Library with various static classes that provide useful functions, extensions and utilities usable in Windows environment.

BlueWS

A client library for BlueWS library. Includes logic and utility for calling BlueWS web service actions.

BlueDB

A client library for BlueDB library. Includes base classes for entities and supports JSON encoding/decoding of entities.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1 96 2/8/2024
1.6.0 89 1/24/2024
1.5.0 197 12/22/2023
1.4.2 1,232 11/5/2022
1.4.1 331 11/5/2022
1.4.0 376 11/1/2022
1.3.2 1,824 4/12/2021
1.3.1 1,004 10/30/2020
1.3.0 2,186 6/28/2020
1.2.9 1,034 4/30/2019
1.2.8 1,191 1/28/2019
1.2.7 1,834 12/24/2018
1.2.6 1,381 4/16/2018
1.2.5 1,120 3/21/2018
1.2.4 1,401 3/14/2018
1.2.3 832 3/8/2018
1.2.2 1,112 2/25/2018
1.2.1 1,829 2/2/2018
1.2.0.2 1,148 1/31/2018
1.2.0.1 1,159 1/31/2018
1.2.0 1,128 1/31/2018
1.1.3 1,325 1/26/2018
1.1.2 1,210 12/19/2017
1.1.1 1,340 11/21/2017
1.1.0 1,243 10/27/2017
1.0.1 1,432 10/6/2017
1.0.0.2 1,204 8/13/2017
1.0.0.1 1,639 6/28/2017
1.0.0 987 6/28/2017

Added GMWebClient.

Added OrderByMultipleKeys to IEnumerableUtility.

Fixed a bug in StringUtility.RemoveAll().