Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

update tests #469

Merged
merged 7 commits into from
May 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix prerelease behavior
  • Loading branch information
Edwin Young committed Apr 30, 2019
commit fecac875f6c40c4dab3b99db37a62d85afd68406
2 changes: 1 addition & 1 deletion src/PowerShellGet/private/functions/New-NuspecFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function New-NuspecFile {
[string]$Id,

[Parameter(Mandatory = $true)]
[version]$Version,
[string]$Version,

[Parameter(Mandatory = $true)]
[string]$Description,
Expand Down