From 2d48efe7ec9d479adb34c9f905f4ac9c178e9a94 Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Thu, 5 Dec 2024 10:08:36 -0500 Subject: [PATCH] [build] `main` *conceptually* targets .NET 10 (#1283) Context: 356485ee41fb61570e84c11ba120d6f8cf81ae09 `Java.Interop.dll` assembly version is now 10.0. With 356485ee significantly changing `generator` output, without a corresponding `generator --lang-features` or equivalent switch to revert behavior, it feels "safer" to bump the assembly version *now* to reduce the likelihood of inadvertent assembly mixing. (Not that I'm arguing that we *should* have such a flag. We absolutely need to move away from requiring System.Reflection.Emit.) --- GitInfo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitInfo.txt b/GitInfo.txt index dd98ee6cb..2f52450b3 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -9.0 +10.0