File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
src/ResourceManager/ManagementPartner
Commands.Partner/Properties Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.1.0 '
15
+ ModuleVersion = ' 0.1.1 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
51
51
# ProcessorArchitecture = ''
52
52
53
53
# 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' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
57
RequiredAssemblies = ' .\Microsoft.Azure.Management.ManagementPartner.dll'
@@ -109,7 +109,8 @@ PrivateData = @{
109
109
# IconUri = ''
110
110
111
111
# 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'
113
114
114
115
# Prerelease string of this module
115
116
Prerelease = ' preview'
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+
22
+ ## Version 0.1.1
21
23
* Add Partner Name in the response for cmdlets: Get-AzureRmManagementPartner, New-AzureRmManagementPartner and Update-AzureRmManagementPartner
22
24
* Updated to the latest version of the Azure ClientRuntime
23
25
Original file line number Diff line number Diff line change 46
46
// You can specify all the values or you can default the Build and Revision Numbers
47
47
// by using the '*' as shown below:
48
48
49
- [ assembly: AssemblyVersion ( "0.1.0 " ) ]
50
- [ assembly: AssemblyFileVersion ( "0.1.0 " ) ]
49
+ [ assembly: AssemblyVersion ( "0.1.1 " ) ]
50
+ [ assembly: AssemblyFileVersion ( "0.1.1 " ) ]
You can’t perform that action at this time.
0 commit comments