Skip to content

Commit

Permalink
Adds prop group to get extension store to read version properly (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
RecklessBoon committed Feb 19, 2024
1 parent fc168fa commit 87b80d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ExtensionManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"author": "Macro Deck",
"repository": "https://github.com/SuchByte/Macro-Deck-OBS-WebSocket-Plugin",
"packageId": "SuchByte.OBS-WebSocketPlugin",
"version": "2.1.1",
"version": "2.1.2",
"target-plugin-api-version": 40,
"target-macro-deck-version": "2.13.0-b12",
"target-macro-deck-version": "2.13.0",
"dll": "OBS-WebSocket Plugin.dll"
}
3 changes: 2 additions & 1 deletion Macro-Deck-OBS-WebSocket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
<Authors>Macro Deck, RecklessBoon</Authors>
<Company>Macro Deck</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<NeutralLanguage>en</NeutralLanguage>
<PackageProjectUrl>https://github.com/RecklessBoon/Macro-Deck-OBS-WebSocket-Plugin</PackageProjectUrl>
<RepositoryUrl>https://github.com/RecklessBoon/Macro-Deck-OBS-WebSocket-Plugin</RepositoryUrl>
<Copyright>SuchByte</Copyright>
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 87b80d3

Please sign in to comment.