Skip to content

RLBot/csharp-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  2. Modify RLBotDotNet.csproj to update the release notes, etc.
  3. Make sure RLBotDotNet has been built with the Release configuration, on the "Any CPU" platform.
    • This should generate .nupkg and .snupkg files.
  4. Go to https://www.nuget.org/packages/manage/upload and log in with our rlbotofficial account.
  5. Upload the .nupkg file, then upload the .snupkg file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published