Updated CSProj for GodotSharpExtended Core library
This commit is contained in:
parent
1ee021029b
commit
22ed24b2d7
1 changed files with 16 additions and 1 deletions
|
|
@ -4,7 +4,22 @@
|
|||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<PackageId>Godot.Sharp.Extended</PackageId>
|
||||
|
||||
<!-- Nuget Tags -->
|
||||
<IsPackable>true</IsPackable>
|
||||
<PackageId>Godot.Sharp.Extended.Generators</PackageId>
|
||||
<AssemblyTitle>Godot Sharp Extended</AssemblyTitle>
|
||||
<Version>1.0.0</Version>
|
||||
<Authors>Mario Steele</Authors>
|
||||
<Description>Extened functionality for Godot Game Engine</Description>
|
||||
<Copyright>Copyright (c) 2025 Mario Steele</Copyright>
|
||||
<PackageProjectUrl>https://github.com/eumario/Godot.Sharp.Extended</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/eumario/Godot.Sharp.Extended</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageTags>godot, generator</PackageTags>
|
||||
<PackageReleaseNotes>Built for Godot 4.x</PackageReleaseNotes>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue