GM.Utility
1.2.5
See the version list below for details.
dotnet add package GM.Utility --version 1.2.5
NuGet\Install-Package GM.Utility -Version 1.2.5
<PackageReference Include="GM.Utility" Version="1.2.5" />
paket add GM.Utility --version 1.2.5
#r "nuget: GM.Utility, 1.2.5"
// Install GM.Utility as a Cake Addin #addin nuget:?package=GM.Utility&version=1.2.5 // Install GM.Utility as a Cake Tool #tool nuget:?package=GM.Utility&version=1.2.5
Library with various static classes and tools that provide universally useful functions, extensions and utilities.
Product | Versions 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. |
-
.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.7.0 | 83 | 7/31/2024 |
1.6.1 | 141 | 2/8/2024 |
1.6.0 | 130 | 1/24/2024 |
1.5.0 | 251 | 12/22/2023 |
1.4.2 | 1,505 | 11/5/2022 |
1.4.1 | 358 | 11/5/2022 |
1.4.0 | 421 | 11/1/2022 |
1.3.2 | 1,872 | 4/12/2021 |
1.3.1 | 1,054 | 10/30/2020 |
1.3.0 | 2,347 | 6/28/2020 |
1.2.9 | 1,091 | 4/30/2019 |
1.2.8 | 1,254 | 1/28/2019 |
1.2.7 | 1,933 | 12/24/2018 |
1.2.6 | 1,428 | 4/16/2018 |
1.2.5 | 1,153 | 3/21/2018 |
1.2.4 | 1,448 | 3/14/2018 |
1.2.3 | 863 | 3/8/2018 |
1.2.2 | 1,155 | 2/25/2018 |
1.2.1 | 1,905 | 2/2/2018 |
1.2.0.2 | 1,192 | 1/31/2018 |
1.2.0.1 | 1,202 | 1/31/2018 |
1.2.0 | 1,161 | 1/31/2018 |
1.1.3 | 1,382 | 1/26/2018 |
1.1.2 | 1,254 | 12/19/2017 |
1.1.1 | 1,369 | 11/21/2017 |
1.1.0 | 1,276 | 10/27/2017 |
1.0.1 | 1,462 | 10/6/2017 |
1.0.0.2 | 1,243 | 8/13/2017 |
1.0.0.1 | 1,695 | 6/28/2017 |
1.0.0 | 1,012 | 6/28/2017 |
Added support for asynchronous reloading in ReloadableCollection.
Added methods to DecimalUtility and DoubleUtility: GetDecimals, GetDecimalPart.