Cirrus 2.0.0
See the version list below for details.
dotnet add package Cirrus --version 2.0.0
NuGet\Install-Package Cirrus -Version 2.0.0
<PackageReference Include="Cirrus" Version="2.0.0" />
paket add Cirrus --version 2.0.0
#r "nuget: Cirrus, 2.0.0"
// Install Cirrus as a Cake Addin #addin nuget:?package=Cirrus&version=2.0.0 // Install Cirrus as a Cake Tool #tool nuget:?package=Cirrus&version=2.0.0
Ambient Weather API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.0
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
- Microsoft.Extensions.Http (>= 6.0.0)
- Microsoft.Extensions.Http.Polly (>= 6.0.0)
- Microsoft.Extensions.Options (>= 6.0.0)
- Polly.Contrib.WaitAndRetry (>= 1.1.1)
- RateLimiter (>= 2.2.0)
- SocketIOClient (>= 3.0.3)
- System.Text.Json (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Removed Newtonsoft.Json, replaced with System.Text.Json.
Added Polly Support and rate limiting to respect AW's ratelimit
Removed ICirrusRestWrapper.Create(); Library must be added to a ServiceCollection with .AddCirrusServices();
Changes to IDisposable & IAsyncDisposable Implementations on Wrapper classes
Added generic methods to allow user's to pass in their own STJson POCOs
Reordered parameters on RestWrapper query methods
Full internal API restructuring; conversion of classes to records.
Added JSON Extensions to facilitate deserialization of events from Realtime Wrapper.
Bumped SocketIO to version 3.0.3
Added missing parameters from Device Model.
Renamed parmeters in Device Model.
Fixed CirrusRealtime Websocket Failing to connect due to changes with apikey and application key serialization