Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Commit 2284b79

Browse files
authored
Use the 1.0.0 SDK (#1338)
1 parent 0267bde commit 2284b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[string]$Configuration="Debug",
33
[string]$Restore="true",
44
[string]$Channel="preview",
5-
[string]$Version="1.0.0-rc4-004771"
5+
[string]$Version="1.0.0"
66
)
77

88
Write-Host "Commencing full build for Configuration=$Configuration."

0 commit comments

Comments
 (0)