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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<PropertyGroup>
<PackageId>AndreGoepel.AppFoundation.Hosting</PackageId>
<Version>1.1.0</Version>
<Version>1.4.0</Version>
<Description>One-call backend seam (AddAppFoundation / UseAppFoundation) wiring Marten, identity, Wolverine messaging, email, data protection, and the request pipeline for AndreGoepel.AppFoundation hosts.</Description>
<PackageTags>appfoundation;aspnetcore;hosting;marten;wolverine</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<PropertyGroup>
<PackageId>AndreGoepel.AppFoundation.MailService</PackageId>
<Version>1.1.0</Version>
<Version>1.4.0</Version>
<Description>Email sending for AndreGoepel.AppFoundation: Wolverine message handler + MailKit SMTP sender with a durable Marten outbox.</Description>
<PackageTags>appfoundation;email;mailkit;wolverine;smtp</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<PackageId>AndreGoepel.AppFoundation.ServiceDefaults</PackageId>
<Version>1.1.0</Version>
<Version>1.4.0</Version>
<Description>Shared .NET Aspire service defaults for AndreGoepel.AppFoundation hosts: OpenTelemetry, health checks, HTTP resilience, and service discovery.</Description>
<PackageTags>appfoundation;aspire;opentelemetry;servicedefaults</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<PackageId>AndreGoepel.AppFoundation</PackageId>
<Version>1.1.0</Version>
<Version>1.4.0</Version>
<Description>Reusable Blazor management frontend (layout, navigation, setup, and admin shell) for AndreGoepel.AppFoundation-based applications.</Description>
<PackageTags>appfoundation;blazor;aspnetcore;radzen;admin</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Loading