Skip to content

Commit

Permalink
Merge pull request #69 from iricigor/Release1.1
Browse files Browse the repository at this point in the history
release 1.1
  • Loading branch information
iricigor authored Oct 17, 2018
2 parents c054efe + 1fe7c53 commit ed7a12d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Get-FolderAge.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#PSScriptInfo
.VERSION 1.0
.VERSION 1.1
.GUID c9788cc2-d4af-4219-bf7d-8dd8fa89584f
.AUTHOR Igor Iric, iricigor@gmail.com, https://github.com/iricigor
.COMPANYNAME
Expand All @@ -12,7 +12,7 @@
.EXTERNALMODULEDEPENDENCIES
.REQUIREDSCRIPTS
.EXTERNALSCRIPTDEPENDENCIES
.RELEASENOTES Initial release
.RELEASENOTES Added -Exclude and -Threads parameters, for more info see https://github.com/iricigor/GetFolderAge/blob/master/ReleaseNotes.md
.DESCRIPTION Get-FolderAge returns `LastModifiedDate` for a specified folder(s) and if folders were modified after a specified cut-off date.
#>
Expand Down
18 changes: 18 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Release notes for PowerShell script Get-FolderAge by github.com/iricigor

## 1.1

Date: Wednesday, October 17, 2018

### New functionality in 1.1

- Parameter `-Exclude` which specifies list of folders to be excluded from scanning
- Parameter `-Threads` which forces parallel execution of checks on multiple folders, requires https://github.com/PaulHigin/PSThreadJob

## 1.0

Date: Monday, October 15, 2018

### New functionality in 0.1

- First, initial release

0 comments on commit ed7a12d

Please sign in to comment.