Skip to content

Commit c387bc2

Browse files
committed
Add podcast episode AudioPlayer on all v8.x release notes
1 parent 8a44d6e commit c387bc2

File tree

11 files changed

+518
-5
lines changed

11 files changed

+518
-5
lines changed

MyApp/_pages/releases/v8_00.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
title: ServiceStack v8
33
---
44

5-
<img class="mt-8" style="" src="/img/pages/release-notes/v8/net8.webp">
5+
<div class="-mt-16 flex justify-center not-prose">
6+
<audio-player id="v8-0-release" title="ServiceStack v8.0 Podcast Episode" src="https://media.servicestack.com/podcasts/v8-1-release.mp3" variant="compact"
7+
class="w-[450px]"></audio-player>
8+
</div>
9+
10+
![](/img/pages/release-notes/v8/net8.webp)
611

712
## .NET 8
813

MyApp/_pages/releases/v8_01.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
title: ServiceStack v8.1
33
---
44

5-
<div class="not-prose flex flex-col items-center -mt-20 -mb-8"><div class="flex">
6-
<svg class="w-40 h-40 text-purple-900" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.83 15h2.91a4.9 4.9 0 0 1-1.55-2H5a3 3 0 1 1 0-6h3a3 3 0 0 1 2.82 4h2.1a5 5 0 0 0 .08-.83v-.34A4.83 4.83 0 0 0 8.17 5H4.83A4.83 4.83 0 0 0 0 9.83v.34A4.83 4.83 0 0 0 4.83 15"/><path fill="currentColor" d="M15.17 5h-2.91a4.9 4.9 0 0 1 1.55 2H15a3 3 0 1 1 0 6h-3a3 3 0 0 1-2.82-4h-2.1a5 5 0 0 0-.08.83v.34A4.83 4.83 0 0 0 11.83 15h3.34A4.83 4.83 0 0 0 20 10.17v-.34A4.83 4.83 0 0 0 15.17 5"/></svg>
7-
</div></div>
5+
<div class="-mt-16 flex justify-center not-prose">
6+
<audio-player id="v8-1-release" title="ServiceStack v8.1 Podcast Episode" src="https://media.servicestack.com/podcasts/v8-1-release.mp3" variant="compact"
7+
class="w-[480px]"></audio-player>
8+
</div>
89

9-
<img src="/img/pages/release-notes/v8.1/aspnet-8.webp">
10+
![](/img/pages/release-notes/v8.1/aspnet-8.webp)
1011

1112
## Full integration with ASP .NET Core 8
1213

MyApp/_pages/releases/v8_02.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
title: ServiceStack v8.2
33
---
44

5+
<div class="-mt-16 flex justify-center not-prose">
6+
<audio-player id="v8-2-release" title="ServiceStack v8.2 Podcast Episode" src="https://media.servicestack.com/podcasts/v8-2-release.mp3" variant="compact"
7+
class="w-[500px]"></audio-player>
8+
</div>
9+
510
![](/img/pages/release-notes/v8.2/spa-logos.webp)
611

712
With ServiceStack [now fully integrated with .NET 8](/endpoint-routing), our focus has shifted

MyApp/_pages/releases/v8_03.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
title: ServiceStack v8.3
33
---
44

5+
<div class="-mt-16 flex justify-center not-prose">
6+
<audio-player id="v8-3-release" title="ServiceStack v8.3 Podcast Episode" src="https://media.servicestack.com/podcasts/v8-3-release.mp3" variant="compact"
7+
class="w-[500px]"></audio-player>
8+
</div>
9+
510
![](/img/pages/release-notes/v8.3/bg-security.webp)
611

712
We've got a couple of exciting features in this release opening ServiceStack up to new use-cases with the potential

MyApp/_pages/releases/v8_04.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
title: ServiceStack v8.4
33
---
44

5+
<div class="-mt-16 flex justify-center not-prose">
6+
<audio-player id="v8-4-release" title="ServiceStack v8.4 Podcast Episode" src="https://media.servicestack.com/podcasts/v8-4-release.mp3" variant="compact"
7+
class="w-[500px]"></audio-player>
8+
</div>
9+
510
![](/img/pages/release-notes/v8.4/bg-sqlite.webp)
611

712
We're excited to announce **Background Jobs** our effortless solution for queueing and managing

0 commit comments

Comments
 (0)