Compare commits

...

2 commits

Author SHA1 Message Date
536c29e38f Added Godot.Sharp.Extended.Generators reference
Ensure that if user installes Godot.Sharp.Extended, also gets Godot.Sharp.Extended.Generators package.
2025-09-26 20:35:05 -05:00
e94e4961e7 Updated Readme
Started Readme documentation.
2025-09-26 20:34:34 -05:00
2 changed files with 11 additions and 0 deletions

View file

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

View file

@ -0,0 +1,10 @@
# 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
```