Skip to content

Commit

Permalink
New version 5.7.2 with AMS retirement notice
Browse files Browse the repository at this point in the history
  • Loading branch information
xpouyat committed Jul 25, 2023
1 parent e96f1b6 commit 9bd6440
Show file tree
Hide file tree
Showing 14 changed files with 1,039 additions and 1,294 deletions.
20 changes: 10 additions & 10 deletions AMSExplorer/AMSExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<TargetFramework>net7.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<StartupObject>AMSExplorer.Program</StartupObject>
<Version>5.7.1.0</Version>
<Version>5.7.2.0</Version>
<ApplicationIcon>Azure Explorer_ico.ico</ApplicationIcon>
<Description></Description>
<Copyright>Copyright © 2023</Copyright>
<Company>$(Authors)Microsoft</Company>
<AssemblyVersion>5.7.1.0</AssemblyVersion>
<FileVersion>5.7.1.0</FileVersion>
<AssemblyVersion>5.7.2.0</AssemblyVersion>
<FileVersion>5.7.2.0</FileVersion>
<AppDesignerFolder>Properties</AppDesignerFolder>
<PackageIcon>Azure Explorer.png</PackageIcon>
<PackageIconUrl />
Expand Down Expand Up @@ -88,23 +88,23 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Monitor.Query" Version="1.1.0" />
<PackageReference Include="Azure.ResourceManager" Version="1.4.0" />
<PackageReference Include="Azure.Monitor.Query" Version="1.2.0" />
<PackageReference Include="Azure.ResourceManager" Version="1.7.0" />
<PackageReference Include="Azure.ResourceManager.Media" Version="1.2.0" />
<PackageReference Include="Azure.ResourceManager.Resources" Version="1.4.0" />
<PackageReference Include="Azure.ResourceManager.Resources" Version="1.6.0" />
<PackageReference Include="Azure.ResourceManager.Storage" Version="1.1.1" />
<PackageReference Include="DocumentFormat.OpenXml" Version="2.19.0" />
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.21.0" />
<PackageReference Include="Microsoft.Azure.Management.Storage" Version="25.0.0" />
<PackageReference Include="Microsoft.Azure.Storage.DataMovement" Version="2.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.52.0" />
<PackageReference Include="Microsoft.Identity.Client.Broker" Version="4.54.1" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="2.4.1" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1661.34" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.27.0" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1823.32" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.32.0" />
<PackageReference Include="System.Linq.Async.Queryable" Version="6.0.1" />
</ItemGroup>

Expand Down
3 changes: 3 additions & 0 deletions AMSExplorer/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
<setting name="LoginListRPv4JSON" serializeAs="String">
<value />
</setting>
<setting name="RetirementNotifDays" serializeAs="String">
<value>500</value>
</setting>
</AMSExplorer.Properties.Settings>
</userSettings>
</configuration>
3 changes: 2 additions & 1 deletion AMSExplorer/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class Constants
public const string Webview2Installer = "https://go.microsoft.com/fwlink/p/?LinkId=2124703";
public const string Webview2RegPath64 = "SOFTWARE\\WOW6432Node\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}";
public const string Webview2RegPath32 = "SOFTWARE\\Microsoft\\EdgeUpdate\\Clients\\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}";
public const string Webview2MinVersion = "111.0.1661.34";
public const string Webview2MinVersion = "114.0.1823.32";

public const string GitHubAMSEVersionPrimaryV3 = "https://raw.githubusercontent.com/Azure/Azure-Media-Services-Explorer/main/versionv3.json";
public const string GitHubAMSEVersionSecondaryV3 = "https://amsexplorer.azureedge.net/release/versionv3.json";
Expand Down Expand Up @@ -135,6 +135,7 @@ public static class Constants
public const string LinkPlayReadyCompliance = "https://www.microsoft.com/playready/licensing/compliance/";
public const string LinkWidevineTemplateInfo = "https://learn.microsoft.com/en-us/azure/media-services/latest/drm-widevine-license-template-concept";

public const string LinkAMSRetirement = "https://aka.ms/ams-retirement";
public const string LinkAMSCreateAccount = "https://learn.microsoft.com/en-us/azure/media-services/latest/account-create-how-to";
public const string LinkAMSAzCli = "https://learn.microsoft.com/en-us/azure/media-services/latest/access-api-howto";
public const string LinkAMSAvailabilityZones = "https://learn.microsoft.com/en-us/azure/media-services/latest/concept-availability-zones";
Expand Down
Loading

0 comments on commit 9bd6440

Please sign in to comment.