Skip to content

Commit

Permalink
Az.StackHCI v0.4.1 OOB release (#13568)
Browse files Browse the repository at this point in the history
* version bump up

* Update Az.StackHCI.psd1
  • Loading branch information
isra-fel authored Nov 25, 2020
1 parent 58b9c12 commit 7d16f93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/StackHCI/Az.StackHCI.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
@{

# Script module or binary module file associated with this manifest.
# RootModule = ''
RootModule = './Az.StackHCI.psm1'

# Version number of this module.
ModuleVersion = '0.4.0'
ModuleVersion = '0.4.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down
3 changes: 3 additions & 0 deletions src/StackHCI/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
-->
## Upcoming Release

## Version 0.4.1
* Fixed an issue blocking user to use cmdlets in Az.StackHCI v0.4.0.

## Version 0.4.0
* Made changes to registration script to register the GA version of On-Premises Azure Stack HCI with Azure.
- Supports registering with user provided certificate thumbprint.
Expand Down
4 changes: 2 additions & 2 deletions src/StackHCI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("8853A329-2E41-4A6A-808B-9D1170A5BBB4")]
[assembly: AssemblyVersion("0.4.0")]
[assembly: AssemblyFileVersion("0.4.0")]
[assembly: AssemblyVersion("0.4.1")]
[assembly: AssemblyFileVersion("0.4.1")]

0 comments on commit 7d16f93

Please sign in to comment.