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 4d9e6bf commit e3105b3Copy full SHA for e3105b3
PSModuleDevelopment/PSModuleDevelopment.psd1
@@ -4,7 +4,7 @@
4
RootModule = 'PSModuleDevelopment.psm1'
5
6
# Version number of this module.
7
- ModuleVersion = '2.2.6.62'
+ ModuleVersion = '2.2.6.65'
8
9
# ID used to uniquely identify this module
10
GUID = '37dd5fce-e7b5-4d57-ac37-832055ce49d6'
PSModuleDevelopment/changelog.md
@@ -1,5 +1,5 @@
1
# Changelog
2
-##
+## 2.2.6.65 (May 2nd, 2019)
3
- New: Template: AzureFunctionRest - creates an azure function designed for rest API trigger.
- Upd: Template: PSFProject added Azure Functions Project CI/CD integration.
- Upd: Invoke-PSMDTemplate supports `-Encoding` parameter, defaulting to utf8 with BOM.
0 commit comments