Skip to content

Commit

Permalink
Bump version to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kapi2289 committed Aug 18, 2023
1 parent c2b89a0 commit 46f7f47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion InertiaCore/InertiaCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.0.7</Version>
<Version>0.0.8</Version>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<PackageId>AspNetCore.InertiaCore</PackageId>
<Authors>kapi2289</Authors>
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and its usage is more similar to the official adapters'.
- [x] Better shared data integration.
- [x] Props and shared props are merged instead of being separated.
- [x] Server-side rendering support.
- [x] Vite helper, thanks to [@adrum](https://www.github.com/adrum).
- [x] Cycle-safe model with relations data serialization.
- [x] Fixed **PATCH**, **PUT**, **DELETE** redirection not working properly.

Expand Down Expand Up @@ -235,7 +236,7 @@ import laravel from "laravel-vite-plugin";
import path from "path";
import { mkdirSync } from "fs";

// Auto-initialize the default output directory
// Auto-initialize the default output directory
const outDir = "../wwwroot/build";

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

0 comments on commit 46f7f47

Please sign in to comment.