File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <Version >0.6 .0</Version >
3+ <Version >0.7 .0</Version >
44 <LangVersion >7.1</LangVersion >
55 <TargetFramework >netstandard2.0</TargetFramework >
66 <OutputType >Module</OutputType >
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
33 <metadata >
44 <id >AzureRM.BootStrapper</id >
5- <version >0.6 .0</version >
5+ <version >0.7 .0</version >
66 <authors >Microsoft Corporation</authors >
77 <owners >Microsoft Corporation</owners >
88 <requireLicenseAcceptance >true</requireLicenseAcceptance >
Original file line number Diff line number Diff line change 1212RootModule = ' AzureRM.Bootstrapper.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.6 .0'
15+ ModuleVersion = ' 0.7 .0'
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
@@ -114,8 +114,7 @@ PrivateData = @{
114114 # IconUri = ''
115115
116116 # ReleaseNotes of this module
117- ReleaseNotes = ' * 0.6.0: Bug fix for ProfileCache not being updated after installing Az.BootStrapper and then reverting back to use AzureRM.BootStrapper
118- * We always read the map from the azure blob now'
117+ ReleaseNotes = ' * 0.7.0: Update AzureRM.Profile version from 5.8.3 to 5.8.4 in AzureRM.BootStrapper module.'
119118
120119 # External dependent modules of this module
121120 # ExternalModuleDependencies = ''
Original file line number Diff line number Diff line change 44 " 6.13.1"
55 ],
66 "AzureRM.Profile" : [
7- " 5.8.3 "
7+ " 5.8.4 "
88 ],
99 "Azure.Storage" : [
1010 " 4.5.0"
247247 " 2.5.0"
248248 ],
249249 "AzureRM.Profile" : [
250- " 5.8.3 "
250+ " 5.8.4 "
251251 ],
252252 "Azure.Storage" : [
253253 " 4.5.0"
You can’t perform that action at this time.
0 commit comments