Skip to content

Commit 3e8589d

Browse files
authored
Change PS Worker version to 1.0 (#340)
1 parent faf022b commit 3e8589d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PowerShellWorker.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<BuildNumber Condition="$(APPVEYOR) != ''">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>
44
<BuildNumber Condition="$(APPVEYOR) == ''">$([System.DateTime]::Now.ToString(`MMdd`))</BuildNumber>
5-
<Version>0.1.$(BuildNumber)-preview</Version>
5+
<Version>1.0.$(BuildNumber)</Version>
66
<PackageTags>PowerShell;AzureFunctions;language;Azure;</PackageTags>
77
<PackageLicenseUrl>https://github.com/Azure/azure-functions-powershell-worker/blob/master/LICENSE</PackageLicenseUrl>
88
<RepositoryType>git</RepositoryType>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.{build}
1+
version: 1.0.{build}
22

33
pull_requests:
44
do_not_increment_build_number: true

package/Microsoft.Azure.Functions.PowerShellWorker.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Licensed under the MIT license. See LICENSE file in the project root for full li
1616
<projectUrl>https://github.com/Azure/azure-functions-powershell-worker</projectUrl>
1717
<icon>images\Powershell_black_64.png</icon>
1818
<description>The Azure Function PowerShell Language Worker allows users to write Azure Function Apps using PowerShell. It leverages the PowerShell Core SDK.</description>
19-
<releaseNotes># 0.1.0
19+
<releaseNotes># 1.0.0
2020

2121
Initial Release</releaseNotes>
2222
<copyright>© Microsoft Corporation. All rights reserved.</copyright>

0 commit comments

Comments
 (0)