Skip to content

Commit

Permalink
chore: Update Version 2.3.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhoener committed Mar 19, 2024
1 parent 3f33fb0 commit 2ad4559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion UIInfoSuite2/UIInfoSuite2.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.2.10</Version>
<Version>2.3.0-alpha-1</Version>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ModZipPath>$(SolutionDir)\Releases</ModZipPath>
</PropertyGroup>

<Import Project="UIInfoSuite2.csproj.local" Condition="Exists('UIInfoSuite2.csproj.local')"/>
Expand Down
4 changes: 2 additions & 2 deletions UIInfoSuite2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"Name": "UI Info Suite 2",
"Author": "Annosz",
"Version": "2.2.10",
"Version": "2.3.0-alpha-1",
"Description": "Adds a useful information to the user interface. Based on Cdaragorn's excellent UI Info Suite.",
"UniqueID": "Annosz.UiInfoSuite2",
"EntryDll": "UIInfoSuite2.dll",
"MinimumApiVersion": "3.0.0",
"MinimumApiVersion": "4.0.0",
"UpdateKeys": [
"GitHub:Annosz/UIInfoSuite2"
]
Expand Down

0 comments on commit 2ad4559

Please sign in to comment.