Skip to content

Commit

Permalink
[AMS] Fixed a assemblyfile version mismatch bug. (#17855)
Browse files Browse the repository at this point in the history
  • Loading branch information
giakas authored Jan 8, 2021
1 parent 1579289 commit 8583667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,14 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.Media</PackageId>
<Description>Provides developers with libraries for managing Azure Media Services using the Azure Resource Manager API.</Description>
<Version>3.0.2</Version>
<Version>3.0.3</Version>
<AssemblyName>Microsoft.Azure.Management.Media</AssemblyName>
<PackageTags>Microsoft Azure Media management;Media;Media management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This SDK is using 2020-05-01 version of the API
* The Media Services account now supports system managed identities.
* When a Media Services account has a managed identity, it can be used to enable encryption at REST with a customer managed key.
* When a Media Services account has a managed identity, it can be used to access the attached storage accounts using the managed identity.
* Live event added an Allocate action to put it into StandBy state.
* Updates to most live event properties are now allowed when the live event is in stopped and standby state.
* Users can specify a prefix for the static hostname for the live event's input and preview URLs.
* VanityUrl is now called useStaticHostName to better reflect the intent of the property.
* When an encoding live event receives input with aspect ratio different from the one specified in the preset, stretch mode allows customers to specify the stretching behavior for the output.
* Encoding live events can now be configured to output constant fragment size of between 0.5 to 20 seconds.
* Live transcription APIs allow customers to turn on live transcription for one of the many supported languages.
* Added property Video.SyncMode which controls the frame rate of the encoded output. Supported values are "Auto", "Passthrough", "Cfr", and "Vfr".
* Added Property JpgImage.SpriteColumn, which can be used to set the number of columns used in thumbnail sprite image
* Added CopyAllBitrateNonInterleaved Preset, which can be used to clip an existing asset or convert a group of key frame (GOP) aligned MP4 files as an asset that can be streamed.
* Added UtcClipTime class, which specifies the clip time as a Utc time position in the media file during a job creation.
* Added the “Mode” property to Audio/VideoAnalyzerPresets, exposing a new Basic Mode that only performs transcription and caption generation.
Breaking changes:
* VanityUrl property on LiveEvent is now called UseStaticHostName to better reflect the intent of the property.
* SubscriptionMediaService class has been removed in favor of MediaService class. SubscriptionMediaService is a duplicate of MediaService class.
* Basic and Standard live encoding types referred to the same live event type. Basic LiveEventEncodingType has now been removed. Supported encoding types are Standard, Premium1080p or None.
* Fixed a bug with AssemblyFile version.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Media Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Media.")]

[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
[assembly: AssemblyVersion("3.0.3.0")]
[assembly: AssemblyFileVersion("3.0.3.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down

0 comments on commit 8583667

Please sign in to comment.