Skip to content

Commit b95d019

Browse files
committed
Updated version numbers for preview module publishing.
1 parent c94afe2 commit b95d019

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

src/ResourceManager/Reservations/Commands.Reservations.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("0.1.7")]
36+
[assembly: AssemblyFileVersion("0.1.7")]

src/ResourceManager/Reservations/Commands.Reservations/AzureRM.Reservations.psd1

Lines changed: 6 additions & 4 deletions
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.6'
15+
ModuleVersion = '0.1.7'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.5.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.6.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.5.1'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Reservations.dll'
@@ -110,10 +110,12 @@ PrivateData = @{
110110
# IconUri = ''
111111

112112
# ReleaseNotes of this module
113-
ReleaseNotes = '* Updated to the latest version of the Azure ClientRuntime.'
113+
ReleaseNotes = '* Update to the latest .NET SDK version 1.9.0-preview.
114+
* Add CosmosDb type in reserved resource enum type.
115+
* Add name property in PatchProperties.'
114116

115117
# Prerelease string of this module
116-
# Prerelease = ''
118+
Prerelease = 'preview'
117119

118120
# Flag to indicate whether the module requires explicit user acceptance for install/update
119121
# RequireLicenseAcceptance = $false

src/ResourceManager/Reservations/Commands.Reservations/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- Additional information about change #1
2020
-->
2121
## Current Release
22+
23+
## Version 0.1.7-preview
2224
* Update to the latest .NET SDK version 1.9.0-preview.
2325
* Add CosmosDb type in reserved resource enum type.
2426
* Add name property in PatchProperties.

src/ResourceManager/Reservations/Commands.Reservations/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.1.6")]
36-
[assembly: AssemblyFileVersion("0.1.6")]
35+
[assembly: AssemblyVersion("0.1.7")]
36+
[assembly: AssemblyFileVersion("0.1.7")]

0 commit comments

Comments
 (0)