From b114529079b857b907a3ca133c33de81883f5ebd Mon Sep 17 00:00:00 2001 From: contre Date: Wed, 28 Feb 2018 07:19:43 -0800 Subject: [PATCH] Fix project dependencies not being created in the nuget packages --- CHANGELOG.md | 8 ++++++++ source/WindowsAPICodePack/Core/Core.csproj | 2 +- source/WindowsAPICodePack/Core/Properties/AssemblyInfo.cs | 6 +++--- .../ExtendedLinguisticServices.csproj | 2 +- .../ExtendedLinguisticServices/Properties/AssemblyInfo.cs | 6 +++--- .../WindowsAPICodePack/Sensors/Properties/AssemblyInfo.cs | 6 +++--- source/WindowsAPICodePack/Sensors/Sensors.csproj | 2 +- .../WindowsAPICodePack/Shell/Properties/AssemblyInfo.cs | 6 +++--- source/WindowsAPICodePack/Shell/Shell.csproj | 2 +- .../ShellExtensions/Properties/AssemblyInfo.cs | 6 +++--- .../ShellExtensions/ShellExtensions.csproj | 2 +- 11 files changed, 28 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a0c830..4623c3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 2018-02-28 +**Core 1.1.3.2** +**Shell 1.1.3.2** +**ShellExtensions 1.1.3.2** +**Sensors 1.1.3.2** +**ExtendedLinguisticServices 1.1.3.2** +- Fix dependencies between the packages + ### 2018-02-27 **Core 1.1.3.1** **Shell 1.1.3** diff --git a/source/WindowsAPICodePack/Core/Core.csproj b/source/WindowsAPICodePack/Core/Core.csproj index fde06ea3..f7478761 100644 --- a/source/WindowsAPICodePack/Core/Core.csproj +++ b/source/WindowsAPICodePack/Core/Core.csproj @@ -235,7 +235,7 @@ - $(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -properties Configuration=$(ConfigurationName) + $(SolutionDir)tools\nuget pack $(ProjectPath) -IncludeReferencedProjects -symbols -properties Configuration=$(ConfigurationName)