Skip to content

Commit

Permalink
Use renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStolk committed Oct 7, 2023
1 parent 5e3dcc5 commit e348c0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ While the project provides many ways to practice and modify the game, it does **

Most of these features have been discussed with the community and the developer of Devil Daggers (Sorath), some of which have been done in collaboration.

(Note: This code was originally part of the [DevilDaggersInfo](https://github.com/NoahStolk/DevilDaggersInfo) repository. It was moved to a separate repository on October 7th, 2023.)
(Note: This code was originally part of the [DevilDaggersInfo](https://github.com/NoahStolk/DevilDaggersInfo) repository (now ddinfo-web). It was moved to a separate repository on October 7th, 2023.)

## Features

Expand Down
2 changes: 1 addition & 1 deletion src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</ItemGroup>

<ItemGroup Label="Internal dependencies">
<PackageReference Include="DevilDaggersInfo.Web.ApiSpec.App" />
<PackageReference Include="DevilDaggersInfo.Web.ApiSpec.Tools" />
<ProjectReference Include="..\DevilDaggersInfo.Tools.GameMemory\DevilDaggersInfo.Tools.GameMemory.csproj" />
<ProjectReference Include="..\DevilDaggersInfo.Tools.Engine\DevilDaggersInfo.Tools.Engine.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<ItemGroup Label="DevilDaggersInfo">
<PackageVersion Include="DevilDaggersInfo.Core" Version="0.1.0" />
<PackageVersion Include="DevilDaggersInfo.Web.ApiSpec.Admin" Version="1.0.0" />
<PackageVersion Include="DevilDaggersInfo.Web.ApiSpec.App" Version="1.0.0" />
<PackageVersion Include="DevilDaggersInfo.Web.ApiSpec.Main" Version="1.0.0" />
<PackageVersion Include="DevilDaggersInfo.Web.ApiSpec.Tools" Version="1.0.0" />
</ItemGroup>

<ItemGroup Label="Image processing">
Expand Down

0 comments on commit e348c0f

Please sign in to comment.