Gyxi 1.0.4
See the version list below for details.
dotnet add package Gyxi --version 1.0.4
NuGet\Install-Package Gyxi -Version 1.0.4
<PackageReference Include="Gyxi" Version="1.0.4" />
paket add Gyxi --version 1.0.4
#r "nuget: Gyxi, 1.0.4"
// Install Gyxi as a Cake Addin #addin nuget:?package=Gyxi&version=1.0.4 // Install Gyxi as a Cake Tool #tool nuget:?package=Gyxi&version=1.0.4
GyxiClient is instantiated by supplyingg a Region (enum) that you choose and a guid that you also choose. No prior registration is required. Just generate a guid and this will be your id and key for your database. 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
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
- 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,310 | 7/29/2022 |
9.1.2 | 431 | 5/30/2022 |
9.1.1 | 449 | 5/30/2022 |
9.1.0 | 442 | 5/29/2022 |
9.0.6-preview | 248 | 7/27/2021 |
9.0.5-preview | 240 | 7/20/2021 |
9.0.2-preview | 258 | 7/9/2021 |
9.0.1-preview | 240 | 7/8/2021 |
9.0.0-preview | 237 | 7/8/2021 |
1.5.5 | 551 | 5/18/2020 |
1.5.4 | 473 | 5/18/2020 |
1.5.3 | 461 | 5/18/2020 |
1.5.2 | 524 | 5/17/2020 |
1.5.1 | 480 | 5/17/2020 |
1.5.0 | 482 | 5/17/2020 |
1.4.3 | 472 | 4/26/2020 |
1.4.2 | 447 | 4/26/2020 |
1.4.1 | 452 | 4/26/2020 |
1.4.0 | 452 | 4/26/2020 |
1.3.0 | 478 | 3/22/2020 |
1.2.0 | 522 | 3/20/2020 |
1.1.0 | 565 | 3/16/2020 |
1.0.9 | 516 | 3/10/2020 |
1.0.8 | 461 | 3/10/2020 |
1.0.7 | 494 | 3/10/2020 |
1.0.6 | 481 | 3/10/2020 |
1.0.5 | 459 | 3/10/2020 |
1.0.4 | 469 | 3/10/2020 |
1.0.2 | 483 | 3/10/2020 |
1.0.1 | 456 | 3/10/2020 |
1.0.0 | 477 | 3/10/2020 |
No longer depends on Newtonsoft and Microsoft.AspNet. Only clean .NET Standard and System.Text.Json.