We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774eff9 commit 3c9637fCopy full SHA for 3c9637f
2 files changed
powershell-designer.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3
<metadata>
4
<id>powershell-designer</id>
5
- <version>2.6.9</version>
+ <version>2.7.3</version>
6
<authors>Brandon Cunningham</authors>
7
<owners>Brandon Cunningham</owners>
8
<requireLicenseAcceptance>false</requireLicenseAcceptance>
powershell-designer.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'powershell-designer.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '2.6.9'
+ModuleVersion = '2.7.3'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments