Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhoener committed Mar 21, 2024
1 parent 521911e commit 2ec0cf5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-visual-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-breaking-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-other-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions UIInfoSuite2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion UIInfoSuite2/UIInfoSuite2.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.3.0-alpha-1</Version>
<Version>2.3.0</Version>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ModZipPath>$(SolutionDir)\Releases</ModZipPath>
Expand Down
2 changes: 1 addition & 1 deletion UIInfoSuite2/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2ec0cf5

Please sign in to comment.