Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 334d6b6

Browse files
author
Steve Lee (POWERSHELL)
committed
update template to use preview.06
1 parent b22c25a commit 334d6b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Microsoft.PowerShell.Standard.Module.Template</id>
5-
<version>0.1.2</version>
5+
<version>0.1.3</version>
66
<title>PowerShell Standard module</title>
77
<authors>Microsoft</authors>
88
<owners>Microsoft,PowerShellTeam</owners>

src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/.template.config/template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"PowerShellStandardVersion":{
1717
"type": "parameter",
1818
"datatype":"choice",
19-
"defaultValue": "5.1.0-preview-03",
19+
"defaultValue": "5.1.0-preview-06",
2020
"choices": [
2121
{
22-
"choice": "5.1.0-preview-03",
22+
"choice": "5.1.0-preview-06",
2323
"description": "PowerShell Standard 5.1"
2424
},
2525
{
2626
"choice": "3.0.0-preview-02",
2727
"description": "PowerShell Standard 3.0"
2828
}
2929
],
30-
"replaces": "5.1.0-preview-03"
30+
"replaces": "5.1.0-preview-06"
3131
},
3232
"skipRestore": {
3333
"type": "parameter",

src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-preview-04">
9+
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0-preview-06">
1010
<PrivateAssets>All</PrivateAssets>
1111
</PackageReference>
1212
</ItemGroup>

0 commit comments

Comments
 (0)