File tree 3 files changed +5
-3
lines changed
src/ResourceManager/Subscription
Commands.Subscription/Properties 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.1.0 '
15
+ ModuleVersion = ' 0.1.1 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+
22
+ ## Version 0.1.1
21
23
* New Cmdlets Get-AzureRmSubscriptionDefinition and New-AzureRmSubscriptionDefinition
22
24
- Cmdlets to create and list subscription definitions. Creation of a subscription definition results in a subscription.
Original file line number Diff line number Diff line change 42
42
// You can specify all the values or you can default the Build and Revision Numbers
43
43
// by using the '*' as shown below:
44
44
// [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 " ) ]
You can’t perform that action at this time.
0 commit comments