From e78ff37e34ccbe31d231cbbd1797925b2826fe2f Mon Sep 17 00:00:00 2001 From: Jonathan Colon Date: Sat, 11 Oct 2025 21:55:18 -0400 Subject: [PATCH] Update AsBuiltReport.Core module version to 1.5.0-RC1 in manifest and remove required version in Release.yml --- .github/workflows/Release.yml | 2 +- AsBuiltReport.System.Resources.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 74bc5c1..a857717 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -16,7 +16,7 @@ jobs: - name: Install AsBuiltReport.Core module shell: pwsh run: | - Install-Module -Name AsBuiltReport.Core -Repository PSGallery -RequiredVersion 1.5.0 -AllowPrerelease -Force + Install-Module -Name AsBuiltReport.Core -Repository PSGallery -AllowPrerelease -Force - name: Test Module Manifest shell: pwsh run: | diff --git a/AsBuiltReport.System.Resources.psd1 b/AsBuiltReport.System.Resources.psd1 index 9ba503a..fcb17a7 100644 --- a/AsBuiltReport.System.Resources.psd1 +++ b/AsBuiltReport.System.Resources.psd1 @@ -55,7 +55,7 @@ RequiredModules = @( @{ ModuleName = 'AsBuiltReport.Core'; - ModuleVersion = '1.5.0' + ModuleVersion = '1.5.0-RC1' } )