Skip to content

Commit 3238d8b

Browse files
authored
Merge pull request Azure#9989 from cormacpayne/version-blueprint
Version Az.Blueprint for release
2 parents 25bb166 + f6eed1c commit 3238d8b

File tree

4 files changed

+70
-69
lines changed

4 files changed

+70
-69
lines changed

src/Blueprint/Blueprint/Az.Blueprint.psd1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/9/2019
6+
# Generated on: 9/6/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.4'
15+
ModuleVersion = '0.2.5'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -114,8 +114,7 @@ PrivateData = @{
114114
# IconUri = ''
115115

116116
# ReleaseNotes of this module
117-
ReleaseNotes = '* Fixed miscellaneous typos across module
118-
* Bug fix (Get-AzBlueprint should work on national clouds)'
117+
ReleaseNotes = '* Add functionality to make sure Blueprint RP is registered before any service calls'
119118

120119
# Prerelease string of this module
121120
# Prerelease = ''

src/Blueprint/Blueprint/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
## Upcoming Release
21+
22+
## Version 0.2.5
2123
* Add functionality to make sure Blueprint RP is registered before any service calls
2224

2325
## Version 0.2.4

src/Blueprint/Blueprint/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("0.2.4")]
47-
[assembly: AssemblyFileVersion("0.2.4")]
46+
[assembly: AssemblyVersion("0.2.5")]
47+
[assembly: AssemblyFileVersion("0.2.5")]
4848
#if SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.ResourceManager.Blueprint.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5050
#else

0 commit comments

Comments
 (0)