Skip to content

Commit 6944a00

Browse files
committed
Prepare ManagementPartner for preview release
1 parent c311818 commit 6944a00

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

src/ResourceManager/ManagementPartner/AzureRM.ManagementPartner.psd1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.1.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.5.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.ManagementPartner.dll'
@@ -109,7 +109,8 @@ PrivateData = @{
109109
# IconUri = ''
110110

111111
# ReleaseNotes of this module
112-
ReleaseNotes = '* First release of Management Partners cmdlets'
112+
ReleaseNotes = '* Add Partner Name in the response for cmdlets: Get-AzureRmManagementPartner, New-AzureRmManagementPartner and Update-AzureRmManagementPartner
113+
* Updated to the latest version of the Azure ClientRuntime'
113114

114115
# Prerelease string of this module
115116
Prerelease = 'preview'

src/ResourceManager/ManagementPartner/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.1.1
2123
* Add Partner Name in the response for cmdlets: Get-AzureRmManagementPartner, New-AzureRmManagementPartner and Update-AzureRmManagementPartner
2224
* Updated to the latest version of the Azure ClientRuntime
2325

src/ResourceManager/ManagementPartner/Commands.Partner/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848

49-
[assembly: AssemblyVersion("0.1.0")]
50-
[assembly: AssemblyFileVersion("0.1.0")]
49+
[assembly: AssemblyVersion("0.1.1")]
50+
[assembly: AssemblyFileVersion("0.1.1")]

0 commit comments

Comments
 (0)