Skip to content

Commit f07b6a5

Browse files
Add commit name to release description
1 parent d6fb8f3 commit f07b6a5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
⚠️ This version may be unstable, with bugs and issues that could cause crashes, data loss, or other unexpected behavior.
5151
It is intended for testing and feedback purposes only.
5252
**Use at your own risk - only proceed if you know what you're doing!**
53+
54+
${{ steps.vars.outputs.msg }}
5355
draft: false
5456
prerelease: true
5557
files: release/iis_Stupid_Menu.dll

PluginInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class PluginInfo
55
public const string GUID = "org.iidk.gorillatag.iimenu";
66
public const string Name = "ii's Stupid Menu";
77
public const string Description = "Created by @goldentrophy with love <3";
8-
public const string BuildTimestamp = "2025-08-08T04:30:53Z";
8+
public const string BuildTimestamp = "2025-08-08T08:12:59Z";
99
public const string Version = "6.8.1";
1010

1111
public const string BaseDirectory = "iisStupidMenu";

0 commit comments

Comments
 (0)