From 2ec0cf53f49e0f0a7664a65158e1513aeaf237bd Mon Sep 17 00:00:00 2001 From: Drew Hoener Date: Wed, 20 Mar 2024 22:05:48 -0400 Subject: [PATCH] v2.3.0 --- .github/ISSUE_TEMPLATE/01-visual-report.yml | 2 +- .github/ISSUE_TEMPLATE/02-breaking-report.yml | 2 +- .github/ISSUE_TEMPLATE/03-other-report.yml | 2 +- UIInfoSuite2.sln | 6 ------ UIInfoSuite2/UIInfoSuite2.csproj | 2 +- UIInfoSuite2/manifest.json | 2 +- 6 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-visual-report.yml b/.github/ISSUE_TEMPLATE/01-visual-report.yml index 107fb15c..9e9e23b3 100644 --- a/.github/ISSUE_TEMPLATE/01-visual-report.yml +++ b/.github/ISSUE_TEMPLATE/01-visual-report.yml @@ -19,7 +19,7 @@ body: attributes: label: Game Version description: What version of UIInfoSuite2 are you running? - value: "v2.3.0-alpha-2" + value: "v2.3.0" validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/02-breaking-report.yml b/.github/ISSUE_TEMPLATE/02-breaking-report.yml index 7a15d514..aa9c6a63 100644 --- a/.github/ISSUE_TEMPLATE/02-breaking-report.yml +++ b/.github/ISSUE_TEMPLATE/02-breaking-report.yml @@ -19,7 +19,7 @@ body: attributes: label: Game Version description: What version of UIInfoSuite2 are you running? - value: "v2.3.0-alpha-2" + value: "v2.3.0" validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/03-other-report.yml b/.github/ISSUE_TEMPLATE/03-other-report.yml index 626b3354..29c3652b 100644 --- a/.github/ISSUE_TEMPLATE/03-other-report.yml +++ b/.github/ISSUE_TEMPLATE/03-other-report.yml @@ -18,7 +18,7 @@ body: attributes: label: Game Version description: What version of UIInfoSuite2 are you running? - value: "v2.3.0-alpha-2" + value: "v2.3.0" validations: required: true - type: dropdown diff --git a/UIInfoSuite2.sln b/UIInfoSuite2.sln index 215ab6c9..2b16d1e8 100644 --- a/UIInfoSuite2.sln +++ b/UIInfoSuite2.sln @@ -8,19 +8,13 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {B6DD0C36-999B-44FD-9316-C0AA6D5A6E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B6DD0C36-999B-44FD-9316-C0AA6D5A6E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B6DD0C36-999B-44FD-9316-C0AA6D5A6E7A}.Debug|x86.ActiveCfg = Debug|x86 - {B6DD0C36-999B-44FD-9316-C0AA6D5A6E7A}.Debug|x86.Build.0 = Debug|x86 {B6DD0C36-999B-44FD-9316-C0AA6D5A6E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU {B6DD0C36-999B-44FD-9316-C0AA6D5A6E7A}.Release|Any CPU.Build.0 = Release|Any CPU - {B6DD0C36-999B-44FD-9316-C0AA6D5A6E7A}.Release|x86.ActiveCfg = Release|x86 - {B6DD0C36-999B-44FD-9316-C0AA6D5A6E7A}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/UIInfoSuite2/UIInfoSuite2.csproj b/UIInfoSuite2/UIInfoSuite2.csproj index 7c59f215..ca4e8b0e 100644 --- a/UIInfoSuite2/UIInfoSuite2.csproj +++ b/UIInfoSuite2/UIInfoSuite2.csproj @@ -1,6 +1,6 @@ - 2.3.0-alpha-1 + 2.3.0 net6.0 enable $(SolutionDir)\Releases diff --git a/UIInfoSuite2/manifest.json b/UIInfoSuite2/manifest.json index 3b35548d..2b389c4b 100644 --- a/UIInfoSuite2/manifest.json +++ b/UIInfoSuite2/manifest.json @@ -1,7 +1,7 @@ { "Name": "UI Info Suite 2", "Author": "Annosz", - "Version": "2.3.0-alpha-1", + "Version": "2.3.0", "Description": "Adds a useful information to the user interface. Based on Cdaragorn's excellent UI Info Suite.", "UniqueID": "Annosz.UiInfoSuite2", "EntryDll": "UIInfoSuite2.dll",