HBD.Services.Transformation
2.0.0
dotnet add package HBD.Services.Transformation --version 2.0.0
NuGet\Install-Package HBD.Services.Transformation -Version 2.0.0
<PackageReference Include="HBD.Services.Transformation" Version="2.0.0" />
<PackageVersion Include="HBD.Services.Transformation" Version="2.0.0" />
<PackageReference Include="HBD.Services.Transformation" />
paket add HBD.Services.Transformation --version 2.0.0
#r "nuget: HBD.Services.Transformation, 2.0.0"
#:package HBD.Services.Transformation@2.0.0
#addin nuget:?package=HBD.Services.Transformation&version=2.0.0
#tool nuget:?package=HBD.Services.Transformation&version=2.0.0
The helper class to trasnform a string based on the template and data objects, dictionany or lazy data provider.
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | 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.1
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HBD.Services.Transformation:
| Package | Downloads |
|---|---|
|
HBD.Services.Email
The servie that allow to send email notification from config file or predefined templates. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0 | 3,357 | 4/24/2021 |
| 1.2.1 | 848 | 10/24/2019 |
| 1.2.1-Preview002 | 1,341 | 10/24/2019 |
| 1.2.1-Preview001 | 593 | 10/23/2019 |
| 1.2.0 | 857 | 10/23/2019 |
| 1.0.1 | 1,867 | 10/28/2018 |
| 1.0.0.4 | 1,032 | 10/28/2018 |
| 1.0.0.3 | 2,484 | 3/30/2018 |
| 1.0.0.2 | 1,887 | 3/30/2018 |
| 1.0.0.1 | 1,534 | 3/29/2018 |
| 1.0.0 | 1,582 | 3/28/2018 |
Version 2.x
- Upgrade to .netstandard 2.1
- Simplify the Transformer service
Version 1.x
- Support Lazy data provider and IDictionary<string,object>
- Miner changes on the TokenResolver and ValueIValueFormatter.
- The first version of Transformation