From 6cafdef7a37253e1c820313166717d256517309a Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Mon, 30 Dec 2024 16:35:50 +0100 Subject: [PATCH 1/3] Download Release protoc even when building in Debug --- .github/workflows/build.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 01644f8b66..36b927ef90 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -117,6 +117,14 @@ jobs: configuration: ${{ matrix.configuration }} directory: Google + - name: Download protobuf Release artifact + uses: mockingbirdnest/actions/windows/download_artifact@main + if: ${{ matrix.configuration == 'Debug' }} + with: + name: protobuf + configuration: Release + directory: Google + - name: Download zfp artifact uses: mockingbirdnest/actions/windows/download_artifact@main with: From 4075c5367f36a26a6a37ab0538e7d5078f615236 Mon Sep 17 00:00:00 2001 From: pleroy Date: Mon, 30 Dec 2024 17:48:06 +0100 Subject: [PATCH 2/3] Next release is Kuratowski. --- ksp_plugin_adapter/main_window.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ksp_plugin_adapter/main_window.cs b/ksp_plugin_adapter/main_window.cs index 2278b34270..b707204f90 100644 --- a/ksp_plugin_adapter/main_window.cs +++ b/ksp_plugin_adapter/main_window.cs @@ -7,10 +7,10 @@ namespace ksp_plugin_adapter { internal class MainWindow : VesselSupervisedWindowRenderer { // Update this section before each release. - private const string next_release_name = "Kummer"; - private const int next_release_lunation_number = 309; + private const string next_release_name = "Kuratowski"; + private const int next_release_lunation_number = 310; private readonly DateTimeOffset next_release_date_ = - new DateTimeOffset(2024, 12, 30, 22, 26, 48, TimeSpan.Zero); + new DateTimeOffset(2025, 01, 29, 12, 35, 59, TimeSpan.Zero); public MainWindow( PrincipiaPluginAdapter adapter, From 9b9940ea17730bb7c5011b6582149987e88bca3b Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Mon, 30 Dec 2024 18:26:55 +0100 Subject: [PATCH 3/3] nanobenchmarks is not a test --- nanobenchmarks/nanobenchmarks.vcxproj | 17 +++-------------- principia.props | 1 + 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/nanobenchmarks/nanobenchmarks.vcxproj b/nanobenchmarks/nanobenchmarks.vcxproj index d2b5a63f9d..902e5567be 100644 --- a/nanobenchmarks/nanobenchmarks.vcxproj +++ b/nanobenchmarks/nanobenchmarks.vcxproj @@ -4,24 +4,14 @@ 17.0 {1c6654c0-14e2-4a9e-b0e6-508b84fa8a0e} nanobenchmarks - 10.0 + - - - gmock.lib;gmock_main.lib;powrprof.lib;%(AdditionalDependencies) - - - + - gmock.lib;gmock_main.lib;powrprof.lib;%(AdditionalDependencies) - - - - - gmock.lib;gmock_main.lib;powrprof.lib;%(AdditionalDependencies) + powrprof.lib;%(AdditionalDependencies) @@ -42,7 +32,6 @@ - diff --git a/principia.props b/principia.props index 679aef9cb0..69b8021e60 100644 --- a/principia.props +++ b/principia.props @@ -34,6 +34,7 @@ false Debug