Skip to content

Commit c7adaac

Browse files
committed
move post dates
1 parent d2cfedb commit c7adaac

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

MyApp/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<a href="whatsnew" class="inline-flex space-x-6">
4949
<span class="rounded-full bg-indigo-500/10 dark:bg-indigo-400/10 px-3 py-1 text-sm font-semibold leading-6 text-indigo-400 ring-1 ring-inset ring-indigo-500/20">What's new</span>
5050
<span class="inline-flex items-center space-x-2 text-sm font-medium leading-6 text-gray-300">
51-
<span>Just shipped v8.10</span>
51+
<span>Just shipped v10</span>
5252
<svg class="h-5 w-5 text-gray-500" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
5353
<path fill-rule="evenodd" d="M7.21 14.77a.75.75 0 01.02-1.06L11.168 10 7.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z" clip-rule="evenodd" />
5454
</svg>

MyApp/_podcasts/2025-12-02_vibecode-react-templates.md renamed to MyApp/_podcasts/2025-12-04_vibecode-react-templates.md

File renamed without changes.
Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
---
2-
title: .NET 10 OpenAPI support for Scalar and Swagger
3-
summary: Multiple .NET 10 options for generating OpenAPI schemas and API Explorer UIs
4-
tags: [llms,ai,openai,chat]
2+
title: .NET 10 LTS and new OpenAPI Scalar and Swagger UIs
3+
summary: ServiceStack v10 adds first-class .NET 10 support and new OpenAPI for Swagger and Scalar UIs.
4+
tags: [.net10,openapi,swagger,scalar]
55
author: Demis Bellot
66
image: ./img/posts/openapi-net10/bg.webp
7-
draft: true
87
---
98

9+
# .NET 10 LTS
10+
11+
We're excited to announce **ServiceStack v10** - a major release aligned with Microsoft's newly released .NET 10!
12+
13+
This milestone release brings first-class .NET 10 support across the entire ServiceStack ecosystem, with all packages now shipping native .NET 10 builds optimized for the latest runtime.
14+
15+
As part of this major version upgrade, we've modernized our tooling and streamlined our package offerings:
16+
17+
- **All project templates upgraded to .NET 10** - Start new projects on the latest LTS framework
18+
- **Adopted the new `.slnx` solution format** - Embracing .NET's modern, simplified solution file format
19+
- **Enhanced Kamal GitHub Action deployments** - Streamlined CI/CD that intelligently derives configuration from your repository name and GitHub Action context
20+
1021
## .NET 10 OpenAPI Support
1122

1223
.NET 10 has added support for generating OpenAPI schemas and API Explorer UIs with there now being multiple ways to generate OpenAPI schemas and multiple ways to view them.
File renamed without changes.

0 commit comments

Comments
 (0)