RLBot.Framework 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RLBot.Framework --version 1.1.0
                    
NuGet\Install-Package RLBot.Framework -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RLBot.Framework" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RLBot.Framework" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="RLBot.Framework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RLBot.Framework --version 1.1.0
                    
#r "nuget: RLBot.Framework, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=RLBot.Framework&version=1.1.0
                    
Install RLBot.Framework as a Cake Addin
#tool nuget:?package=RLBot.Framework&version=1.1.0
                    
Install RLBot.Framework as a Cake Tool

Framework for writing Rocket League bots in .NET languages.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 1,292 5/26/2021
1.12.2 855 2/22/2020
1.12.1 618 2/1/2020
1.12.0 613 2/1/2020
1.11.0 867 10/7/2019
1.10.0 659 8/8/2019
1.9.0 629 7/29/2019
1.8.0 612 7/15/2019
1.7.0 629 7/12/2019
1.6.0 606 6/30/2019
1.5.0 675 5/29/2019
1.4.0 926 2/18/2019
1.3.0 782 1/11/2019
1.2.3 807 12/31/2018
1.2.2 754 12/31/2018
1.2.1 807 12/3/2018
1.2.0 932 10/9/2018
1.1.0 1,071 9/4/2018
1.0.0 971 8/16/2018
0.0.4 1,010 8/9/2018
0.0.3 1,181 7/6/2018
0.0.2 1,135 7/4/2018
0.0.1 944 7/4/2018

Added support for ball path prediction, so you can do better wall reads, catches, aerials, and dribbles.
     See https://github.com/RLBot/RLBotCSharpExample/wiki/Ball-Path-Prediction for details and documentation.

     Thanks to kipje13 for wiring up the ball path prediction.