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" />
paket add HBD.Services.Transformation --version 2.0.0
#r "nuget: HBD.Services.Transformation, 2.0.0"
// Install HBD.Services.Transformation as a Cake Addin #addin nuget:?package=HBD.Services.Transformation&version=2.0.0 // Install HBD.Services.Transformation as a Cake Tool #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. |
.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,120 | 4/24/2021 |
1.2.1 | 626 | 10/24/2019 |
1.2.1-Preview002 | 1,086 | 10/24/2019 |
1.2.1-Preview001 | 399 | 10/23/2019 |
1.2.0 | 624 | 10/23/2019 |
1.0.1 | 1,554 | 10/28/2018 |
1.0.0.4 | 784 | 10/28/2018 |
1.0.0.3 | 1,749 | 3/30/2018 |
1.0.0.2 | 1,203 | 3/30/2018 |
1.0.0.1 | 1,006 | 3/29/2018 |
1.0.0 | 1,040 | 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