File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ Unreleased] ( https://github.com/swisscom/PowerSponse/compare/v0.2.0 ...master )
7
+ ## [ Unreleased] ( https://github.com/swisscom/PowerSponse/compare/v0.2.1 ...master )
8
8
9
9
<!--
10
10
### Added
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
### Removed
16
16
-->
17
17
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
+
18
22
## [ v0.2.0] ( https://github.com/swisscom/PowerSponse/compare/v0.1.0...v0.2.0 ) - 2019-04-02
19
23
20
24
Finally ** add WinRM implementation for finding or removing files and
Original file line number Diff line number Diff line change 12
12
RootModule = ' PowerSponse.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.2.0 '
15
+ ModuleVersion = ' 0.2.1 '
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' ca85e27c-3d41-49a1-9315-fb44966836b7'
You can’t perform that action at this time.
0 commit comments