Skip to content

Releases: gaelcolas/Sampler

v0.118.2-preview0003

26 Aug 17:23
1e31766
Compare
Choose a tag to compare
v0.118.2-preview0003 Pre-release
Pre-release

[v0.118.2-preview0003]

  • Pinned GitVersion to v5 in the pipeline since v6 is not yet supported, also
    updated templates to pin GitVersion v5. Workaround for issue #477.
  • Fix issue template in repository and Plaster template (issue #483).

v0.118.2-preview0002

28 Jul 10:02
e669ffa
Compare
Choose a tag to compare
v0.118.2-preview0002 Pre-release
Pre-release

[v0.118.2-preview0002]

  • Pinned GitVersion to v5 in the pipeline since v6 is not yet supported, also
    updated templates to pin GitVersion v5. Workaround for issue #477.
  • Fix issue template in repository and Plaster template (issue #483).

v0.118.2-preview0001

24 Jul 08:28
15f57f5
Compare
Choose a tag to compare
v0.118.2-preview0001 Pre-release
Pre-release

[v0.118.2-preview0001]

  • Pinned GitVersion to v5 in the pipeline since v6 is not yet supported, also
    updated templates to pin GitVersion v5. Workaround for issue #477.

v0.118.1

20 Jul 08:00
d62d14c
Compare
Choose a tag to compare

[v0.118.1]

Added

  • Added extensions.json for vscode
  • Automatic wiki documentation for public commands.

Changed

  • Update template for SECURITY.md and add it to Sampler repository as well.
  • Built module is now built in a separate folder. This is to split the paths
    for the built module and all required modules, to avoid returning duplicate
    modules when using Get-Module -ListAvailable. The templates already has
    this configuration.
  • Now PSResourceGet always default to the latest released version if no
    specific version is configured or passed as parameter.
  • Templates was changed to use PSResourceGet as the default method
    of resolving dependencies. It is possible to change to the method
    PowerShellGet & PSDepend by changing the configuration. Also default to
    using PowerShellGet v3 which is a compatibility module that is a wrapper
    for the equivalent command in PSResourceGet.
  • Switch to build worker windows-latest for the build phase of the pipeline
    due to a issue using Publish-Module on the latest updated build worker in
    Azure Pipelines.
  • Public command documentation has been moved from README.md to the GitHub
    repository Wiki.
  • Update order of deploy tasks for the Plaster templates to make it easier
    to re-run a deploy phase when a GitHub token has expired.

Fixed

  • Update template for module.tests.ps1. Fixes #465
  • Now the tasks work when using Set-SamplerTaskVariable with tasks that
    do not have the parameter ChocolateyBuildOutput.
  • Remove duplicate SECURITY.md template files, and fix templates to
    point to the single version.
  • Correct description of the parameter GalleryApiToken in the build task
    script release.module.build.ps1. Fixes #442
  • ModuleFast now supports resolving individual pre-release dependencies
    that is part of RequiredModules.psd1. It is also possible to specify
    NuGet version ranges
    in RequiredModules.psd1, although then the file is not compatible with
    PSResourceGet or PSDepend (so no fallback can happen).
  • Now it won't import legacy PowerShellGet and PackageManagement when
    PSResourceGet or ModuleFast is used.
  • Now it works saving PowerShellGet compatibility module when configured.
  • Now if both ModuleFast and PowerShellGet compatibility module is configured
    PSResourceGet is automatically added as a dependency. This is for example
    needed for publishing built module to the gallery.
  • Update pipeline so build not fail.

v0.118.1-preview0002

18 Jul 20:50
d62d14c
Compare
Choose a tag to compare
v0.118.1-preview0002 Pre-release
Pre-release

[v0.118.1-preview0002]

Added

  • Added extensions.json for vscode
  • Automatic wiki documentation for public commands.

Changed

  • Update template for SECURITY.md and add it to Sampler repository as well.
  • Built module is now built in a separate folder. This is to split the paths
    for the built module and all required modules, to avoid returning duplicate
    modules when using Get-Module -ListAvailable. The templates already has
    this configuration.
  • Now PSResourceGet always default to the latest released version if no
    specific version is configured or passed as parameter.
  • Templates was changed to use PSResourceGet as the default method
    of resolving dependencies. It is possible to change to the method
    PowerShellGet & PSDepend by changing the configuration. Also default to
    using PowerShellGet v3 which is a compatibility module that is a wrapper
    for the equivalent command in PSResourceGet.
  • Switch to build worker windows-latest for the build phase of the pipeline
    due to a issue using Publish-Module on the latest updated build worker in
    Azure Pipelines.
  • Public command documentation has been moved from README.md to the GitHub
    repository Wiki.
  • Update order of deploy tasks for the Plaster templates to make it easier
    to re-run a deploy phase when a GitHub token has expired.

Fixed

  • Update template for module.tests.ps1. Fixes #465
  • Now the tasks work when using Set-SamplerTaskVariable with tasks that
    do not have the parameter ChocolateyBuildOutput.
  • Remove duplicate SECURITY.md template files, and fix templates to
    point to the single version.
  • Correct description of the parameter GalleryApiToken in the build task
    script release.module.build.ps1. Fixes #442
  • ModuleFast now supports resolving individual pre-release dependencies
    that is part of RequiredModules.psd1. It is also possible to specify
    NuGet version ranges
    in RequiredModules.psd1, although then the file is not compatible with
    PSResourceGet or PSDepend (so no fallback can happen).
  • Now it won't import legacy PowerShellGet and PackageManagement when
    PSResourceGet or ModuleFast is used.
  • Now it works saving PowerShellGet compatibility module when configured.
  • Now if both ModuleFast and PowerShellGet compatibility module is configured
    PSResourceGet is automatically added as a dependency. This is for example
    needed for publishing built module to the gallery.
  • Update pipeline so build not fail.

v0.118.1-preview0001

17 Jul 16:58
77d44e1
Compare
Choose a tag to compare
v0.118.1-preview0001 Pre-release
Pre-release

[v0.118.1-preview0001]

Added

  • Added extensions.json for vscode

Changed

  • Update template for SECURITY.md and add it to Sampler repository as well.
  • Built module is now built in a separate folder. This is to split the paths
    for the built module and all required modules, to avoid returning duplicate
    modules when using Get-Module -ListAvailable. The templates already has
    this configuration.
  • Now PSResourceGet always default to the latest released version if no
    specific version is configured or passed as parameter.
  • Templates was changed to use PSResourceGet as the default method
    of resolving dependencies. It is possible to change to the method
    PowerShellGet & PSDepend by changing the configuration. Also default to
    using PowerShellGet v3 which is a compatibility module that is a wrapper
    for the equivalent command in PSResourceGet.
  • Switch to build worker windows-latest for the build phase of the pipeline
    due to a issue using Publish-Module on the latest updated build worker in
    Azure Pipelines.

Fixed

  • Update template for module.tests.ps1. Fixes #465
  • Now the tasks work when using Set-SamplerTaskVariable with tasks that
    do not have the parameter ChocolateyBuildOutput.
  • Remove duplicate SECURITY.md template files, and fix templates to
    point to the single version.
  • Correct description of the parameter GalleryApiToken in the build task
    script release.module.build.ps1. Fixes #442
  • ModuleFast now supports resolving individual pre-release dependencies
    that is part of RequiredModules.psd1. It is also possible to specify
    NuGet version ranges
    in RequiredModules.psd1, although then the file is not compatible with
    PSResourceGet or PSDepend (so no fallback can happen).
  • Now it won't import legacy PowerShellGet and PackageManagement when
    PSResourceGet or ModuleFast is used.
  • Now it works saving PowerShellGet compatibility module when configured.
  • Now if both ModuleFast and PowerShellGet compatibility module is configured
    PSResourceGet is automatically added as a dependency. This is for example
    needed for publishing built module to the gallery.
  • Update pipeline so build not fail.

v0.118.0-preview0005

17 Apr 16:38
d00110a
Compare
Choose a tag to compare
v0.118.0-preview0005 Pre-release
Pre-release

[v0.118.0-preview0005]

Added

  • Added extensions.json for vscode

Changed

  • Update template for SECURITY.md and add it to Sampler repository as well.
  • Built module is now built in a separate folder. This is to split the paths
    for the built module and all required modules, to avoid returning duplicate
    modules when using Get-Module -ListAvailable. The templates already has
    this configuration.
  • Now PSResourceGet always default to the latest released version if no
    specific version is configured or passed as parameter.
  • Templates was changed to use PSResourceGet as the default method
    of resolving dependencies. It is possible to change to the method
    PowerShellGet & PSDepend by changing the configuration. Also default to
    using PowerShellGet v3 which is a compatibility module that is a wrapper
    for the equivalent command in PSResourceGet.
  • Switch to build worker windows-latest for the build phase of the pipeline
    due to a issue using Publish-Module on the latest updated build worker in
    Azure Pipelines.

Fixed

  • Update template for module.tests.ps1. Fixes #465
  • Now the tasks work when using Set-SamplerTaskVariable with tasks that
    do not have the parameter ChocolateyBuildOutput.
  • Remove duplicate SECURITY.md template files, and fix templates to
    point to the single version.
  • Correct description of the parameter GalleryApiToken in the build task
    script release.module.build.ps1. Fixes #442
  • ModuleFast now supports resolving individual pre-release dependencies
    that is part of RequiredModules.psd1. It is also possible to specify
    NuGet version ranges
    in RequiredModules.psd1, although then the file is not compatible with
    PSResourceGet or PSDepend (so no fallback can happen).
  • Now it won't import legacy PowerShellGet and PackageManagement when
    PSResourceGet or ModuleFast is used.
  • Now it works saving PowerShellGet compatibility module when configured.
  • Now if both ModuleFast and PowerShellGet compatibility module is configured
    PSResourceGet is automatically added as a dependency. This is for example
    needed for publishing built module to the gallery.

v0.118.0-preview0004

06 Apr 08:33
5b43dd8
Compare
Choose a tag to compare
v0.118.0-preview0004 Pre-release
Pre-release

[v0.118.0-preview0004]

Changed

  • Update template for SECURITY.md and add it to Sampler repository as well.
  • Built module is now built in a separate folder. This is to split the paths
    for the built module and all required modules, to avoid returning duplicate
    modules when using Get-Module -ListAvailable. The templates already has
    this configuration.
  • Now PSResourceGet always default to the latest released version if no
    specific version is configured or passed as parameter.
  • Templates was changed to use PSResourceGet as the default method
    of resolving dependencies. It is possible to change to the method
    PowerShellGet & PSDepend by changing the configuration. Also default to
    using PowerShellGet v3 which is a compatibility module that is a wrapper
    for the equivalent command in PSResourceGet.
  • Switch to build worker windows-latest for the build phase of the pipeline
    due to a issue using Publish-Module on the latest updated build worker in
    Azure Pipelines.

Fixed

  • Update template for module.tests.ps1. Fixes #465
  • Now the tasks work when using Set-SamplerTaskVariable with tasks that
    do not have the parameter ChocolateyBuildOutput.
  • Remove duplicate SECURITY.md template files, and fix templates to
    point to the single version.
  • Correct description of the parameter GalleryApiToken in the build task
    script release.module.build.ps1. Fixes #442
  • ModuleFast now supports resolving individual pre-release dependencies
    that is part of RequiredModules.psd1. It is also possible to specify
    NuGet version ranges
    in RequiredModules.psd1, although then the file is not compatible with
    PSResourceGet or PSDepend (so no fallback can happen).
  • Now it won't import legacy PowerShellGet and PackageManagement when
    PSResourceGet or ModuleFast is used.
  • Now it works saving PowerShellGet compatibility module when configured.
  • Now if both ModuleFast and PowerShellGet compatibility module is configured
    PSResourceGet is automatically added as a dependency. This is for example
    needed for publishing built module to the gallery.

v0.118.0-preview0003

09 Feb 21:46
5c10447
Compare
Choose a tag to compare
v0.118.0-preview0003 Pre-release
Pre-release

[v0.118.0-preview0003]

Changed

  • Update template for SECURITY.md and add it to Sampler repository as well.
  • Built module is now built in a separate folder. This is to split the paths
    for the built module and all required modules, to avoid returning duplicate
    modules when using Get-Module -ListAvailable. The templates already has
    this configuration.
  • Now PSResourceGet always default to the latest released version if no
    specific version is configured or passed as parameter.
  • Templates was changed to use PSResourceGet as the default method
    of resolving dependencies. It is possible to change to the method
    PowerShellGet & PSDepend by changing the configuration. Also default to
    using PowerShellGet v3 which is a compatibility module that is a wrapper
    for the equivalent command in PSResourceGet.
  • Switch to build worker windows-latest for the build phase of the pipeline
    due to a issue using Publish-Module on the latest updated build worker in
    Azure Pipelines.

Fixed

  • Now the tasks work when using Set-SamplerTaskVariable with tasks that
    do not have the parameter ChocolateyBuildOutput.
  • Remove duplicate SECURITY.md template files, and fix templates to
    point to the single version.
  • Correct description of the parameter GalleryApiToken in the build task
    script release.module.build.ps1. Fixes #442
  • ModuleFast now supports resolving individual pre-release dependencies
    that is part of RequiredModules.psd1. It is also possible to specify
    NuGet version ranges
    in RequiredModules.psd1, although then the file is not compatible with
    PSResourceGet or PSDepend (so no fallback can happen).
  • Now it won't import legacy PowerShellGet and PackageManagement when
    PSResourceGet or ModuleFast is used.
  • Now it works saving PowerShellGet compatibility module when configured.
  • Now if both ModuleFast and PowerShellGet compatibility module is configured
    PSResourceGet is automatically added as a dependency. This is for example
    needed for publishing built module to the gallery.

v0.118.0-preview0002

13 Jan 21:40
5d47846
Compare
Choose a tag to compare
v0.118.0-preview0002 Pre-release
Pre-release

[v0.118.0-preview0002]

Changed

  • Update template for SECURITY.md and add it to Sampler repository as well.
  • Built module is now built in a separate folder. This is to split the paths
    for the built module and all required modules, to avoid returning duplicate
    modules when using Get-Module -ListAvailable. The templates already has
    this configuration.
  • Now PSResourceGet always default to the latest released version if no
    specific version is configured or passed as parameter.
  • Templates was changed to use PSResourceGet as the default method
    of resolving dependencies. It is possible to change to the method
    PowerShellGet & PSDepend by changing the configuration. Also default to
    using PowerShellGet v3 which is a compatibility module that is a wrapper
    for the equivalent command in PSResourceGet.

Fixed

  • Now the tasks work when using Set-SamplerTaskVariable with tasks that
    do not have the parameter ChocolateyBuildOutput.
  • Remove duplicate SECURITY.md template files, and fix templates to
    point to the single version.
  • Correct description of the parameter GalleryApiToken in the build task
    script release.module.build.ps1. Fixes #442
  • ModuleFast now supports resolving individual pre-release dependencies
    that is part of RequiredModules.psd1. It is also possible to specify
    NuGet version ranges
    in RequiredModules.psd1, although then the file is not compatible with
    PSResourceGet or PSDepend (so no fallback can happen).
  • Now it won't import legacy PowerShellGet and PackageManagement when
    PSResourceGet or ModuleFast is used.
  • Now it works saving PowerShellGet compatibility module when configured.
  • Now if both ModuleFast and PowerShellGet compatibility module is configured
    PSResourceGet is automatically added as a dependency. This is for example
    needed for publishing built module to the gallery.