Skip to content

Commit

Permalink
Bump Version And Lock It Down (#155)
Browse files Browse the repository at this point in the history
* bump version

* Move to serialize expected requests

* Regen locks

Co-authored-by: Matthew Asplund <[email protected]>
  • Loading branch information
mwasplund and Matthew Asplund authored Nov 16, 2022
1 parent dc6cc60 commit 568e02a
Show file tree
Hide file tree
Showing 12 changed files with 442 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Scripts/build-client.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SET ClientCLIDir=%SourceDir%\Client\CLI
SET MonitorClientDir=%SourceDir%\Monitor\Client
if %Flavor% == release (SET OutputX64DirectorPath=txTMowfPh1V3rPmbvNBmBW9Z8Jg) else (SET OutputX64DirectorPath=J3mu4cpISw6nDaCPED8gkqZ-q84)
if %Flavor% == release (SET OutputX86DirectorPath=ci_UJP5zJKyF-O0VVSVDMNi1Wwg) else (SET OutputX86DirectorPath=9fr4dmE4CrAXgS2yFzcvYJXkGDg)
SET ClientCLIOutputDirectory=%OutputDir%\C++\Soup\0.23.0\%OutputX64DirectorPath%
SET ClientCLIOutputDirectory=%OutputDir%\C++\Soup\0.24.0\%OutputX64DirectorPath%
SET MonitorClientOutputX64Directory=%OutputDir%\C++\Monitor.Client\1.0.0\%OutputX64DirectorPath%
SET MonitorClientOutputX86Directory=%OutputDir%\C++\Monitor.Client\1.0.0\%OutputX86DirectorPath%

Expand Down
2 changes: 1 addition & 1 deletion Scripts/soup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SET RunDir=%OutDir%\run

REM - Use a copy of the final binary in case we are re-buiding itself
robocopy %ScriptsDir%\Install\ %RunDir%\ /MIR /NJH /NJS /NDL > NUL
robocopy %OutDir%\C++\Soup\0.23.0\txTMowfPh1V3rPmbvNBmBW9Z8Jg\bin\ %RunDir%\Soup\ /MIR /NJH /NJS /NDL > NUL
robocopy %OutDir%\C++\Soup\0.24.0\txTMowfPh1V3rPmbvNBmBW9Z8Jg\bin\ %RunDir%\Soup\ /MIR /NJH /NJS /NDL > NUL
robocopy %OutDir%\msbuild\bin\Soup.Build.Generate\Release\net6.0\win-x64\publish\ %RunDir%\Soup\Generate\ /MIR /NJH /NJS /NDL > NUL
robocopy C:\Users\mwasp\.soup\out\C#\Soup.Cpp\0.4.0\txTMowfPh1V3rPmbvNBmBW9Z8Jg\bin\ %RunDir%\Soup\Extensions\Soup.Cpp\0.4.0\ /MIR /NJH /NJS /NDL > NUL
robocopy C:\Users\mwasp\.soup\out\C#\Soup.CSharp\0.7.0\txTMowfPh1V3rPmbvNBmBW9Z8Jg\bin\ %RunDir%\Soup\Extensions\Soup.CSharp\0.7.0\ /MIR /NJH /NJS /NDL > NUL
Expand Down
2 changes: 1 addition & 1 deletion Scripts/soupd.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SET RunDir=%OutDir%\run

REM - Use a copy of the final binary in case we are re-buiding itself
robocopy %ScriptsDir%\Install\ %RunDir%\ /MIR /NJH /NJS /NDL > NUL
robocopy %OutDir%\C++\Soup\0.23.0\J3mu4cpISw6nDaCPED8gkqZ-q84\bin\ %RunDir%\Soup\ /MIR /NJH /NJS /NDL > NUL
robocopy %OutDir%\C++\Soup\0.24.0\J3mu4cpISw6nDaCPED8gkqZ-q84\bin\ %RunDir%\Soup\ /MIR /NJH /NJS /NDL > NUL
robocopy %OutDir%\msbuild\bin\Soup.Build.Generate\Debug\net6.0\win-x64\publish\ %RunDir%\Soup\Generate\ /MIR /NJH /NJS /NDL > NUL
robocopy C:\Users\mwasp\.soup\out\C#\Soup.Cpp\0.4.0\J3mu4cpISw6nDaCPED8gkqZ-q84\bin\ %RunDir%\Soup\Extensions\Soup.Cpp\0.4.0\ /MIR /NJH /NJS /NDL > NUL
robocopy C:\Users\mwasp\.soup\out\C#\Soup.CSharp\0.7.0\J3mu4cpISw6nDaCPED8gkqZ-q84\bin\ %RunDir%\Soup\Extensions\Soup.CSharp\0.7.0\ /MIR /NJH /NJS /NDL > NUL
Expand Down
6 changes: 3 additions & 3 deletions Source/Client/CLI/PackageLock.sml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Version: 3
Closures: {
Root: {
CSharp: [
{ Name: "Opal", Version: "1.1.0", Build: "Build2" }
{ Name: "Opal", Version: "1.2.0", Build: "Build2" }
{ Name: "Soup.Build", Version: "0.2.0", Build: "Build2" }
{ Name: "Soup.Build.Extensions", Version: "0.4.0", Build: "Build2" }
{ Name: "Soup.Build.Extensions.Utilities", Version: "0.4.0", Build: "Build2" }
{ Name: "Soup.Build.Extensions", Version: "0.4.1", Build: "Build2" }
{ Name: "Soup.Build.Extensions.Utilities", Version: "0.4.1", Build: "Build2" }
{ Name: "Soup.Cpp", Version: "0.4.0", Build: "Build2" }
{ Name: "Soup.Cpp.Compiler", Version: "0.5.0", Build: "Build2" }
{ Name: "Soup.Cpp.Compiler.MSVC", Version: "0.5.0", Build: "Build2" }
Expand Down
2 changes: 1 addition & 1 deletion Source/Client/CLI/Recipe.sml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: "Soup"
Version: "0.23.0"
Version: "0.24.0"
Language: "C++|0.1"

Type: "Executable"
Expand Down
2 changes: 1 addition & 1 deletion Source/Client/CLI/Source/Commands/VersionCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Soup::Client

// TODO var version = Assembly.GetExecutingAssembly().GetName().Version;
// Log::Message($"{version.Major}.{version.Minor}.{version.Build}");
Log::HighPriority("0.23.0");
Log::HighPriority("0.24.0");
}

private:
Expand Down
2 changes: 1 addition & 1 deletion Source/GenerateSharp/Build.Extensions.Utilities/Recipe.sml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: "Soup.Build.Extensions.Utilities"
Language: "C#|0.1"
Version: "0.4.0"
Version: "0.4.1"
Source: [
"Recipe/PackageReference.cs"
"SharedOperations.cs"
Expand Down
2 changes: 1 addition & 1 deletion Source/GenerateSharp/Build.Extensions/Recipe.sml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: "Soup.Build.Extensions"
Language: "C#|0.1"
Version: "0.4.0"
Version: "0.4.1"
Source: [
"BuildOperation.cs"
"IBuildStateExtensions.cs"
Expand Down
2 changes: 1 addition & 1 deletion Source/GenerateSharp/Opal/Recipe.sml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: "Opal"
Language: "C#|0.1"
Version: "1.1.0"
Version: "1.2.0"
Source: [
"IO/IConsoleInputStream.cs"
"IO/IConsoleManager.cs"
Expand Down
Loading

0 comments on commit 568e02a

Please sign in to comment.