Skip to content

Commit

Permalink
bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkht committed Oct 29, 2018
1 parent a9688d0 commit fa799a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DSCR_Application.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# RootModule = ''

# このモジュールのバージョン番号です。
ModuleVersion = '2.5.3'
ModuleVersion = '2.6.0'

# サポートされている PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -81,7 +81,7 @@
AliasesToExport = @()

# このモジュールからエクスポートする DSC リソース
DscResourcesToExport = 'cApplication'
DscResourcesToExport = @('cApplication')

# このモジュールに同梱されているすべてのモジュールのリスト
# ModuleList = @()
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ Configuration Example3

---
## ChangeLog
### 2.6.0
+ Faster file download with http/https/ftp
+ Fixed an issue that the error occurred when a FTP URL is specified to InstallerPath.

### 2.5.3
+ Fixed an issue that timeout error may occurred unexpectedly during installation.

Expand Down

0 comments on commit fa799a3

Please sign in to comment.