WBPA.Amazon.SimpleQueueService
1.0.2018.2530
dotnet add package WBPA.Amazon.SimpleQueueService --version 1.0.2018.2530
NuGet\Install-Package WBPA.Amazon.SimpleQueueService -Version 1.0.2018.2530
<PackageReference Include="WBPA.Amazon.SimpleQueueService" Version="1.0.2018.2530" />
paket add WBPA.Amazon.SimpleQueueService --version 1.0.2018.2530
#r "nuget: WBPA.Amazon.SimpleQueueService, 1.0.2018.2530"
// Install WBPA.Amazon.SimpleQueueService as a Cake Addin #addin nuget:?package=WBPA.Amazon.SimpleQueueService&version=1.0.2018.2530 // Install WBPA.Amazon.SimpleQueueService as a Cake Tool #tool nuget:?package=WBPA.Amazon.SimpleQueueService&version=1.0.2018.2530
The WBPA.Amazon.SimpleQueueService assembly provides extensions and generic classes to help ease the use of AWS, and is the SQS member of a range of wrappers tailored to the AWSSDK.
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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.4
- AWSSDK.SQS (>= 3.3.3.19)
- NETStandard.Library (>= 1.6.1)
- WBPA.Amazon (>= 1.0.2018.2530)
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 |
---|---|---|
1.0.2018.2530 | 1,524 | 9/18/2018 |
1.0.2018.2200 | 972 | 8/9/2018 |
1.0.2018.840 | 1,021 | 2/10/2018 |
1.0.0.2270 | 955 | 8/16/2017 |
1.0.2018.2530
* CHANGED - All NuGet references upgraded to latest and greatest
1.0.2018.2200
* ADDED - New extensions in the WBPA.Amazon.SimpleQueueService namespace for IDictionary{String,MessageAttributeValue}: GetString, GetNumber, GetBinary
* FIXED - AmazonSqsManager class in the WBPA.Amazon.SimpleQueueService namespace had unnecessary async/await removed
* FIXED - FirstInFirstOutMessageQueueManager class in the WBPA.Amazon.SimpleQueueService namespace had unnecessary async/await removed
* FIXED - MessageQueueManager class in the WBPA.Amazon.SimpleQueueService namespace had unnecessary async/await removed
* FIXED - QueueManager class in the WBPA.Amazon.SimpleQueueService namespace had unnecessary async/await removed
* FIXED - StandardMessageQueueManager class in the WBPA.Amazon.SimpleQueueService namespace had unnecessary async/await removed
1.0.2018.840
* CHANGED - Manager class in the WBPA.Amazon.SimpleQueueService namespace was renamed to AmazonSqsManager
* CHANGED - AmazonSqsManager class in the WBPA.Amazon.SimpleQueueService namespace now inherits from the generic base class WBPA.Amazon.Manager{TClient,TConfig}
1.0.0.2270
* ADDED - MessageAttributeNameCollection class in the WBPA.Amazon.SimpleQueueService.Attributes namespace that represents a collection of string values that is validated according to the rules by AWS
* ADDED - MessageSystemAttributeNameCollection class in the WBPA.Amazon.SimpleQueueService.Attributes namespace that represents a collection of MessageSystemAttributeName
* ADDED - MessageSystemAttributeNameCollection class in the WBPA.Amazon.SimpleQueueService.Attributes namespace that represents a collection of QueueAttributeName
* ADDED - MessageAttributeType enum in the WBPA.Amazon.SimpleQueueService.Attributes namespace that specifies how message attribute data types identify how the message attribute values are handled by Amazon SQS
* ADDED - AsyncOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is related to asynchronous operations
* ADDED - BatchOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is related to queue batch operations
* ADDED - BatchUtility class in the WBPA.Amazon.SimpleQueueService namespace that is designed to make AWS batch related operations easier to work with
* ADDED - DelayOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is common to queue delay operations
* ADDED - FirstInFirstOutMessageQueueManager class in the WBPA.Amazon.SimpleQueueService namespace that rrovides ways for managing messages on first-in-first-out AWS SQS
* ADDED - FirstInFirstOutQueueReceiveOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is related to first-in-first-out queue receive operations
* ADDED - FirstInFirstOutQueueSendOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is related to first-in-first-out queue send operations
* ADDED - ListQueuesOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is related to list queues operations
* ADDED - Manager class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that provides a base-class for AWS SQS implementations
* ADDED - ManagerOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is related to Manager operations
* ADDED - MessageQueueManager class in the WBPA.Amazon.SimpleQueueService namespace that provides ways for managing messages on AWS SQS
* ADDED - QueueAttributeOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is related to Manager operations
* ADDED - QueueManager class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that provides ways for managing queues on AWS SQS
* ADDED - QueueOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is common to a standard queue
* ADDED - StandardMessageQueueManager class in the WBPA.Amazon.SimpleQueueService namespace that provides ways for managing messages on standard AWS SQS
* ADDED - StandardQueueReceiveOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is related to standard queue receive operations
* ADDED - StandardQueueSendOptions class in the WBPA.Amazon.SimpleQueueService namespace that specifies options that is related to standard queue send operations
* ADDED - New extensions for MessageSystemAttributeNameCollection: GetAll
* ADDED - New extensions for MessageAttributeNameCollection: GetAll
* ADDED - New extensions for QueueAttributeNameCollection: GetAll
* ADDED - New extensions for AmazonSQSRequest: ValidateRequestSize
* ADDED - New extensions for IDictionary{String,MessageAttributeValue}: AddString, AddNumber, AddBinary