Gyxi 1.0.9
See the version list below for details.
dotnet add package Gyxi --version 1.0.9
NuGet\Install-Package Gyxi -Version 1.0.9
<PackageReference Include="Gyxi" Version="1.0.9" />
paket add Gyxi --version 1.0.9
#r "nuget: Gyxi, 1.0.9"
// Install Gyxi as a Cake Addin #addin nuget:?package=Gyxi&version=1.0.9 // Install Gyxi as a Cake Tool #tool nuget:?package=Gyxi&version=1.0.9
GyxiClient is ready to use without any prior registration required and you get 1 GB storage for free.
You choose a Region (from an enum) and a database id of your choice which must be a guid. Simply start using it - no need to register your database beforehand.
Keep your guid secret because anyone who has access to the guid has full access to your database.
Example:
var gyxi = new GyxiClient(Region.Germany, "dfca164c-b19d-4abd-a5a7-4eabdfb8b123");
gyxi.Save("mytype", "all", myObj);
Please note: Use any other guid than the one from the sample above.
Read more about Gyxi at https://gyxi.com/
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 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 | 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
- Microsoft.CSharp (>= 4.7.0)
- System.Text.Json (>= 4.7.1)
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 |
---|---|---|
9.2.0 | 1,311 | 7/29/2022 |
9.1.2 | 432 | 5/30/2022 |
9.1.1 | 450 | 5/30/2022 |
9.1.0 | 443 | 5/29/2022 |
9.0.6-preview | 249 | 7/27/2021 |
9.0.5-preview | 241 | 7/20/2021 |
9.0.2-preview | 259 | 7/9/2021 |
9.0.1-preview | 241 | 7/8/2021 |
9.0.0-preview | 238 | 7/8/2021 |
1.5.5 | 552 | 5/18/2020 |
1.5.4 | 474 | 5/18/2020 |
1.5.3 | 462 | 5/18/2020 |
1.5.2 | 525 | 5/17/2020 |
1.5.1 | 481 | 5/17/2020 |
1.5.0 | 483 | 5/17/2020 |
1.4.3 | 473 | 4/26/2020 |
1.4.2 | 450 | 4/26/2020 |
1.4.1 | 453 | 4/26/2020 |
1.4.0 | 453 | 4/26/2020 |
1.3.0 | 479 | 3/22/2020 |
1.2.0 | 523 | 3/20/2020 |
1.1.0 | 566 | 3/16/2020 |
1.0.9 | 517 | 3/10/2020 |
1.0.8 | 462 | 3/10/2020 |
1.0.7 | 495 | 3/10/2020 |
1.0.6 | 482 | 3/10/2020 |
1.0.5 | 460 | 3/10/2020 |
1.0.4 | 470 | 3/10/2020 |
1.0.2 | 484 | 3/10/2020 |
1.0.1 | 457 | 3/10/2020 |
1.0.0 | 478 | 3/10/2020 |
IGyxiClient to ease mock