Skip to content

Commit 3df31d6

Browse files
committed
Update versions in Subscription
1 parent a0a4d26 commit 3df31d6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/ResourceManager/Subscription/AzureRM.Subscription.Preview.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.1.0'
15+
ModuleVersion = '0.1.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

src/ResourceManager/Subscription/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.1.1
2123
* New Cmdlets Get-AzureRmSubscriptionDefinition and New-AzureRmSubscriptionDefinition
2224
- Cmdlets to create and list subscription definitions. Creation of a subscription definition results in a subscription.

src/ResourceManager/Subscription/Commands.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("1.0.*")]
45-
[assembly: AssemblyVersion("0.1.0")]
46-
[assembly: AssemblyFileVersion("0.1.0")]
45+
[assembly: AssemblyVersion("0.1.1")]
46+
[assembly: AssemblyFileVersion("0.1.1")]

0 commit comments

Comments
 (0)