Skip to content

Commit fa594f1

Browse files
committed
Prepare for Releasing 1.2.0.0
1 parent d81ed2b commit fa594f1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versions
22

3-
## Unreleased
3+
## 1.2.0.0
44

55
- Added .VSCode settings for applying DSC PSSA rules - fixes [Issue #25](https://github.com/PlagueHO/FileContentDsc/issues/25).
66
- Added an Encoding parameter to the KeyValuePairFile and ReplaceText

FileContentDsc.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# RootModule = ''
55

66
# Version number of this module.
7-
ModuleVersion = '1.1.0.0'
7+
ModuleVersion = '1.2.0.0'
88

99
# Supported PSEditions
1010
# CompatiblePSEditions = @()

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#---------------------------------#
22
# environment configuration #
33
#---------------------------------#
4-
version: 1.1.0.{build}
4+
version: 1.2.0.{build}
55
install:
66
- git clone https://github.com/PowerShell/DscResource.Tests
77

0 commit comments

Comments
 (0)