Skip to content

Commit

Permalink
Version 2.0.3 (#6446)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianBlum authored and dsgouda committed May 31, 2019
1 parent 9bacb20 commit d84ae19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<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>2.0.2</Version>
<Version>2.0.3</Version>
<AssemblyName>Microsoft.Azure.Management.Media</AssemblyName>
<PackageTags>Microsoft Azure Media management;Media;Media management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Updates to the V3 API include:
* The StreamingLocator added a property named filters. This property property is a list of Account or Asset filter names to apply to the StreamingLocator.
* The enums for FaceDectectorPreset and ContentAwareEncodingExperimental have been added to the encoding presets.
* Ability to subclip when encoding a video - specify that only a portion of the input video's timeline should be processed
* Introducing the Premium Live Encoder, enables you to use live encoding at resolutions up to 1080p at 30 frames/sec. This feature of Live Events can be accessed via the encoding type of Premium1080p
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SDKs/Media/Management.Media/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Media.")]

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

0 comments on commit d84ae19

Please sign in to comment.