Skip to content

Commit 1939d6f

Browse files
authored
Merge pull request #4 from AsBuiltReport/dev
Update AsBuiltReport.Core module version to 1.5.0-RC1 in manifest
2 parents 7339e9c + e78ff37 commit 1939d6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install AsBuiltReport.Core module
1717
shell: pwsh
1818
run: |
19-
Install-Module -Name AsBuiltReport.Core -Repository PSGallery -RequiredVersion 1.5.0 -AllowPrerelease -Force
19+
Install-Module -Name AsBuiltReport.Core -Repository PSGallery -AllowPrerelease -Force
2020
- name: Test Module Manifest
2121
shell: pwsh
2222
run: |

AsBuiltReport.System.Resources.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
RequiredModules = @(
5656
@{
5757
ModuleName = 'AsBuiltReport.Core';
58-
ModuleVersion = '1.5.0'
58+
ModuleVersion = '1.5.0-RC1'
5959
}
6060
)
6161

0 commit comments

Comments
 (0)