2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

16 Commits

Author SHA1 Message Date
Ben Parsons
15bbfc2968
Update new-issue-template.md
I like to live life on the edge - commit directly to master!
2022-01-20 21:03:28 +11:00
Ben Parsons
0460d2c2db
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>
2021-10-02 21:21:11 +10:00
e50b30e870 Add new-issue-template and update README.md 2021-08-29 08:02:18 +01:00
927af656ab Update build.yml to run tests 2021-01-15 10:45:05 +00:00
2c7d2a6358 Rename dotnetcore.yml to build.yml 2021-01-02 15:53:59 +00:00
b87362fd28 Update workflow and README.md ready to merge into master
- Should be able to run workflow manually and pushes will only run it if they are on master.
- Update README.md with new version + note about the nuget package being out of date.
2020-12-27 17:11:21 +00:00
daa7f7241d Update to net5.0 using a fix for net5.0 support in dotnetcore.yml
- Update actions/checkout to v2.
- setup-dotnet requires specific version or a wildcard so I changed it to 5.0.x so it targets any 5.0 version.
- Updated Raylib-cs.Tests to target net5.0 as we can now use it properly.
2020-11-28 14:50:11 +00:00
bae7289476
Update dotnetcore.yml 2020-07-21 07:40:45 +01:00
81f7a984f6 Changed Raylib-cs.csproj to only target netstandard2.0.
- Changed Raylib-cs.proj to use just one target framework.
- Removed targets net47 and netcoreapp3.1 from Raylib-cs.csproj.
- Removed netcoreapp3.1 from dotnetcore.yml workflow.
2020-04-07 20:41:22 +01:00
631493ac87 Initial project update.
- Updated github actions workflow to build using .NET Core on Linux, Windows and Mac.
- Updated Raylib-cs.sln with project name changes.
- Added experimental netfx.props to help with building using Mono on Linux.
- Added app.config.
2020-04-01 14:35:26 +01:00
a20d154f96 Update dotnetcore.yml
- Got a Node run failed error. Changed to full version instead of just 3.1.
2020-01-29 20:04:37 +00:00
72eaf6cf34 Update dotnetcore.yml
- Changed back to just one version of .NET Core.
2020-01-29 19:58:21 +00:00
1018def995 Update dotnetcore.yml
Learning about continuous integration.
- Testing build using multiple versions of .NET Core.
2020-01-29 19:53:13 +00:00
18c264f0c9 Create dotnetcore.yml
Initial test for github actions. Builds using dotnet core.
2020-01-05 14:15:51 +00:00
dd9710fc57 - Improvements for 2.5 release. Alot more work than I expected.
- Examples are out of date and will need to be regenerated before release.
2019-04-22 07:40:01 +01:00
a636ce12eb Update issue templates 2018-09-26 18:32:29 +01:00