Skip to content

Commit

Permalink
Update the version-number to 1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
just-harry committed Sep 15, 2024
1 parent da1edc7 commit f956d5e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Otherwise, on previous versions of Windows: [at-least version 4.7.1 of the .NET

#### Step-by-step

1. Download the patch's Batch file, `tiny-ui-fix-for-ts3.bat`, from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.0/tiny-ui-fix-for-ts3.bat](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.0/tiny-ui-fix-for-ts3.bat).
1. Download the patch's Batch file, `tiny-ui-fix-for-ts3.bat`, from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.1/tiny-ui-fix-for-ts3.bat](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.1/tiny-ui-fix-for-ts3.bat).
2. Run the downloaded Batch file by double-clicking it.
3. Follow the instructions provided by the script.
</details>
Expand All @@ -37,7 +37,7 @@ At-least version 10.13 of macOS (version 10.13 is High Sierra).

#### Step-by-step

1. Download the zip containing the patch's Shell script, `tiny-ui-fix-for-ts3.command.zip`, from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.0/tiny-ui-fix-for-ts3.command.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.0/tiny-ui-fix-for-ts3.command.zip).
1. Download the zip containing the patch's Shell script, `tiny-ui-fix-for-ts3.command.zip`, from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.1/tiny-ui-fix-for-ts3.command.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.1/tiny-ui-fix-for-ts3.command.zip).
2. Open the downloaded zip file by double-clicking it. (The Safari browser may automatically take the script out of the zip file).
3. Right-click the `tiny-ui-fix-for-ts3.command` file and select "Open".
4. Select "Open" in the dialog that pops up.
Expand All @@ -54,7 +54,7 @@ At-least version 10.13 of macOS (version 10.13 is High Sierra).

Version 5.1 of PowerShell, or version 7.0-or-later of PowerShell.

The PowerShell script and its accompanying files can be downloaded as a zip-archive from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.0/tiny-ui-fix-for-ts3.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.0/tiny-ui-fix-for-ts3.zip). \
The PowerShell script and its accompanying files can be downloaded as a zip-archive from [https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.1/tiny-ui-fix-for-ts3.zip](https://github.com/just-harry/tiny-ui-fix-for-ts3/releases/download/v1.5.1/tiny-ui-fix-for-ts3.zip). \
Extract that zip-archive to a directory, and then run the script in PowerShell via the `Use-TinyUIFixForTS3.ps1` file at the root of the directory.
</details>

Expand Down
4 changes: 2 additions & 2 deletions TinyUIFixForTS3/CoreBridge/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[assembly: AssemblyTitle("TinyUIFixForTS3CoreBridge")]
[assembly: AssemblyDescription("")]
[assembly: Tunable]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.1.0")]
[assembly: Guid("a732573d-2292-442c-b905-ea55ecdc5380")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.5.1.0")]

4 changes: 2 additions & 2 deletions TinyUIFixForTS3/Patch/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[assembly: AssemblyTitle("TinyUIFixForTS3")]
[assembly: AssemblyDescription("")]
[assembly: Tunable]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.1.0")]
[assembly: Guid("9c7a6368-dab2-4e40-977e-715b43a1df1b")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.5.1.0")]

2 changes: 1 addition & 1 deletion TinyUIFixForTS3/Patcher/Use-TinyUIFixForTS3.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ enum TinyUIFixForTS3ResourceCFGDirective

class TinyUIFixPSForTS3
{
static [Version] $Version = [Version]::new(1, 5, 0)
static [Version] $Version = [Version]::new(1, 5, 1)
static [URI] $VersionCheckURL = [URI]::new('https://github.com/just-harry/tiny-ui-fix-for-ts3/raw/most-recent-version/VERSION')
static [URI] $HomePageURL = [URI]::new('https://github.com/just-harry/tiny-ui-fix-for-ts3')
static [Collections.Specialized.OrderedDictionary] $HomePageURLs = [Ordered] @{
Expand Down

0 comments on commit f956d5e

Please sign in to comment.