Skip to content

Commit

Permalink
Merge pull request #42 from IncoCode/dev
Browse files Browse the repository at this point in the history
Release v2.0.2
  • Loading branch information
IncoCode authored Oct 15, 2020
2 parents 6867ef3 + be136ac commit 4773ea5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions Code/AccountInBank/MenuController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ private void CreateMainMenu()
menu.AddItem( depositBtn );
menu.AddItem( withdrawalBtn );
menu.AddItem( moneyTransferBtn );
menu.BindMenuToItem( moneyTransferMenu, moneyTransferBtn );
menu.RefreshIndex();

this._mainMenu = menu;
Expand Down
4 changes: 2 additions & 2 deletions Code/AccountInBank/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion( "2.0.1.0" )]
[assembly: AssemblyFileVersion( "2.0.1.0" )]
[assembly: AssemblyVersion( "2.0.2.0" )]
[assembly: AssemblyFileVersion( "2.0.2.0" )]
Binary file modified Code/packages/ScriptHookVDotNet.dll
Binary file not shown.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Requirements
- Microsoft [.NET Framework ≥ 4.8](https://dotnet.microsoft.com/download/dotnet-framework/net48);
- Microsoft [Visual C++ Redistributable for Visual Studio 2019 x64](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads);
- [Script Hook V](http://gtaforums.com/topic/788343-script-hook-v/);
- [Community Script Hook V .NET ≥ v3.0.3](https://github.com/crosire/scripthookvdotnet/releases/tag/v3.0.3);
- [Community Script Hook V .NET ≥ v3.0.4](https://github.com/crosire/scripthookvdotnet/releases/tag/v3.0.4);
- [NativeUI Library](http://gtaforums.com/topic/809284-net-nativeui/).

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

Changelog
--------------
v2.0.2
- Fix bug with money transfer menu

v2.0.1
- Fix bug with flashing menu

Expand Down

0 comments on commit 4773ea5

Please sign in to comment.