Skip to content

Commit ee46661

Browse files
committed
Require PowerShell 7.5
1 parent 55fcab0 commit ee46661

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.7
22
IMPORT github.com/poshcode/tasks
3-
FROM mcr.microsoft.com/dotnet/sdk:8.0
3+
FROM mcr.microsoft.com/dotnet/sdk:9.0
44
WORKDIR /work
55

66
ARG --global EARTHLY_GIT_ORIGIN_URL

source/ErrorView.psd1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Author = 'Joel Bennett'
55
CompanyName = 'PoshCode'
66

7-
ModuleToProcess = 'ErrorView.psm1'
8-
ModuleVersion = '0.0.3'
7+
RootModule = 'ErrorView.psm1'
8+
ModuleVersion = '1.0.7'
99

1010
Copyright = '(c) Joel Bennett. All rights reserved.'
1111

@@ -14,6 +14,7 @@
1414
CmdletsToExport = @()
1515
VariablesToExport = @()
1616
AliasesToExport = @("fe")
17+
PowerShellVersion = '7.5.0'
1718

1819
PrivateData = @{
1920
PSData = @{

0 commit comments

Comments
 (0)