From 58e85e6936ff55fb45ac61b080498ecf5a5941ac Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Tue, 5 Mar 2024 02:44:03 +0100 Subject: [PATCH] Update version number in PublicIP.psd1 (#2) --- .github/workflows/Process-PSModule.yml | 2 ++ src/PublicIP/PublicIP.psd1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index e5dddde..17aa92f 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -1,5 +1,7 @@ name: Process-PSModule +run-name: "Process-PSModule - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}" + on: pull_request: branches: diff --git a/src/PublicIP/PublicIP.psd1 b/src/PublicIP/PublicIP.psd1 index af33e73..aab729f 100644 --- a/src/PublicIP/PublicIP.psd1 +++ b/src/PublicIP/PublicIP.psd1 @@ -1,5 +1,5 @@ @{ - ModuleVersion = '0.1.0' + ModuleVersion = '0.0.1' Description = 'PowerShell Module for Public IP' HelpInfoURI = 'https://PSModule.github.io/PublicIP' PrivateData = @{