Anixe.TransactionSteps
2.0.4
See the version list below for details.
dotnet add package Anixe.TransactionSteps --version 2.0.4
NuGet\Install-Package Anixe.TransactionSteps -Version 2.0.4
<PackageReference Include="Anixe.TransactionSteps" Version="2.0.4" />
paket add Anixe.TransactionSteps --version 2.0.4
#r "nuget: Anixe.TransactionSteps, 2.0.4"
// Install Anixe.TransactionSteps as a Cake Addin #addin nuget:?package=Anixe.TransactionSteps&version=2.0.4 // Install Anixe.TransactionSteps as a Cake Tool #tool nuget:?package=Anixe.TransactionSteps&version=2.0.4
Package Description
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. 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.0
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.1 | 17,347 | 4/1/2022 |
2.2.0 | 977 | 11/18/2021 |
2.1.0 | 394 | 11/15/2021 |
2.0.5 | 756 | 8/6/2021 |
2.0.4 | 411 | 7/12/2021 |
2.0.3 | 11,936 | 2/26/2020 |
2.0.2 | 972 | 11/7/2019 |
2.0.1 | 554 | 10/29/2019 |
2.0.0 | 574 | 10/28/2019 |
1.0.9 | 5,830 | 3/31/2017 |
1.0.8 | 978 | 3/23/2017 |
1.0.7 | 1,027 | 2/14/2017 |
1.0.6 | 1,151 | 2/13/2017 |
- [MINOR] update System.Threading.Tasks.Extensions to 4.5.4 in netstandard2.0 build
- [MINOR] call `.ConfigureAwait(false)` in all async calls
- [MINOR] change default implementation of StepIterator.Failed method to use Task.FromResult rather than awaiting task from TaskCompletionSource
- [MINOR] added missing MIT licence to package metadata
- [MINOR] added SourceLink to the nuget package
- [INTERNAL] use StyleCop
- [INTERNAL] use PublicApiAnalyzers
- [INTERNAL] change structore of VS solution