Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
Carnagion committed May 14, 2022
1 parent bd7f531 commit 16500cc
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 @@ -10,7 +10,7 @@ GDSerializer is available as a [NuGet package](https://www.nuget.org/packages/GD
Simply include the following lines in a Godot project's `.csproj` file (either by editing the file manually or letting an IDE install the package):
```xml
<ItemGroup>
<PackageReference Include="GDSerializer" Version="0.1.0" />
<PackageReference Include="GDSerializer" Version="0.1.1" />
</ItemGroup>
```

Expand Down

0 comments on commit 16500cc

Please sign in to comment.