Unlimitedinf.Tools
3.1.0
See the version list below for details.
dotnet add package Unlimitedinf.Tools --version 3.1.0
NuGet\Install-Package Unlimitedinf.Tools -Version 3.1.0
<PackageReference Include="Unlimitedinf.Tools" Version="3.1.0" />
paket add Unlimitedinf.Tools --version 3.1.0
#r "nuget: Unlimitedinf.Tools, 3.1.0"
// Install Unlimitedinf.Tools as a Cake Addin
#addin nuget:?package=Unlimitedinf.Tools&version=3.1.0
// Install Unlimitedinf.Tools as a Cake Tool
#tool nuget:?package=Unlimitedinf.Tools&version=3.1.0
A collection of tools I have found useful across more than one project. This nuget package will contain all the items (both C# and otherwise) that don't fit into any of my other packages.
See source README for full explanation.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.0
- Newtonsoft.Json (>= 9.0.1)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 9.0.1)
-
.NETFramework 4.6
- Newtonsoft.Json (>= 9.0.1)
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 9.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Unlimitedinf.Tools:
Package | Downloads |
---|---|
Unlimitedinf.Apis
Client-side libraries to work with the apis made available on https://unlimitedinf-apis.azurewebsites.net/ There is one DLL available defining the contracts used to communicate with the server as well as an EXE in the tools folder that wraps it for commandline interactions. The EXE can also be used as a reference because it is well separated into client-side libraries and runnable infrastructure. |
|
Unlimitedinf.Apis.Client
A client for the apis. The exe can also be used as a consumable library. |
|
Unlimitedinf.Apis.Contracts
The C# contracts used by the APIs. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
3.7.0 | 1,030 | 6/5/2018 | |
3.6.3 | 959 | 3/27/2018 | |
3.6.2 | 1,034 | 1/31/2018 | |
3.6.1 | 971 | 1/24/2018 | |
3.6.0 | 1,057 | 1/16/2018 | |
3.5.2 | 1,034 | 12/29/2017 | |
3.5.1 | 1,025 | 12/24/2017 | |
3.5.0 | 1,016 | 12/8/2017 | |
3.4.0 | 893 | 10/3/2017 | |
3.3.0 | 873 | 10/2/2017 | |
3.2.5 | 889 | 9/19/2017 | |
3.2.4 | 920 | 9/1/2017 | |
3.2.3 | 959 | 8/14/2017 | |
3.2.2 | 1,078 | 8/10/2017 | |
3.2.0 | 907 | 8/3/2017 | |
3.1.0 | 928 | 7/3/2017 | |
3.0.7 | 956 | 5/17/2017 | |
3.0.6 | 978 | 4/12/2017 | |
3.0.5 | 944 | 4/6/2017 | |
3.0.4 | 945 | 3/22/2017 | |
3.0.3 | 955 | 3/13/2017 | |
3.0.2 | 943 | 3/13/2017 | |
3.0.1 | 913 | 3/9/2017 | |
2.1.0 | 973 | 2/28/2017 | |
2.0.1 | 962 | 2/25/2017 | |
2.0.0 | 979 | 2/24/2017 | |
1.2.0 | 947 | 2/12/2017 | |
1.1.13 | 957 | 2/10/2017 | |
1.1.9 | 956 | 2/8/2017 | |
1.1.8 | 982 | 1/2/2017 | |
1.1.7 | 966 | 1/1/2017 | |
1.1.6 | 956 | 12/31/2016 | |
1.1.5 | 931 | 12/31/2016 | |
1.1.3 | 977 | 11/28/2016 | |
1.0.1 | 942 | 11/9/2016 | |
1.0.0 | 1,330 | 11/9/2016 | |
0.5.0 | 1,259 | 11/9/2016 | |
0.4.0 | 1,150 | 11/8/2016 | |
0.3.1 | 968 | 9/11/2016 | |
0.3.0 | 963 | 9/11/2016 | |
0.2.0 | 1,206 | 9/8/2016 | |
0.1.0 | 1,177 | 9/1/2016 |
3.1.0
- Added FileSystemCollection to enumerate files/directories with an enumerable that gracefully ignores exceptions thrown during usage.
3.0.7
- Reuse the RNGCryptoServiceProvider in GenerateRandom for a security and performance increase.
3.0.6
- Added in StringExtensions: ToBase64String, FromBase64String, Chop
3.0.5
- Fixed a bug in TryParseRelativeDateTime that threw instead of returned false for above int.Max. Now will only throw for above long.MaxValue.
3.0.4
- Added builds for net40, net45, net46, and latest.
3.0.3
- Fixed a bug in String.TrypParseRelativeDateTime that could throw an ArgumentOutOfRangeException.
- Added the String.GetHashCode* methods because they're easier to consume.
3.0.2
- Added new String.GetHashCode extension.
3.0.1
- Broke apart the original package based on dependencies.
- Remove t4 templating artifacts because powershell is much easier to work with.
- Other vaious tune-ups and changes all over.