From 69ec2e2e53bd395f0414742cd406efddbb204961 Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Tue, 12 May 2026 18:55:27 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20JasperFx=20=E2=86=92=202.0.0-alpha.11=20?= =?UTF-8?q?and=20JasperFx.Events=20=E2=86=92=202.0.0-alpha.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Carries the AOT pillar Tier 1 work (jasperfx#213) that landed in #247 (IsAotCompatible=true on JasperFx + JasperFx.Events) and #250 (CommandLine reflective surface annotated + AOT-clean smoke test in CI). Downstream consumers — Weasel 9 (alpha.8 → alpha.11 refresh queued via weasel#273), Polecat 4 (alpha.8 today), Marten 9 — can pick this up to get the AOT analyzer flag and the precise CommandLine punch list. Other packages (JasperFx.RuntimeCompiler, JasperFx.SourceGeneration, JasperFx.Events.SourceGenerator) keep their current alpha — nothing changed in those projects this cycle. NugetPush is `SkipDuplicate` so the re-published artifacts at their existing versions are no-ops. --- src/JasperFx.Events/JasperFx.Events.csproj | 2 +- src/JasperFx/JasperFx.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/JasperFx.Events/JasperFx.Events.csproj b/src/JasperFx.Events/JasperFx.Events.csproj index 8ee771b..10a007d 100644 --- a/src/JasperFx.Events/JasperFx.Events.csproj +++ b/src/JasperFx.Events/JasperFx.Events.csproj @@ -3,7 +3,7 @@ Foundational Event Store Abstractions and Projections for the Critter Stack JasperFx.Events - 2.0.0-alpha.3 + 2.0.0-alpha.4