diff --git a/src/5/PowerShellStandard.Library.nuspec b/src/5/PowerShellStandard.Library.nuspec index b569862..8147813 100644 --- a/src/5/PowerShellStandard.Library.nuspec +++ b/src/5/PowerShellStandard.Library.nuspec @@ -2,7 +2,7 @@ PowerShellStandard.Library - 5.1.1 + 5.1.0 PowerShellStandard.Library Microsoft Microsoft,PowerShellTeam diff --git a/src/5/System.Management.Automation-lib.csproj b/src/5/System.Management.Automation-lib.csproj index 09923e0..80c9d10 100644 --- a/src/5/System.Management.Automation-lib.csproj +++ b/src/5/System.Management.Automation-lib.csproj @@ -5,7 +5,7 @@ ..\signing\visualstudiopublic.snk System.Management.Automation 3.0.0 - 5.1.1 + 5.1.0 True RUNTIME_SERIALIZATION ./PowershellStandard.Library.nuspec diff --git a/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.nuspec b/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.nuspec index 091bb80..d8515a0 100755 --- a/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.nuspec +++ b/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.nuspec @@ -2,7 +2,7 @@ Microsoft.PowerShell.Standard.Module.Template - 0.1.4 + 0.1.5 PowerShell Standard module Microsoft Microsoft,PowerShellTeam diff --git a/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/.template.config/template.json b/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/.template.config/template.json index 88cf872..02629af 100755 --- a/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/.template.config/template.json +++ b/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/.template.config/template.json @@ -16,10 +16,10 @@ "PowerShellStandardVersion":{ "type": "parameter", "datatype":"choice", - "defaultValue": "5.1.0-preview-06", + "defaultValue": "5.1.0", "choices": [ { - "choice": "5.1.0-preview-06", + "choice": "5.1.0", "description": "PowerShell Standard 5.1" }, { @@ -27,7 +27,7 @@ "description": "PowerShell Standard 3.0" } ], - "replaces": "5.1.0-preview-06" + "replaces": "5.1.0" }, "skipRestore": { "type": "parameter", diff --git a/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.csproj b/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.csproj index c0568b5..19fa004 100755 --- a/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.csproj +++ b/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.csproj @@ -6,7 +6,7 @@ - + All diff --git a/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.psd1 b/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.psd1 index a3b2ce6..9834bc5 100644 --- a/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.psd1 +++ b/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template.psd1 @@ -23,7 +23,7 @@ Author = 'Unknown' CompanyName = 'Unknown' # Copyright statement for this module -Copyright = '(c) 2018 Unknown. All rights reserved.' +Copyright = '(c) 2019 Unknown. All rights reserved.' # Description of the functionality provided by this module # Description = '' diff --git a/src/dotnetTemplate/README.md b/src/dotnetTemplate/README.md index 917903f..b722d73 100755 --- a/src/dotnetTemplate/README.md +++ b/src/dotnetTemplate/README.md @@ -2,7 +2,7 @@ A `dotnet new` template that creates an example PowerShell C# module that uses PowerShellStandard. -``` +```powershell dotnet new psmodule ``` @@ -12,7 +12,7 @@ To use the template, you must first install it so that it is recognized in `dotn ### From nuget.org -``` +```powershell dotnet new -i Microsoft.PowerShell.Standard.Module.Template ``` @@ -33,7 +33,7 @@ Now checkout the [usage](#usage). Once the template is installed, you will see it in your template list: -``` +```text PS> dotnet new -l Usage: new [options] @@ -75,7 +75,7 @@ MVC ViewStart viewstart To get more details, add the `-h` flag: -``` +```text PS > dotnet new psmodule -h Usage: new [options] @@ -95,9 +95,9 @@ PowerShell Standard Module (C#) Author: Microsoft Corporation Options: -v|--powershell-standard-version - 5.1.1 - PowerShell Standard 5.1.1 + 5.1.0 - PowerShell Standard 5.1.0 3.0.0-preview-02 - PowerShell Standard 3.0 - Default: 5.1.1 + Default: 5.1.0 --no-restore If specified, skips the automatic restore of the project on create. bool - Optional @@ -106,7 +106,7 @@ Options: To create a template using the defaults: -``` +```text > dotnet new psmodule The template "PowerShell Standard Module" was created successfully. @@ -124,7 +124,7 @@ Notice that it restores automatically. You can optionally specify PowerShell Standard V3 by running: -``` +```text dotnet new psmodule --powershell-standard-version 3.0.0-preview-02 ``` diff --git a/tools/releaseBuild/signing.xml b/tools/releaseBuild/signing.xml index ca58860..e546cd4 100644 --- a/tools/releaseBuild/signing.xml +++ b/tools/releaseBuild/signing.xml @@ -6,7 +6,7 @@ dest="__OUTPATHROOT__\release\out\Microsoft.PowerShell.Standard.Module.Template.0.1.4.nupkg" /> - +