Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mergehez committed Sep 30, 2024
1 parent f019cc9 commit f759b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions InertiaNetCore/InertiaNetCore.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>1.0.0</Version>
<Version>0.0.8</Version>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<LangVersion>preview</LangVersion>
<PackageId>InertiaNetCore</PackageId>
Expand All @@ -21,7 +21,6 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>


<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="" />
<None Include="../LICENSE" Pack="true" PackagePath="" />
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

## Attribution

This library is a fork of [kapi2289/InertiaCore](https://github.com/kapi2289/InertiaCore), but it has some errors fixed and will be maintained actively.
This library is a fork of [kapi2289/InertiaCore](https://github.com/kapi2289/InertiaCore).

Some errors were fixed, and unnecessary dependencies were removed. The library will be maintained and updated whenever necessary.

## Table of contents

Expand Down

0 comments on commit f759b04

Please sign in to comment.