Skip to content

Commit ef0b43a

Browse files
authored
Merge pull request Azure#10707 from VeryEarly/release-2019-12-17
upgrade version for Az.Subscription to 0.7.2
2 parents 86d1870 + f0bdb10 commit ef0b43a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Subscription/Subscription/Az.Subscription.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.7.1'
15+
ModuleVersion = '0.7.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/Subscription/Subscription/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
-->
2020
## Upcoming Release
2121

22-
## Version 0.7.1
23-
* This is the first preview release for "Az.Subscription"
22+
## Version 0.7.2
23+
* Update references in .psd1 to use relative path

src/Subscription/Subscription/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444
// [assembly: AssemblyVersion("0.7.1")]
45-
[assembly: AssemblyVersion("0.7.1")]
46-
[assembly: AssemblyFileVersion("0.7.1")]
45+
[assembly: AssemblyVersion("0.7.2")]
46+
[assembly: AssemblyFileVersion("0.7.2")]

0 commit comments

Comments
 (0)