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:
parent
c81b1537a2
commit
0460d2c2db
2 changed files with 89 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue