Skip to content

Commit b137a5f

Browse files
authored
update AzureRM.Profile version for AzureRM.BootStrapper (#83)
1 parent 82b604e commit b137a5f

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

src/AzureRM.BootStrapper/AzureRM.BootStrapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

src/AzureRM.BootStrapper/AzureRM.BootStrapper.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

src/AzureRM.BootStrapper/Module/AzureRM.BootStrapper.psd1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '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 = ''

src/AzureRM.BootStrapper/Module/ProfileMap.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"6.13.1"
55
],
66
"AzureRM.Profile": [
7-
"5.8.3"
7+
"5.8.4"
88
],
99
"Azure.Storage": [
1010
"4.5.0"
@@ -247,7 +247,7 @@
247247
"2.5.0"
248248
],
249249
"AzureRM.Profile": [
250-
"5.8.3"
250+
"5.8.4"
251251
],
252252
"Azure.Storage": [
253253
"4.5.0"

0 commit comments

Comments
 (0)