Skip to content

Commit 46f7f47

Browse files
committed
Bump version to v0.0.8
1 parent c2b89a0 commit 46f7f47

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

InertiaCore/InertiaCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ImplicitUsings>enable</ImplicitUsings>
44
<Nullable>enable</Nullable>
5-
<Version>0.0.7</Version>
5+
<Version>0.0.8</Version>
66
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
77
<PackageId>AspNetCore.InertiaCore</PackageId>
88
<Authors>kapi2289</Authors>

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and its usage is more similar to the official adapters'.
1717
- [x] Better shared data integration.
1818
- [x] Props and shared props are merged instead of being separated.
1919
- [x] Server-side rendering support.
20+
- [x] Vite helper, thanks to [@adrum](https://www.github.com/adrum).
2021
- [x] Cycle-safe model with relations data serialization.
2122
- [x] Fixed **PATCH**, **PUT**, **DELETE** redirection not working properly.
2223

@@ -235,7 +236,7 @@ import laravel from "laravel-vite-plugin";
235236
import path from "path";
236237
import { mkdirSync } from "fs";
237238

238-
// Auto-initialize the default output directory
239+
// Auto-initialize the default output directory
239240
const outDir = "../wwwroot/build";
240241

241242
mkdirSync(outDir, { recursive: true });
@@ -341,4 +342,4 @@ Here's an example that just produces a single CSS file:
341342
@Vite.Input("src/main.scss")
342343
</body>
343344
</html>
344-
```
345+
```

0 commit comments

Comments
 (0)