Skip to content
Merged
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 @@ -6,7 +6,7 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.ContainerService</PackageId>
<Description>Provides developers with a library to create and manage all Azure Kubernetes Service resources. </Description>
<Version>1.0.0-preview</Version>
<Version>1.0.0</Version>
<AssemblyName>Microsoft.Azure.Management.ContainerService</AssemblyName>
<PackageTags>Microsoft Azure Kubernetes Service; Microsoft Azure ContainerService;</PackageTags>
<PackageReleaseNotes><![CDATA[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[assembly: AssemblyTitle("Microsoft Azure Container Service Management Library")]
[assembly: AssemblyDescription("Provides Container Service management capabilities for Microsoft Azure.")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down