Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PackageId>Microsoft.Azure.Management.Websites</PackageId>
<Description>Provides website management capabilities for Microsoft Azure.</Description>
<AssemblyName>Microsoft.Azure.Management.Websites</AssemblyName>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<PackageTags>Microsoft Azure website management;website management;</PackageTags>
<PackageReleaseNotes><![CDATA[This is the Azure App Service SDK for .NET, based on the Azure App Service REST API, version 2019-08-01 of Certificates and Web Apps, and 2019-08-01 of all other resources]]></PackageReleaseNotes>
<PackageReleaseNotes><![CDATA[This is the Azure App Service SDK for .NET, based on the Azure App Service REST API, version 2019-08-01 of Certificates and Web Apps, and 2019-08-01 of all other resources. This release includes client library functions for the new BasicPublishingCredentialsPolicies resource.]]></PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyTitle("Microsoft Azure Web Sites Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Web Sites.")]

[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.2.0")]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.1")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down