@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- Added a devcontainer for development.
11
11
12
+ ### Fixed
13
+
14
+ - Fix Dockerfile to include GitVersion alias for PowerShell Extension profile script.
15
+ - Fix ` .vscode/settings.json ` file to exclude unrecognized words.
16
+
12
17
## [ 0.12.5] - 2024-08-14
13
18
14
19
- ` Get-ClassResourceProperty `
@@ -340,7 +345,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
340
345
341
346
- Updated tasks to use the Sampler functions ` Get-SamplerProjectName ` and ` Get-SamplerSourcePath ` .
342
347
- Made Sampler a required Modules.
343
- - Updated the ` build.yaml ` & ` RequiredModules.psd1 ` to use ` Sampler.GitHubTasks ` for automation.
348
+ - Updated the ` build.yaml ` & ` RequiredModules.psd1 ` to use ` Sampler.GitHubTasks `
349
+ for automation.
344
350
345
351
## [ 0.8.0] - 2021-02-08
346
352
@@ -544,6 +550,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
544
550
To make the task available for ` Invoke-Build ` in a repository that is based
545
551
on [ Sampler] ( https://github.com/gaelcolas/Sampler ) add this module to
546
552
required modules, and then in the ` build.yaml ` add the following.
553
+
547
554
``` yaml
548
555
ModuleBuildTasks :
549
556
DscResource.DocGenerator :
@@ -567,6 +574,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
567
574
` build.ps1` . To make the task available for `Invoke-Build` in a repository
568
575
that is based on [Sampler](https://github.com/gaelcolas/Sampler) add this
569
576
module to required modules, and then in the `build.yaml` add the following.
577
+
570
578
` ` ` yaml
571
579
ModuleBuildTasks:
572
580
DscResource.DocGenerator:
0 commit comments