Skip to content

Commit 9a47746

Browse files
committed
Prepares for use in Extension Store
1 parent dcca7bd commit 9a47746

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ExtensionManifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "GPU-Z Plugin",
3+
"author": "RecklessBoon",
4+
"repository": "https://github.com/RecklessBoon/Macro-Deck-GPU-Z-Plugin",
5+
"packageId": "RecklessBoon.MacroDeck.GPUZ",
6+
"version": "1.0.4",
7+
"target-plugin-api-version": 31
8+
}

GPU-Z Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<RootNamespace>RecklessBoon.MacroDeck.GPUZ</RootNamespace>
66
<UseWindowsForms>true</UseWindowsForms>
7-
<Version>1.0.3</Version>
7+
<Version>1.0.4</Version>
88
<RepositoryUrl>https://github.com/RecklessBoon/Macro-Deck-GPU-Z-Plugin</RepositoryUrl>
99
<Authors>RecklessBoon</Authors>
1010
<PackageId>RecklessBoon.MacroDeck.GPUZ</PackageId>

0 commit comments

Comments
 (0)