Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Carnagion committed Jun 24, 2022
1 parent 3aae1bb commit d081a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It supports (de)serialization of almost any C# type including collections and ma
**GDSerializer** is available as a [NuGet package](https://www.nuget.org/packages/GDSerializer/), which can be installed either through an IDE or by manually including the following lines in a Godot project's `.csproj` file:
```xml
<ItemGroup>
<PackageReference Include="GDSerializer" Version="1.0.0" />
<PackageReference Include="GDSerializer" Version="1.1.0" />
</ItemGroup>
```
Its dependencies may need to be installed as well, in a similar fashion.
Expand Down

0 comments on commit d081a76

Please sign in to comment.