@@ -152,8 +152,8 @@ function Initialize-DevelopmentEnvironment {
152
152
[string ] $PackageVersion ,
153
153
154
154
[Parameter (Mandatory = $false )]
155
- [ValidateSet (' 4.0.0' , ' 5.0 .0' )]
156
- [String ] $StandardVersion = ' 5.0 .0' ,
155
+ [ValidateSet (' 4.0.0' , ' 5.1 .0' )]
156
+ [String ] $StandardVersion = ' 5.1 .0' ,
157
157
158
158
[Parameter (Mandatory = $false )]
159
159
[ValidateSet (' 1.0.0' , ' 1.1.0' )]
@@ -306,7 +306,7 @@ Function Invoke-RebuildSolution {
306
306
[string ] $verbosity = " minimal" ,
307
307
[string ] $solutionPath = (Get-RepositoryResolvedPath " Application/Ed-Fi-Ods.sln" ),
308
308
[Boolean ] $noRestore = $false ,
309
- [ValidateSet (' 4.0.0' , ' 5.0 .0' )]
309
+ [ValidateSet (' 4.0.0' , ' 5.1 .0' )]
310
310
[string ] $standardVersion
311
311
)
312
312
Invoke-Task - name $MyInvocation.MyCommand.Name - task {
@@ -422,7 +422,7 @@ function Invoke-CodeGen {
422
422
[String ] $Engine ,
423
423
[string []] $ExtensionPaths ,
424
424
[String ] $RepositoryRoot ,
425
- [ValidateSet (' 4.0.0' , ' 5.0 .0' )]
425
+ [ValidateSet (' 4.0.0' , ' 5.1 .0' )]
426
426
[string ] $StandardVersion ,
427
427
[ValidateSet (' 1.0.0' , ' 1.1.0' )]
428
428
[string ] $ExtensionVersion
@@ -535,7 +535,7 @@ function Invoke-SdkGen {
535
535
[Boolean ] $GenerateTestSdkPackage ,
536
536
[string ] $PackageVersion ,
537
537
[Boolean ] $NoRestore ,
538
- [ValidateSet (' 4.0.0' , ' 5.0 .0' )]
538
+ [ValidateSet (' 4.0.0' , ' 5.1 .0' )]
539
539
[String ] $StandardVersion ,
540
540
[String ] $JavaPath
541
541
)
@@ -580,7 +580,7 @@ function New-DatabasesPackage {
580
580
581
581
[string ] $OutputDirectory ,
582
582
583
- [ValidateSet (' 4.0.0' , ' 5.0 .0' )]
583
+ [ValidateSet (' 4.0.0' , ' 5.1 .0' )]
584
584
[string ] $StandardVersion
585
585
586
586
)
0 commit comments