Skip to content

Commit 4773ea5

Browse files
authored
Merge pull request #42 from IncoCode/dev
Release v2.0.2
2 parents 6867ef3 + be136ac commit 4773ea5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Code/AccountInBank/MenuController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ private void CreateMainMenu()
8484
menu.AddItem( depositBtn );
8585
menu.AddItem( withdrawalBtn );
8686
menu.AddItem( moneyTransferBtn );
87+
menu.BindMenuToItem( moneyTransferMenu, moneyTransferBtn );
8788
menu.RefreshIndex();
8889

8990
this._mainMenu = menu;

Code/AccountInBank/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
// используя "*", как показано ниже:
4040
// [assembly: AssemblyVersion("1.0.*")]
4141

42-
[assembly: AssemblyVersion( "2.0.1.0" )]
43-
[assembly: AssemblyFileVersion( "2.0.1.0" )]
42+
[assembly: AssemblyVersion( "2.0.2.0" )]
43+
[assembly: AssemblyFileVersion( "2.0.2.0" )]
3.5 KB
Binary file not shown.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Requirements
2121
- Microsoft [.NET Framework ≥ 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48);
2222
- Microsoft [Visual C++ Redistributable for Visual Studio 2019 x64](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads);
2323
- [Script Hook V](http://gtaforums.com/topic/788343-script-hook-v/);
24-
- [Community Script Hook V .NET ≥ v3.0.3](https://github.com/crosire/scripthookvdotnet/releases/tag/v3.0.3);
24+
- [Community Script Hook V .NET ≥ v3.0.4](https://github.com/crosire/scripthookvdotnet/releases/tag/v3.0.4);
2525
- [NativeUI Library](http://gtaforums.com/topic/809284-net-nativeui/).
2626

2727
How to install
@@ -60,6 +60,9 @@ If you found ATM that don't exist in the list - let me know.
6060

6161
Changelog
6262
--------------
63+
v2.0.2
64+
- Fix bug with money transfer menu
65+
6366
v2.0.1
6467
- Fix bug with flashing menu
6568

0 commit comments

Comments
 (0)