Skip to content

Commit

Permalink
Releasing version 3.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Keim authored and Katie Keim committed Jun 29, 2016
1 parent 45a3465 commit 4816f8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,8 @@ Start-DscConfiguration `

## Versions
### Unreleased

### 3.1.0.0
* MSFT_xDFSNamespaceServerConfiguration- resource added.
* Corrected names of DFS Namespace sample files to indicate that they are setting Namespace roots and folders.
* Removed Pester version from AppVeyor.yml.
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# environment configuration #
#---------------------------------#
os: WMF 5
version: 3.0.{build}.0
version: 3.1.{build}.0
install:
- cinst -y pester
- git clone https://github.com/PowerShell/DscResource.Tests
Expand Down Expand Up @@ -41,7 +41,7 @@ deploy_script:
# Creating project artifact
$stagingDirectory = (Resolve-Path ..).Path
$manifest = Join-Path $pwd "xDFS.psd1"
(Get-Content $manifest -Raw).Replace("3.0.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
(Get-Content $manifest -Raw).Replace("3.1.0.0", $env:APPVEYOR_BUILD_VERSION) | Out-File $manifest
$zipFilePath = Join-Path $stagingDirectory "$(Split-Path $pwd -Leaf).zip"
Add-Type -assemblyname System.IO.Compression.FileSystem
[System.IO.Compression.ZipFile]::CreateFromDirectory($pwd, $zipFilePath)
Expand Down
9 changes: 7 additions & 2 deletions xDFS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '3.0.0.0'
ModuleVersion = '3.1.0.0'

# ID used to uniquely identify this module
GUID = '3bcb9c66-ea0b-4675-bd46-c390a382c388'
Expand Down Expand Up @@ -96,7 +96,11 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
# ReleaseNotes = ''
ReleaseNotes = '* MSFT_xDFSNamespaceServerConfiguration- resource added.
* Corrected names of DFS Namespace sample files to indicate that they are setting Namespace roots and folders.
* Removed Pester version from AppVeyor.yml.
'

# External dependent modules of this module
# ExternalModuleDependencies = ''
Expand All @@ -112,3 +116,4 @@ PrivateData = @{
# DefaultCommandPrefix = ''

}

0 comments on commit 4816f8d

Please sign in to comment.