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' } )