Skip to content

Commit

Permalink
incremented core version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshika39 committed Nov 21, 2023
1 parent c9bbb79 commit 8d14d77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GameFramework.UI.Forms/GameFramework.UI.Forms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
<PackageReference Include="joshika39.GameFramework.Core" Version="1.6.0"/>
<PackageReference Include="joshika39.GameFramework.Core" Version="2.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
2 changes: 1 addition & 1 deletion GameFramework.UI.WPF/GameFramework.UI.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
<PackageReference Include="joshika39.GameFramework.Core" Version="1.6.0"/>
<PackageReference Include="joshika39.GameFramework.Core" Version="2.0.0" />
</ItemGroup>

<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
2 changes: 1 addition & 1 deletion Nuget/.projects.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GameFramework.Core:2.0.0
# GameFramework.Core:2.0.0
GameFramework.UI.WPF:2.0.0
GameFramework.UI.Forms:2.0.0

0 comments on commit 8d14d77

Please sign in to comment.