File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1212RootModule = ' AsBuiltReport.NetApp.ONTAP.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.6.5 '
15+ ModuleVersion = ' 0.6.6 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
@@ -27,7 +27,7 @@ Author = 'Jonathan Colon Feliciano'
2727# CompanyName = 'Unknown'
2828
2929# Copyright statement for this module
30- Copyright = ' (c) 2022 Jonathan Colon Feliciano. All rights reserved.'
30+ Copyright = ' (c) 2023 Jonathan Colon Feliciano. All rights reserved.'
3131
3232# Description of the functionality provided by this module
3333Description = ' A PowerShell module to generate an as built report on the configuration of NetApp ONTAP.'
@@ -54,7 +54,7 @@ Description = 'A PowerShell module to generate an as built report on the configu
5454RequiredModules = @ (
5555 @ {
5656 ModuleName = ' AsBuiltReport.Core' ;
57- ModuleVersion = ' 1.2 .0'
57+ ModuleVersion = ' 1.3 .0'
5858 },
5959 @ {
6060 ModuleName = ' NetApp.ONTAP' ;
Original file line number Diff line number Diff line change 11# :arrows_counterclockwise : NetApp ONTAP Storage As Built Report Changelog
22
3+ ## [ 0.6.6] - 2023-08-07
4+
5+ ### Changed
6+
7+ - Improved bug and feature request templates
8+ - Changed default logo from NetApp to the AsBuiltReport logo due to licensing requirements
9+ - Changed default report style font to 'Segoe Ui'
10+ - Changed Required Modules to AsBuiltReport.Core v1.3.0
11+
12+ ### Fixed
13+
14+ - Fix [ #35 ] ( https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues/35 )
15+
316## [ 0.6.5] - 2022-11-06
417
518### Added
You can’t perform that action at this time.
0 commit comments