File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Versions
2
2
3
- ## In progress - 0.13.3 - Stabilization of Bot APIs
3
+ ## 0.13.3 - Stabilization of Bot APIs - 01-Jun-2022
4
4
5
5
#### Bugfixes
6
6
22
22
- GUI:
23
23
- When stopping a battle and starting a new one, the Pause/Resume and Stop buttons were disabled.
24
24
25
- ## 0.13.2 - Fixing issue #23 - 19-05 -2022
25
+ ## 0.13.2 - Fixing issue #23 - 19-May -2022
26
26
27
27
#### Bugfixes
28
28
36
36
- Bot APIs:
37
37
- Added missing documentation about using positive and negative infinity values when moving and turning.
38
38
39
- ## 0.13.1 - Fixing event queue + country codes - 18-05 -2022
39
+ ## 0.13.1 - Fixing event queue + country codes - 18-May -2022
40
40
41
41
#### Bugfixes
42
42
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.13.2
19
+ dotnet add package Robocode.TankRoyale.BotApi --version 0.13.3
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.13.2
1
+ ersion 0.13.3
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