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 5615110 commit 0c456e1Copy full SHA for 0c456e1
powershell-yaml.psd1
@@ -25,13 +25,18 @@
25
RootModule = 'powershell-yaml.psm1'
26
27
# Version number of this module.
28
-ModuleVersion = '0.4.11'
+ModuleVersion = '0.4.12'
29
30
PrivateData = @{
31
PSData = @{
32
LicenseUri = 'https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE'
33
ProjectUri = 'https://github.com/cloudbase/powershell-yaml'
34
ReleaseNotes = @'
35
+# 0.4.12
36
+
37
+Bugfixes:
38
+* Fix potential erroneous load of assembly by @gabriel-samfira in https://github.com/cloudbase/powershell-yaml/pull/180
39
40
# 0.4.11
41
42
Bugfixes:
0 commit comments