Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Version update with release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
xpouyat committed Nov 14, 2016
1 parent 53e84aa commit bc6da67
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 36 deletions.
2 changes: 1 addition & 1 deletion AMSExplorer/Mainform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public partial class Mainform : Form

private bool largeAccount = false; // if nb assets > trigger
private int triggerForLargeAccountNbAssets = 10000; // account with more than 10000 assets is considered as large account. Some queries will be disabled
private int triggerForLargeAccountNbJobs = 5000; // account with more than 10000 assets is considered as large account. Some queries will be disabled
//private int triggerForLargeAccountNbJobs = 5000; // account with more than 10000 assets is considered as large account. Some queries will be disabled
private const int maxNbAssets = 1000000;
private const int maxNbJobs = 50000;
private bool enableTelemetry = true;
Expand Down
8 changes: 3 additions & 5 deletions AMSExplorer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public static async void CheckAMSEVersion()
webClient.DownloadStringAsync(new Uri(Constants.GitHubAMSEVersionPrimary));
}

public static void DownloadVersionRequestCompleted(bool firsttry,object sender, DownloadStringCompletedEventArgs e)
public static void DownloadVersionRequestCompleted(bool firsttry, object sender, DownloadStringCompletedEventArgs e)
{
if (e.Error == null)
{
Expand Down Expand Up @@ -530,13 +530,11 @@ public static void DownloadVersionRequestCompleted(bool firsttry,object sender,

}
}
else if( firsttry)
else if (firsttry)
{
var webClient = new WebClient();
webClient.DownloadStringCompleted += (sender2, e2) => DownloadVersionRequestCompleted(false, sender2, e2);

webClient.DownloadStringAsync(new Uri(Constants.GitHubAMSEVersionSecondary));
;
}
}

Expand Down Expand Up @@ -776,7 +774,7 @@ public static HttpStatusCode WatchFolderCallApi(string error, string sourcefilen
{
response = (HttpWebResponse)request.GetResponse();
}
catch (Exception ex)
catch
{
}

Expand Down
4 changes: 2 additions & 2 deletions AMSExplorer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.44.6.0")]
[assembly: AssemblyFileVersion("3.44.6.0")]
[assembly: AssemblyVersion("3.45.0.0")]
[assembly: AssemblyFileVersion("3.45.0.0")]
12 changes: 4 additions & 8 deletions AMSExplorer/RegionEditor/RegionEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,21 +196,19 @@ private void UpdateLabelIndex()
}
}
}
catch (Exception e)
catch
{
result.Error = true;
}


try
{
if (saslocator != null) saslocator.Delete();
}

catch (Exception e)
{ }


catch
{
}

return result;
}
Expand Down Expand Up @@ -243,10 +241,8 @@ public DialogResult Display()

catch
{

}


return DR;
}

Expand Down
21 changes: 20 additions & 1 deletion AllReleaseNotes.html

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions AllReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 3.45.0.0 (November 14, 2016) brings the following features and improvements :

* Update for Media Encoder Standard (MES)
* Update to audio only presets
* Multi asset input support (for stitching)
* Video rotation mode
* Minor update to **Azure Media Analytics**
* Dynamic Encryption
* It's now possible to select an existing delivering policy and key authorization policy in Dynamic Encryption Wizard and Asset info, as it is recommended to reuse existing policies.
* File name check when uploading a file
* Support for calling an API in Watchfolder (to call an Azure logical app, for example)
* Bug fixes, links update


Version 3.44.1.0 (September 9, 2016) brings the following features and improvements :

* New **Import from SAS Container Path** option
Expand Down
21 changes: 12 additions & 9 deletions ReleaseNotes.html

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Version 3.44.1.0 (September 9, 2016) brings the following features and improvements :
Version 3.45.0.0 (November 14, 2016) brings the following features and improvements :

* New **Import from SAS Container Path** option
* AMS Explorer now generates SAS locators that include the list permission
* A SAS Container Path can be used to import an asset to the current AMS account. This is useful to share multiple files asset or a live archive with another user using only one URL.
* Additional **advanced features** with Media Encoder Standard (MES)
* Insert black video, non interleaved mode for audio streams
* Update to **Azure Media Analytics** (Redaction, Face detection)
* Bug fixes
* Update for Media Encoder Standard (MES)
* Update to audio only presets
* Multi asset input support (for stitching)
* Video rotation mode
* Minor update to **Azure Media Analytics**
* Dynamic Encryption
* It's now possible to select an existing delivering policy and key authorization policy in Dynamic Encryption Wizard and Asset info, as it is recommended to reuse existing policies.
* File name check when uploading a file
* Support for calling an API in Watchfolder (to call an Azure logical app, for example)
* Bug fixes, links update
4 changes: 2 additions & 2 deletions SetupAMSExplorer/SetupAMSExplorer.isl
Original file line number Diff line number Diff line change
Expand Up @@ -4469,9 +4469,9 @@ UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA=
<row><td>PROGMSG_IIS_ROLLBACKVROOTS</td><td>##IDS_PROGMSG_IIS_ROLLBACKVROOTS##</td><td/></row>
<row><td>PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS</td><td>##IDS_PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS##</td><td/></row>
<row><td>PROGRAMFILETOLAUNCHATEND</td><td>[INSTALLDIR]AMSExplorer.Primary output</td><td/></row>
<row><td>ProductCode</td><td>{FB81C486-6ADE-43FE-B08B-F4FF430009A8}</td><td/></row>
<row><td>ProductCode</td><td>{9EDF7758-DCAC-420F-B745-C60B6AF3FB91}</td><td/></row>
<row><td>ProductName</td><td>Azure Media Services Explorer</td><td/></row>
<row><td>ProductVersion</td><td>3.44.6.0</td><td/></row>
<row><td>ProductVersion</td><td>3.45.0.0</td><td/></row>
<row><td>ProgressType0</td><td>install</td><td/></row>
<row><td>ProgressType1</td><td>Installing</td><td/></row>
<row><td>ProgressType2</td><td>installed</td><td/></row>
Expand Down

0 comments on commit bc6da67

Please sign in to comment.