mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Github Actions for Nuget Releases (#95)
* Add Raylib target tag to app.config * Enable GitHub Actions on all PRs * Create and upload NuGet package Co-authored-by: ChrisDill <chris.rj.dill@gmail.com>
This commit is contained in:
@ -7,9 +7,11 @@
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<NoWarn>$(NoWarn);1591</NoWarn>
|
||||
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetRaylibTag>3.7.0</TargetRaylibTag>
|
||||
<Version>3.7.0</Version>
|
||||
<PackageVersion>3.7.0</PackageVersion>
|
||||
<Authors>Chris Dill, Raysan5 & Others</Authors>
|
||||
|
Reference in New Issue
Block a user