-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Updated RepoTask module with new supported KeyValue pairs #2919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| # | ||
| # Generated by: shahabhijeet | ||
| # | ||
| # Generated on: 11/2/2016 | ||
| # Generated on: 3/9/2017 | ||
| # | ||
|
|
||
| @{ | ||
|
|
@@ -30,10 +30,10 @@ CompanyName = 'Microsoft' | |
| Copyright = '(c) 2016 shahabhijeet. All rights reserved.' | ||
|
|
||
| # Description of the functionality provided by this module | ||
| # Description = 'Provides set of cmdlets for common repository tasks' | ||
| # Description = '' | ||
|
|
||
| # Minimum version of the Windows PowerShell engine required by this module | ||
| # PowerShellVersion = '5.1' | ||
| # PowerShellVersion = '' | ||
|
|
||
| # Name of the Windows PowerShell host required by this module | ||
| # PowerShellHostName = '' | ||
|
|
@@ -42,13 +42,13 @@ Copyright = '(c) 2016 shahabhijeet. All rights reserved.' | |
| # PowerShellHostVersion = '' | ||
|
|
||
| # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. | ||
| # DotNetFrameworkVersion = '4.5' | ||
| # DotNetFrameworkVersion = '' | ||
|
|
||
| # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. | ||
| # CLRVersion = '4.0' | ||
| # CLRVersion = '' | ||
|
|
||
| # Processor architecture (None, X86, Amd64) required by this module | ||
| # ProcessorArchitecture = 'x86, Amd64' | ||
| # ProcessorArchitecture = '' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should be None
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mark Cowlishaw (@markcowl) no matter how much I try, Update-ModuleManifest will not add/update None value. I have now added that manually. |
||
|
|
||
| # Modules that must be imported into the global environment prior to importing this module | ||
| # RequiredModules = @() | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we still need this? I think we do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe Update-ModuleManifest made those changes. I will add it back.