Skip to content

Commit

Permalink
Merge pull request #14 from tekgator/dev
Browse files Browse the repository at this point in the history
Mark BattleNet Plugin as private asset so it is not a dependency
  • Loading branch information
tekgator committed Sep 4, 2022
2 parents 81b138f + 916cee9 commit 77ae994
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
## [Unreleased]


## [1.2.1] - 2022-04-09
### Fixed
- Mark BattleNet Plugin as private asset so it is not a dependency


## [1.2.0] - 2022-04-09
### Added
- Add Battle.net plugin for interacting with Battle.net launcher and games
Expand Down
2 changes: 1 addition & 1 deletion GameLib/GameLib.csproj
Expand Up @@ -61,7 +61,7 @@

<ItemGroup>
<ProjectReference Include="..\GameLib.Core\GameLib.Core.csproj" PrivateAssets="all" />
<ProjectReference Include="..\GameLib.Plugin\GameLib.Plugin.BattleNet\GameLib.Plugin.BattleNet.csproj" />
<ProjectReference Include="..\GameLib.Plugin\GameLib.Plugin.BattleNet\GameLib.Plugin.BattleNet.csproj" PrivateAssets="all" />
<ProjectReference Include="..\GameLib.Plugin\GameLib.Plugin.Epic\GameLib.Plugin.Epic.csproj" PrivateAssets="all" />
<ProjectReference Include="..\GameLib.Plugin\GameLib.Plugin.Gog\GameLib.Plugin.Gog.csproj" PrivateAssets="all" />
<ProjectReference Include="..\GameLib.Plugin\GameLib.Plugin.Origin\GameLib.Plugin.Origin.csproj" PrivateAssets="all" />
Expand Down

0 comments on commit 77ae994

Please sign in to comment.