Skip to content

Commit

Permalink
set version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Dec 23, 2023
1 parent 13ba8c9 commit cd535e7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 22 deletions.
27 changes: 14 additions & 13 deletions README.BBCode
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[size=14pt][b]AGS Toolbox🧰[/b][/size] [color=gray][b]version 0.4.5 [/b][/color]
[size=14pt][b]AGS Toolbox🧰[/b][/size] [color=gray][b]version 0.4.6 [/b][/color]

[url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.5/agstoolbox.exe"]Get Latest Release [b]agstoolbox.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.5/atbx.exe"]companion [b]atbx.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox"]GitHub Repo[/url]
[url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.6/agstoolbox.exe"]Get Latest Release [b]agstoolbox.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.6/atbx.exe"]companion [b]atbx.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox"]GitHub Repo[/url]

[img]https://img.shields.io/pypi/pyversions/agstoolbox[/img] [url="https://pypi.org/project/agstoolbox/"][img]https://img.shields.io/pypi/v/agstoolbox[/img][/url] [url="https://github.com/ericoporto/agstoolbox"][img]https://img.shields.io/github/release-date/ericoporto/agstoolbox?color=blue&label=%F0%9F%93%85[/img][/url]

Expand Down Expand Up @@ -29,23 +29,24 @@ For people in Unity, this may be a similar AGS version of the Unity Hub. I actua
NOTE: On Windows, due to OS and PyInstaller limitations, [font=Courier New]agstoolbox.exe[/font] doesn't work with command line arguments, so [font=Courier New]atbx.exe[/font] is for exclusive command line usage.

[code=bash]$ atbx --help
usage: atbx [-h] [-s {bash,zsh,tcsh}] [-v] {list,install,open,build,settings} ...
usage: atbx [-h] [-s {bash,zsh,tcsh}] [-v] {list,install,open,build,settings,export} ...

agstoolbox is an application to help manage AGS Editor versions.

positional arguments:
  {list,install,open,build,settings}
                        command
    list                lists things
    install            install tools
    open                open an editor or project
    build              build an ags project
    settings            modify or show settings
{list,install,open,build,settings,export}
command
list lists things
install install tools
open open an editor or project
build build an ags project
settings modify or show settings
export export from ags project

optional arguments:
  -h, --help            show this help message and exit
  -s {bash,zsh,tcsh}    print shell completion script
  -v, --version        get software version.
-h, --help show this help message and exit
-s {bash,zsh,tcsh} print shell completion script
-v, --version get software version.

Copyright 2023 Erico Vieira Porto, MIT.[/code]

Expand Down
8 changes: 4 additions & 4 deletions agstoolbox_version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(0, 4, 5, 0),
prodvers=(0, 4, 5, 0),
filevers=(0, 4, 6, 0),
prodvers=(0, 4, 6, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,12 +31,12 @@ VSVersionInfo(
'040904B0',
[StringStruct('CompanyName', 'eri0o'),
StringStruct('FileDescription', 'AGS Toolbox Utility'),
StringStruct('FileVersion', '0.4.5.0'),
StringStruct('FileVersion', '0.4.6.0'),
StringStruct('InternalName', 'cmd'),
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
StringStruct('OriginalFilename', 'agstoolbox.exe'),
StringStruct('ProductName', 'AGS Toolbox'),
StringStruct('ProductVersion', '0.4.5.0')])
StringStruct('ProductVersion', '0.4.6.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down
8 changes: 4 additions & 4 deletions atbx_version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(0, 4, 5, 0),
prodvers=(0, 4, 5, 0),
filevers=(0, 4, 6, 0),
prodvers=(0, 4, 6, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,12 +31,12 @@ VSVersionInfo(
'040904B0',
[StringStruct('CompanyName', 'eri0o'),
StringStruct('FileDescription', 'ATBX AGS Toolbox Command Line Utility'),
StringStruct('FileVersion', '0.4.5.0'),
StringStruct('FileVersion', '0.4.6.0'),
StringStruct('InternalName', 'cmd'),
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
StringStruct('OriginalFilename', 'atbx.exe'),
StringStruct('ProductName', 'AGS Toolbox'),
StringStruct('ProductVersion', '0.4.5.0')])
StringStruct('ProductVersion', '0.4.6.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion src/agstoolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__author__ = 'Érico Vieira Porto'
__license__ = 'MIT'
__copyright__ = 'Copyright 2023 Erico Vieira Porto'
__version__ = '0.4.5'
__version__ = '0.4.6'

0 comments on commit cd535e7

Please sign in to comment.