Microsoft.Research.MultiDeviceExperiences.Utilities
1.0.14
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Research.MultiDeviceExperiences.Utilities --version 1.0.14
NuGet\Install-Package Microsoft.Research.MultiDeviceExperiences.Utilities -Version 1.0.14
<PackageReference Include="Microsoft.Research.MultiDeviceExperiences.Utilities" Version="1.0.14" />
paket add Microsoft.Research.MultiDeviceExperiences.Utilities --version 1.0.14
#r "nuget: Microsoft.Research.MultiDeviceExperiences.Utilities, 1.0.14"
// Install Microsoft.Research.MultiDeviceExperiences.Utilities as a Cake Addin #addin nuget:?package=Microsoft.Research.MultiDeviceExperiences.Utilities&version=1.0.14 // Install Microsoft.Research.MultiDeviceExperiences.Utilities as a Cake Tool #tool nuget:?package=Microsoft.Research.MultiDeviceExperiences.Utilities&version=1.0.14
Microsoft Research Multi-Device Experiences (MDX) Utilities Package that contains the shared caching, logging,
and HTML microdata parsers implementations.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- HtmlAgilityPack (>= 1.8.1)
- Microsoft.Azure.KeyVault.Core (>= 1.0.0)
- Microsoft.Data.Edm (>= 5.8.2)
- Microsoft.Data.OData (>= 5.8.2)
- Microsoft.Data.Services.Client (>= 5.8.2)
- Microsoft.WindowsAzure.ConfigurationManager (>= 3.2.3)
- Newtonsoft.Json (>= 11.0.2)
- StackExchange.Redis (>= 1.2.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Research.MultiDeviceExperiences.Utilities:
Package | Downloads |
---|---|
Microsoft.Research.MultiDeviceExperiences.LanguageModel
Microsoft Research Multi-Device Experiences (MDX) LanguageModel Package that contains ML models for interactive task completions |
GitHub repositories
This package is not used by any popular GitHub repositories.
-----
Nov 26, 2018
Remove Parallax dependency.
-----
Oct 30, 2018
Create MetaMicrodataParser which combines microdata parsing with json-ld extraction.
-----
Sept 4, 2018
Added ToString() override to SessionStateKey to automatically produce a gkobally unique key
that can be used to store active session state in the distributed redis cache.
-----
August 16, 2018
Within the parsers, made logging conditional on TELEMETRY_BUILD conditional compilation
symbol.
-----
August 13, 2018
Removed build warnings.
-----
August 8, 2018
Removed example instances and related reference to Microsoft.WindowsAzure.Storage.
-----
July 9, 2018
Renamed RecipeSessionState and RecipeSessionStateManager to ExampleSessionState and ExampleSessionStateManager,
and renamed UserProfile and UserProfileManager to ExampleProfile and ExampleProfileManager.
-----
July 7, 2018
Reduced versions of Parallax dependencides to Parallax.Core 3.4.3 and Parallax.CodeGenerator 3.4.3.2.
-----
July 6, 2018
Added IBatchProcessor interface and concrete implementation inside ExampleSessionStateManager.
Added new Constants file for static/fixed values.
-----
July 5, 2018
Removed package dependency on Parallax.CodeGenerator.
-----
June 25, 2018
Updated copyright and langauage to match CELA requirements.
Added link to placeholder icon.
-----
June 13, 2018
Initial check-in of MDX utilities package nuspec file.
-----