Skip to content

Commit 811e379

Browse files
committed
Prepare for releasing 1.3.0.0
1 parent 667cade commit 811e379

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.3.0.0
44

55
- Opted into Common Tests 'Common Tests - Validate Localization' -
66
fixes [Issue #31](https://github.com/PlagueHO/FileContentDsc/issues/32).

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.2.0.0'
7+
ModuleVersion = '1.3.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.2.0.{build}
4+
version: 1.3.0.{build}
55
install:
66
- git clone https://github.com/PowerShell/DscResource.Tests
77

0 commit comments

Comments
 (0)