Skip to content

Commit e68cf8f

Browse files
committed
* 'main' of https://github.com/stiwicourage/NovaModuleTools: chore(release): 1.8.0 [skip ci]
2 parents e72439c + b9b2310 commit e68cf8f

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
### Changed
10+
11+
### Documentation
12+
13+
## [1.8.0] - 2026-04-08
14+
715
### Added
816
- Project settings:
917
- `BuildRecursiveFolders` (default `true`): recursive discovery for `src/classes`, `src/private` and `tests`.
@@ -99,3 +107,4 @@ All notable changes to this project will be documented in this file.
99107
### Added
100108
- First release to `psgallery`
101109
- All basic functionality of Module is ready
110+

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ProjectName": "NovaModuleTools",
33
"Description": "NovaModuleTools is an enterprise-focused evolution of ModuleTools, designed for large-scale PowerShell projects (10k+ lines of code) with a strong emphasis on structure, maintainability, and automated CI/CD pipelines.",
4-
"Version": "1.7.2-preview",
4+
"Version": "1.8.0",
55
"copyResourcesToModuleRoot": false,
66
"BuildRecursiveFolders": true,
77
"SetSourcePath": true,

0 commit comments

Comments
 (0)