Info
Version: | 10.0.2 |
Author(s): | TechSmith Corporation |
Last Update: | Wednesday, June 8, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://techsmith.github.io/hyde/ |
NuGet Url: | https://www.nuget.org/packages/TechSmith.Hyde |
Install
Install-Package TechSmith.Hyde
dotnet add package TechSmith.Hyde
paket add TechSmith.Hyde
TechSmith.Hyde Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.Cosmos.Table(>= 1.0.1)
- Microsoft.CSharp(>= 4.3.0)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Runtime(>= 4.3.0)
Tags
* (10.0.2) Updates Microsoft.Azure.Cosmos.Table from 1.0.1 to 1.0.8, remove dependencies on Microsoft.CSharp, System.Runtime, and System.Dynamic.Runtime
* (10.0.1) Fixed a deadlock issue in GetAsync methods and updated async code.
* (10.0.0) Retargeted to .net standard 2.0 only.
Convert to Microsoft.Azure.Cosmos.Table dependency instead of WindowsAzure.Storage (which was deprecated).
* (9.1.1) Update storage dependencies to version 5.8.4.
* (9.1.0) Retargeted .net standard 1.6 and .net 4.6. Lowest .net framework supported is now .net 4.6.0.
* (9.0.0) Added .net core support targeting .net standard 1.5.
Lowest .net framework supported is now .net 4.6.2. Removed methods previously marked as obsolete and removed all synchronous methods.