GM.Utility
1.4.2
dotnet add package GM.Utility --version 1.4.2
NuGet\Install-Package GM.Utility -Version 1.4.2
<PackageReference Include="GM.Utility" Version="1.4.2" />
paket add GM.Utility --version 1.4.2
#r "nuget: GM.Utility, 1.4.2"
// Install GM.Utility as a Cake Addin
#addin nuget:?package=GM.Utility&version=1.4.2
// Install GM.Utility as a Cake Tool
#tool nuget:?package=GM.Utility&version=1.4.2
Library with various static classes and tools that provide universally useful functions, extensions and utilities.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on GM.Utility:
Package | Downloads |
---|---|
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.WPF
Library with various controls, utilities and base classes for MVVM driven WPF development. |
|
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.4.2 | 379 | 11/5/2022 |
1.4.1 | 152 | 11/5/2022 |
1.4.0 | 167 | 11/1/2022 |
1.3.2 | 1,566 | 4/12/2021 |
1.3.1 | 823 | 10/30/2020 |
1.3.0 | 1,688 | 6/28/2020 |
1.2.9 | 812 | 4/30/2019 |
1.2.8 | 955 | 1/28/2019 |
1.2.7 | 1,483 | 12/24/2018 |
1.2.6 | 1,169 | 4/16/2018 |
1.2.5 | 944 | 3/21/2018 |
1.2.4 | 1,172 | 3/14/2018 |
1.2.3 | 712 | 3/8/2018 |
1.2.2 | 945 | 2/25/2018 |
1.2.1 | 1,488 | 2/2/2018 |
1.2.0.2 | 964 | 1/31/2018 |
1.2.0.1 | 993 | 1/31/2018 |
1.2.0 | 946 | 1/31/2018 |
1.1.3 | 1,092 | 1/26/2018 |
1.1.2 | 1,012 | 12/19/2017 |
1.1.1 | 1,194 | 11/21/2017 |
1.1.0 | 1,097 | 10/27/2017 |
1.0.1 | 1,259 | 10/6/2017 |
1.0.0.2 | 1,039 | 8/13/2017 |
1.0.0.1 | 1,399 | 6/28/2017 |
1.0.0 | 858 | 6/28/2017 |
Fix unnecessary disposal of http client in GMHttpClient.