https://github.com/rlbot/csharp-manager
https://github.com/rlbot/csharp-manager
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rlbot/csharp-manager
- Owner: RLBot
- Created: 2023-09-16T18:08:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T11:16:02.000Z (over 2 years ago)
- Last Synced: 2025-02-17T11:32:12.437Z (11 months ago)
- Language: C#
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csharp-manager
This is the C# RLBot bot manager. It was written in C#, but the DLL produced by this can be used by any .NET language.
Please run setup.bat so that the FlatBuffers generated files go in the /flat folder.
## Publishing to NuGet
RLBotDotNet is available on NuGet at https://www.nuget.org/packages/RLBot.Framework.
To publish new versions there:
1. Modify RLBotDotNet.csproj to have an incremented version number.
1. Modify RLBotDotNet.csproj to update the release notes, etc.
1. Make sure RLBotDotNet has been built with the Release configuration, on the "Any CPU" platform.
- This should generate `.nupkg` and `.snupkg` files.
1. Go to https://www.nuget.org/packages/manage/upload and log in with our rlbotofficial account.
1. Upload the `.nupkg` file, then upload the `.snupkg` file.