Skip to content

Commit f759b04

Browse files
committed
update README.md
1 parent f019cc9 commit f759b04

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

InertiaNetCore/InertiaNetCore.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ImplicitUsings>enable</ImplicitUsings>
44
<Nullable>enable</Nullable>
5-
<Version>1.0.0</Version>
5+
<Version>0.0.8</Version>
66
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
77
<LangVersion>preview</LangVersion>
88
<PackageId>InertiaNetCore</PackageId>
@@ -21,7 +21,6 @@
2121
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2222
</ItemGroup>
2323

24-
2524
<ItemGroup>
2625
<None Include="../README.md" Pack="true" PackagePath="" />
2726
<None Include="../LICENSE" Pack="true" PackagePath="" />

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
## Attribution
88

9-
This library is a fork of [kapi2289/InertiaCore](https://github.com/kapi2289/InertiaCore), but it has some errors fixed and will be maintained actively.
9+
This library is a fork of [kapi2289/InertiaCore](https://github.com/kapi2289/InertiaCore).
10+
11+
Some errors were fixed, and unnecessary dependencies were removed. The library will be maintained and updated whenever necessary.
1012

1113
## Table of contents
1214

0 commit comments

Comments
 (0)