We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e2ac2 commit c5392f0Copy full SHA for c5392f0
2 files changed
.github/workflows/release.yml
@@ -0,0 +1,10 @@
1
+name: Publish Module
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ publish-module:
8
+ name: Publish Module
9
+ uses: PowerShellLibrary/.github/.github/workflows/publish-module.yml@master
10
+ secrets: inherit
Fake-UserAgent/Fake-UserAgent.psd1
@@ -1,7 +1,7 @@
@{
RootModule = 'Fake-UserAgent.psm1'
- ModuleVersion = '0.2.0'
+ ModuleVersion = '0.3.0'
GUID = 'ef6d1c27-66ac-4f6c-8cc6-2bbae0f24543'
Author = 'Alan Plocieniak'
CompanyName = 'Alan Plocieniak'
0 commit comments