Compare commits

..

No commits in common. "536c29e38f6d5a0a5b10d55c44d6a3e0cc20672f" and "22ed24b2d784e2ada9e22476d8911c5df88838a3" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View file

@ -24,7 +24,6 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="GodotSharp" Version="4.4.0" /> <PackageReference Include="GodotSharp" Version="4.4.0" />
<PackageRefernece Include="Godot.Sharp.Extended.Generators" Version="1.0.0"/>
</ItemGroup> </ItemGroup>
</Project> </Project>

View file

@ -1,10 +0,0 @@
# Godot.Sharp.Extended
Godot.Sharp.Extended is a core library with a Source generators for the ![Godot Engine](https://godotengine.org), providing additional support for ease of programming with the Godot Engine.
# Installation
To install this library, simply use dotnet command line tool, to add a package reference for GodotSharpExtras, using the following command:
```
dotnet add package Godot.Sharp.Extended
```