OnePoint.Common
1.0.0.13
See the version list below for details.
dotnet add package OnePoint.Common --version 1.0.0.13
NuGet\Install-Package OnePoint.Common -Version 1.0.0.13
<PackageReference Include="OnePoint.Common" Version="1.0.0.13" />
paket add OnePoint.Common --version 1.0.0.13
#r "nuget: OnePoint.Common, 1.0.0.13"
// Install OnePoint.Common as a Cake Addin #addin nuget:?package=OnePoint.Common&version=1.0.0.13 // Install OnePoint.Common as a Cake Tool #tool nuget:?package=OnePoint.Common&version=1.0.0.13
OnePoint Global Common Library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on OnePoint.Common:
Package | Downloads |
---|---|
OnePoint.Geo
OnePoint Global's GeoLocation API |
|
OnePoint.Security
OnePoint Global's Security Support Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.1.1 | 1,590 | 9/6/2019 |
1.0.1 | 515 | 9/5/2019 |
1.0.0.22 | 541 | 7/31/2019 |
1.0.0.21 | 545 | 7/11/2019 |
1.0.0.20 | 534 | 7/11/2019 |
1.0.0.19 | 554 | 7/11/2019 |
1.0.0.18 | 544 | 7/11/2019 |
1.0.0.17 | 513 | 7/10/2019 |
1.0.0.16 | 528 | 7/10/2019 |
1.0.0.15 | 547 | 7/10/2019 |
1.0.0.14 | 515 | 7/10/2019 |
1.0.0.13 | 587 | 6/3/2019 |
1.0.0.12 | 568 | 5/19/2019 |
1.0.0.11 | 522 | 5/9/2019 |
1.0.0.10 | 531 | 5/9/2019 |
1.0.0.9 | 540 | 5/8/2019 |
1.0.0.8 | 511 | 5/8/2019 |
1.0.0.7 | 523 | 5/8/2019 |
1.0.0.6 | 546 | 5/8/2019 |
1.0.0.5 | 545 | 5/7/2019 |
1.0.0.4 | 543 | 3/23/2019 |
1.0.0.3 | 547 | 3/23/2019 |
1.0.0.1 | 556 | 3/22/2019 |
1.0.0 | 537 | 3/22/2019 |
Update to extend the string type to support Formatting using OnePoint Macros.
Minor modification to support a custom method for macro replacement with the option of objects to be passed for further refinement in the replacement process.
Addition of a ContainsToken method for the string class.
TokenParameters method for the string class.
Enhancement to support capitalisation of strings using {t:c} and lower case using {t:l} and uppercase using {t:u}.
Minor correction to support multiple inserts with the same name.