File tree Expand file tree Collapse file tree
en/docusaurus-plugin-content-docs/current/releaselog
zh-Hans/docusaurus-plugin-content-docs/current/releaselog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515. EXAMPLE
1616 .\Run.ps1 # Normal use
1717 .\Run.ps1 -BuildLibs # Rebuild DLLs after component code changes
18- .\Run.ps1 -BuildLibs -GeneralUpdateSrc "D:\repos\GeneralUpdate\src\c# "
18+ .\Run.ps1 -BuildLibs -GeneralUpdateSrc "D:\repos\GeneralUpdate\src"
1919#>
2020
2121param (
@@ -32,10 +32,10 @@ if ($BuildLibs) {
3232 Write-Host " [BuildLibs] Building components and copying DLLs..." - ForegroundColor Cyan
3333
3434 # Auto-detect GeneralUpdate source root if not provided.
35- # Default: sibling repo at ../GeneralUpdate/src/c# relative to the Samples repo root.
35+ # Default: sibling repo at ../GeneralUpdate/src relative to the Samples repo root.
3636 if (-not $GeneralUpdateSrc ) {
3737 $samplesRepoRoot = Resolve-Path (Join-Path $PSScriptRoot " .." )
38- $candidate = Join-Path $samplesRepoRoot " ..\GeneralUpdate\src\c# "
38+ $candidate = Join-Path $samplesRepoRoot " ..\GeneralUpdate\src"
3939 if (Test-Path $candidate ) {
4040 $GeneralUpdateSrc = $candidate
4141 }
Original file line number Diff line number Diff line change @@ -574,16 +574,16 @@ Release Notes
574574** [ 7] Test Cases and Example Code**
575575
576576Example Code:
577- - src/c#/ GeneralUpdate.Api/Program.cs
578- - src/c#/ GeneralUpdate.Client/MainPage.xaml.cs
579- - src/c#/ GeneralUpdate.Upgrad/Program.cs
577+ - src/GeneralUpdate.Api/Program.cs
578+ - src/GeneralUpdate.Client/MainPage.xaml.cs
579+ - src/GeneralUpdate.Upgrad/Program.cs
580580
581581Test Cases (still in progress):
582- - src/c#/ TestClientCore/UnitTest1.cs
583- - src/c#/ TestDifferential/UnitTest1.cs
584- - src/c#/ TestMD5/UnitTest1.cs
585- - src/c#/ TestService/Program.cs
586- - src/c#/ TestZIP/UnitTest1.cs
582+ - src/TestClientCore/UnitTest1.cs
583+ - src/TestDifferential/UnitTest1.cs
584+ - src/TestMD5/UnitTest1.cs
585+ - src/TestService/Program.cs
586+ - src/TestZIP/UnitTest1.cs
587587
588588
589589
Original file line number Diff line number Diff line change @@ -574,16 +574,16 @@ Release Notes
574574** [ 7] Test Cases and Example Code**
575575
576576Example Code:
577- - src/c#/ GeneralUpdate.Api/Program.cs
578- - src/c#/ GeneralUpdate.Client/MainPage.xaml.cs
579- - src/c#/ GeneralUpdate.Upgrad/Program.cs
577+ - src/GeneralUpdate.Api/Program.cs
578+ - src/GeneralUpdate.Client/MainPage.xaml.cs
579+ - src/GeneralUpdate.Upgrad/Program.cs
580580
581581Test Cases (still in progress):
582- - src/c#/ TestClientCore/UnitTest1.cs
583- - src/c#/ TestDifferential/UnitTest1.cs
584- - src/c#/ TestMD5/UnitTest1.cs
585- - src/c#/ TestService/Program.cs
586- - src/c#/ TestZIP/UnitTest1.cs
582+ - src/TestClientCore/UnitTest1.cs
583+ - src/TestDifferential/UnitTest1.cs
584+ - src/TestMD5/UnitTest1.cs
585+ - src/TestService/Program.cs
586+ - src/TestZIP/UnitTest1.cs
587587
588588
589589
Original file line number Diff line number Diff line change @@ -574,16 +574,16 @@ Release Notes
574574** [ 7] Test Cases and Example Code**
575575
576576Example Code:
577- - src/c#/ GeneralUpdate.Api/Program.cs
578- - src/c#/ GeneralUpdate.Client/MainPage.xaml.cs
579- - src/c#/ GeneralUpdate.Upgrad/Program.cs
577+ - src/GeneralUpdate.Api/Program.cs
578+ - src/GeneralUpdate.Client/MainPage.xaml.cs
579+ - src/GeneralUpdate.Upgrad/Program.cs
580580
581581Test Cases (still in progress):
582- - src/c#/ TestClientCore/UnitTest1.cs
583- - src/c#/ TestDifferential/UnitTest1.cs
584- - src/c#/ TestMD5/UnitTest1.cs
585- - src/c#/ TestService/Program.cs
586- - src/c#/ TestZIP/UnitTest1.cs
582+ - src/TestClientCore/UnitTest1.cs
583+ - src/TestDifferential/UnitTest1.cs
584+ - src/TestMD5/UnitTest1.cs
585+ - src/TestService/Program.cs
586+ - src/TestZIP/UnitTest1.cs
587587
588588
589589
You can’t perform that action at this time.
0 commit comments