Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/JasperFx.Events/JasperFx.Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Foundational Event Store Abstractions and Projections for the Critter Stack</Description>
<PackageId>JasperFx.Events</PackageId>
<Version>2.0.0-alpha.3</Version>
<Version>2.0.0-alpha.4</Version>
<!-- AOT pillar (jasperfx#213). Enables IL2026/IL2075/IL3050 analyzers so any
reflective surface that isn't already annotated surfaces during our own
build. JasperFx.csproj carries the same flag — together they're the
Expand Down
2 changes: 1 addition & 1 deletion src/JasperFx/JasperFx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>Foundational helpers and command line support used by JasperFx and the Critter Stack projects</Description>
<AssemblyName>JasperFx</AssemblyName>
<PackageId>JasperFx</PackageId>
<Version>2.0.0-alpha.10</Version>
<Version>2.0.0-alpha.11</Version>
<!-- AOT pillar (jasperfx#213). Enables IL2026/IL2075/IL3050 analyzers so any
reflective public surface that isn't already annotated with
[RequiresDynamicCode] / [RequiresUnreferencedCode] / [DynamicallyAccessedMembers]
Expand Down
Loading