File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Versions
2
2
3
- ## In progress - 0.14.1
3
+ ## 0.14.1 - Added BotInfo builder - 14-Jul-2022
4
4
5
- #### Improvements
5
+ #### Improvements:
6
6
7
7
- Bot API:
8
8
- BotInfo:
9
- - A builder has been provided for creating ` BotInfo ` instances.
10
- - Size constraints have been added for the individual ` BotInfo ` fields/methods.
11
- - Various bugfixes for BotInfo.
9
+ - A builder has been provided for creating ` BotInfo ` instances.
10
+ - Size constraints have been added for the individual ` BotInfo ` fields/methods.
11
+ - Various bugfixes for BotInfo.
12
12
- GameTypes:
13
- - Added missing game type for "classic" game + updated documentation.
13
+ - Added missing game type for "classic" game + updated documentation.
14
14
15
15
## 0.14.0 - Adjustments for bot events - 03-Jul-2022
16
16
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You need to add this package to your .Net based bot project:
16
16
This installs the newest available version of the Bot API for Robocode Tank Royale. You can install a specific version
17
17
by adding the ` --version ` option with the specific version:
18
18
19
- dotnet add package Robocode.TankRoyale.BotApi --version 0.14.0
19
+ dotnet add package Robocode.TankRoyale.BotApi --version 0.14.1
20
20
21
21
The [ My First Bot] ( https://robocode-dev.github.io/tank-royale/tutorial/dotnet/my-first-bot-for-dotnet.html ) tutorial
22
22
shows how to create a bot and how this package is being used.
Original file line number Diff line number Diff line change 1
- Version 0.14.0
1
+ Version 0.14.1
2
2
-----------------
3
3
This is an initial alpha version. Expect changes to the API before the real release.
You can’t perform that action at this time.
0 commit comments