Skip to content

Commit

Permalink
Bump changelog/version
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Mar 22, 2024
1 parent 16b5685 commit 71d36b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- Added support for `NETHandleAssemblyWithSameName` in `New-ConfigurationBuild` to allow for handling of assemblies with same name (for example Newtonsoft.Json)
- Improved loading of libraries to use foreach instead of loading one by one
- Removed dependency on `PlatyPS`/`HelpOut`. Now it's optional and can be used if needed. HelpOut does have some issues that I hope will be solved sooner or later
- Improved creating empty PSM1 file when Public/Private folders have no files or are not present
- Added `NETProjectPath` to `New-ConfigurationBuild` to allow for specifying path to project file (csproj) when building binary modules

## 2.0.11
- Fix for broken script generation if `New-ConfigurationCommand` is used
Expand Down
2 changes: 1 addition & 1 deletion PSPublishModule.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}, @{
Guid = 'd6245802-193d-4068-a631-8863a4342a18'
ModuleName = 'PSScriptAnalyzer'
ModuleVersion = '1.21.0'
ModuleVersion = '1.22.0'
}, @{
Guid = 'a699dea5-2c73-4616-a270-1f7abb777e71'
ModuleName = 'Pester'
Expand Down

0 comments on commit 71d36b0

Please sign in to comment.