Skip to content

Commit f39e0ef

Browse files
committed
Fix issue with missing bin files with new version
1 parent a4f7080 commit f39e0ef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased](https://github.com/swisscom/PowerSponse/compare/v0.2.0...master)
7+
## [Unreleased](https://github.com/swisscom/PowerSponse/compare/v0.2.1...master)
88

99
<!--
1010
### Added
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
### Removed
1616
-->
1717

18+
## [v0.2.1](https://github.com/swisscom/PowerSponse/compare/v0.2.0...v0.2.1) - 2019-04-02
19+
20+
Update `Get-ScheduledTask` documentation and fix missing bin folder in PowerShell Gallery.
21+
1822
## [v0.2.0](https://github.com/swisscom/PowerSponse/compare/v0.1.0...v0.2.0) - 2019-04-02
1923

2024
Finally **add WinRM implementation for finding or removing files and

PowerSponse.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PowerSponse.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.0'
15+
ModuleVersion = '0.2.1'
1616

1717
# ID used to uniquely identify this module
1818
GUID = 'ca85e27c-3d41-49a1-9315-fb44966836b7'

0 commit comments

Comments
 (0)