Skip to content

Commit

Permalink
Renamed: NuGet Package for Templates to Prevent Glob False Positive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 11, 2022
1 parent 484e4f8 commit c3396ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $installerProjectPath = "./Reloaded.Mod.Installer/Reloaded.Mod.Installer.csproj"
$launcherProjectPath = "Reloaded.Mod.Launcher/Reloaded.Mod.Launcher.csproj"
$loaderProjectPath = "Reloaded.Mod.Loader/Reloaded.Mod.Loader.csproj"
$addressDumperProjectPath = "Reloaded.Mod.Launcher.Kernel32AddressDumper/Reloaded.Mod.Launcher.Kernel32AddressDumper.csproj"
$templateProjectPath = "Reloaded.Mod.Template/Reloaded.Mod.Template.Nupkg.csproj"
$templateProjectPath = "Reloaded.Mod.Template/Reloaded.Mod.Template.NuGet.csproj"

$communityProjectPath = "Tools/Reloaded.Community.Tool/Reloaded.Community.Tool.csproj"
$nugetConverterProjectPath = "Tools/NugetConverter/NugetConverter.csproj"
Expand Down
2 changes: 1 addition & 1 deletion source/Reloaded-II.sln
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reloaded.Mod.Loader.Communi
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reloaded.Community.Tool", "Tools\Reloaded.Community.Tool\Reloaded.Community.Tool.csproj", "{16976E7C-4826-40E5-9E17-2C4266394FD5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reloaded.Mod.Template.Nupkg", "Reloaded.Mod.Template\Reloaded.Mod.Template.Nupkg.csproj", "{4914B6D0-C38B-4633-BA1F-4CF8143FE7F7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reloaded.Mod.Template.NuGet", "Reloaded.Mod.Template\Reloaded.Mod.Template.NuGet.csproj", "{4914B6D0-C38B-4633-BA1F-4CF8143FE7F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{5E60B8D6-820D-4CD6-A0FE-DC2DA574499F}"
EndProject
Expand Down

0 comments on commit c3396ff

Please sign in to comment.