Watch
2
0
Fork
You've already forked raylib-cs
0

Move Target Raylib Tag to csproj

Also use different GitHub Action for XPath
This commit is contained in:
Ben Parsons 2021-10-01 22:08:30 +10:00
commit c720cbf9e9
3 changed files with 7 additions and 9 deletions

View file

@ -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 &amp; Others</Authors>