We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fcab0 commit ee46661Copy full SHA for ee46661
Earthfile
@@ -1,6 +1,6 @@
1
VERSION 0.7
2
IMPORT github.com/poshcode/tasks
3
-FROM mcr.microsoft.com/dotnet/sdk:8.0
+FROM mcr.microsoft.com/dotnet/sdk:9.0
4
WORKDIR /work
5
6
ARG --global EARTHLY_GIT_ORIGIN_URL
source/ErrorView.psd1
@@ -4,8 +4,8 @@
Author = 'Joel Bennett'
CompanyName = 'PoshCode'
7
- ModuleToProcess = 'ErrorView.psm1'
8
- ModuleVersion = '0.0.3'
+ RootModule = 'ErrorView.psm1'
+ ModuleVersion = '1.0.7'
9
10
Copyright = '(c) Joel Bennett. All rights reserved.'
11
@@ -14,6 +14,7 @@
14
CmdletsToExport = @()
15
VariablesToExport = @()
16
AliasesToExport = @("fe")
17
+ PowerShellVersion = '7.5.0'
18
19
PrivateData = @{
20
PSData = @{
0 commit comments