Skip to content

Commit 1b37406

Browse files
author
Thomas Pollinger
committed
Update to 0.2.1
1 parent 0a498bd commit 1b37406

4 files changed

Lines changed: 48 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Private/Store/Admin.pwd
2+
Private/Store/configuration.xml

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,51 @@ about **SmartConsole for Web Site Management** (Release 16.0 and also 11.2).
44

55

66

7+
## v0.2.1 - 2018-02-05
8+
9+
### Breaking changes
10+
11+
- Read the [BREAKINGCHANGES.md](Wiki/BREAKINGCHANGES.md) document for more information.
12+
13+
14+
15+
16+
17+
### Test, Build and Packaging Improvements
18+
19+
- Removed some files from private store.
20+
21+
22+
23+
24+
25+
### Overview
26+
27+
- Read the [OVERVIEW.md](Wiki/OVERVIEW.md) document for more information.
28+
29+
30+
31+
32+
33+
### FAQ
34+
35+
- Read the [FAQ.md](Wiki/FAQ.md) document for more information.
36+
37+
38+
39+
40+
41+
### Known Issues
42+
43+
- Read the [KNOWNISSUES.md](Wiki/KNOWNISSUES.md) document for more information.
44+
45+
46+
47+
48+
------
49+
50+
51+
752
## v0.2.0 - 2018-02-05
853

954
### New Features

Helper/Build-ManifestFile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ExportGuid = ("382987ca-c990-4633-a398-07a50089a2f9");
2121
$ExportDescription = ("PowerShell Module Wrapper for OpenText Web Site Management and Delivery Server (RedDot CMS & CPS).")
2222
$ExportAuthor = ("Thomas Pollinger");
2323
$ExportCompanyName = ("OpenText Web Solutions Usergroup e.V. (OWUG)");
24-
$ExportVersion = ("0.2.0");
24+
$ExportVersion = ("0.2.1");
2525
$ExportPowerShellVersion = ("4.0");
2626
$ExportCompatiblePSEditions = ("Desktop");
2727
$ExportRootModule = (".\SmartConsole.psm1");

SmartConsole.psd1

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)