File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >net5.0</TargetFramework >
5
5
<GenerateEmbeddedFilesManifest >true</GenerateEmbeddedFilesManifest >
6
6
<PackageId >Inertia.AspNetCore</PackageId >
7
- <Version >0.0.3 </Version >
7
+ <Version >0.0.4 </Version >
8
8
<Description >A simple AspNetCore adapter for Inertia.js. https://inertiajs.com</Description >
9
9
<Authors >Frédéric Choquette</Authors >
10
10
<PackageProjectUrl >https://www.nuget.org/packages/Inertia.AspNetCore/</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ namespace Inertia.AspNetCore
9
9
internal class InertiaData
10
10
{
11
11
public string component { get ; set ; }
12
+ public object props { get ; set ; }
12
13
public string url { get ; set ; }
13
14
public string version { get ; set ; }
14
- public object props { get ; set ; }
15
+
15
16
}
16
17
17
18
internal class InertiaResult : IActionResult
You can’t perform that action at this time.
0 commit comments