We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667cade commit 811e379Copy full SHA for 811e379
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Versions
2
3
-## Unreleased
+## 1.3.0.0
4
5
- Opted into Common Tests 'Common Tests - Validate Localization' -
6
fixes [Issue #31](https://github.com/PlagueHO/FileContentDsc/issues/32).
FileContentDsc.psd1
@@ -4,7 +4,7 @@
# RootModule = ''
# Version number of this module.
7
-ModuleVersion = '1.2.0.0'
+ModuleVersion = '1.3.0.0'
8
9
# Supported PSEditions
10
# CompatiblePSEditions = @()
appveyor.yml
@@ -1,7 +1,7 @@
#---------------------------------#
# environment configuration #
-version: 1.2.0.{build}
+version: 1.3.0.{build}
install:
- git clone https://github.com/PowerShell/DscResource.Tests
0 commit comments