diff --git a/AMSExplorer.sln b/AMSExplorer.sln index 1c45b264..0312b179 100644 --- a/AMSExplorer.sln +++ b/AMSExplorer.sln @@ -1,12 +1,17 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29215.179 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34316.72 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AMSExplorer", "AMSExplorer\AMSExplorer.csproj", "{67573AA5-0316-4C90-8CE4-93A950CD0A86}" EndProject Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{BA871D4E-EAAC-4CC7-8A5D-15F4B5B4BDB4}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A57C3173-7DA2-4A4A-A9EF-D3E688A16BD7}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution CD_ROM|Any CPU = CD_ROM|Any CPU @@ -37,7 +42,7 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - EnterpriseLibraryConfigurationToolBinariesPath = packages\TransientFaultHandling.Core.5.1.1209.1\lib\NET4 SolutionGuid = {56028331-830B-4377-8919-694B44B54A0F} + EnterpriseLibraryConfigurationToolBinariesPath = packages\TransientFaultHandling.Core.5.1.1209.1\lib\NET4 EndGlobalSection EndGlobal diff --git a/AMSExplorer/Mainform.cs b/AMSExplorer/Mainform.cs index e8c286bd..243ebc1c 100644 --- a/AMSExplorer/Mainform.cs +++ b/AMSExplorer/Mainform.cs @@ -2518,6 +2518,9 @@ private async Task DoCreateLocatorAsync(List SelectedAssets, configuration: new Azure.ResourceManager.Media.Models.ContentKeyPolicyClearKeyConfiguration(), restriction: formClearKeyTokenClaims[0].GetContentKeyPolicyRestriction ) + { + Name = "Clear Key option" + } ); } diff --git a/README.md b/README.md index 3594cae2..e15c1c69 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ The subscription name is also called the resource name and is available in the p An MK/IO token can be obtained by following the directions contained in this [article](https://support.mediakind.com/portal/en/kb/articles/how-to-use-mkio-apis-step-by-step). +AMSE relies on the MK/IO SDK available [here](https://www.nuget.org/packages/MK.IO). + ## Notes You can force the English or Japanese language by using /language:en-US or /language:ja-JA as a parameter of the AMSExplorer.exe executable.