Skip to content

Commit b114529

Browse files
committed
Fix project dependencies not being created in the nuget packages
1 parent bf88781 commit b114529

11 files changed

Lines changed: 28 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 2018-02-28
2+
**Core 1.1.3.2**
3+
**Shell 1.1.3.2**
4+
**ShellExtensions 1.1.3.2**
5+
**Sensors 1.1.3.2**
6+
**ExtendedLinguisticServices 1.1.3.2**
7+
- Fix dependencies between the packages
8+
19
### 2018-02-27
210
**Core 1.1.3.1**
311
**Shell 1.1.3**

source/WindowsAPICodePack/Core/Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
</ItemGroup>
236236
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
237237
<PropertyGroup>
238-
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
238+
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -IncludeReferencedProjects -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
239239
</PropertyGroup>
240240
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
241241
Other similar extension points exist, see Microsoft.Common.targets.

source/WindowsAPICodePack/Core/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// set of attributes. Change these attribute values to modify the information
1111
// associated with an assembly.
1212
[assembly: AssemblyTitle("Microsoft.WindowsAPICodePack")]
13-
[assembly: AssemblyDescription("WindowsAPICodePack Core")]
13+
[assembly: AssemblyDescription("The Core code for the WindowsAPICodePack. This is an updated version containing all available bug fixes for this code as of 2018-02-28")]
1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("Microsoft")]
1616
[assembly: AssemblyProduct("Microsoft Windows API Code Pack for .NET Framework")]
@@ -38,6 +38,6 @@
3838
// Build Number
3939
// Revision
4040
//
41-
[assembly: AssemblyVersion("1.1.3.1")]
42-
[assembly: AssemblyFileVersion("1.1.3.1")]
41+
[assembly: AssemblyVersion("1.1.3.2")]
42+
[assembly: AssemblyFileVersion("1.1.3.2")]
4343
[assembly: NeutralResourcesLanguageAttribute("en")]

source/WindowsAPICodePack/ExtendedLinguisticServices/ExtendedLinguisticServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
</ItemGroup>
146146
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147147
<PropertyGroup>
148-
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
148+
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -IncludeReferencedProjects -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
149149
</PropertyGroup>
150150
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
151151
Other similar extension points exist, see Microsoft.Common.targets.

source/WindowsAPICodePack/ExtendedLinguisticServices/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// set of attributes. Change these attribute values to modify the information
1111
// associated with an assembly.
1212
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-ExtendedLinguisticServices")]
13-
[assembly: AssemblyDescription("WindowsAPICodePack for Extended Linguistic Services")]
13+
[assembly: AssemblyDescription("The Extended Linguistic Services code for the WindowsAPICodePack. This is an updated version containing all available bug fixes for this code as of 2018-02-28")]
1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("Microsoft")]
1616
[assembly: AssemblyProduct("Microsoft Windows API Code Pack for .NET Framework")]
@@ -33,6 +33,6 @@
3333
// Build Number
3434
// Revision
3535
//
36-
[assembly: AssemblyVersion("1.1.3.0")]
37-
[assembly: AssemblyFileVersion("1.1.3.0")]
36+
[assembly: AssemblyVersion("1.1.3.2")]
37+
[assembly: AssemblyFileVersion("1.1.3.2")]
3838
[assembly: NeutralResourcesLanguageAttribute("en")]

source/WindowsAPICodePack/Sensors/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// set of attributes. Change these attribute values to modify the information
1010
// associated with an assembly.
1111
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-Sensors")]
12-
[assembly: AssemblyDescription("WindowsAPICodePack for Sensors")]
12+
[assembly: AssemblyDescription("The Sensors code for the WindowsAPICodePack. This is an updated version containing all available bug fixes for this code as of 2018-02-28")]
1313
[assembly: AssemblyConfiguration("")]
1414
[assembly: AssemblyCompany("Microsoft")]
1515
[assembly: AssemblyProduct("Microsoft Windows API Code Pack for .NET Framework")]
@@ -32,6 +32,6 @@
3232
// Build Number
3333
// Revision
3434
//
35-
[assembly: AssemblyVersion("1.1.3.0")]
36-
[assembly: AssemblyFileVersion("1.1.3.0")]
35+
[assembly: AssemblyVersion("1.1.3.2")]
36+
[assembly: AssemblyFileVersion("1.1.3.2")]
3737
[assembly: NeutralResourcesLanguageAttribute("en")]

source/WindowsAPICodePack/Sensors/Sensors.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
</ItemGroup>
160160
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
161161
<PropertyGroup>
162-
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
162+
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -IncludeReferencedProjects -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
163163
</PropertyGroup>
164164
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165165
Other similar extension points exist, see Microsoft.Common.targets.

source/WindowsAPICodePack/Shell/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// set of attributes. Change these attribute values to modify the information
1212
// associated with an assembly.
1313
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-Shell")]
14-
[assembly: AssemblyDescription("WindowsAPICodePack for Shell")]
14+
[assembly: AssemblyDescription("The Shell code for the WindowsAPICodePack. This is an updated version containing all available bug fixes for this code as of 2018-02-28")]
1515
[assembly: AssemblyConfiguration("")]
1616
[assembly: AssemblyCompany("Microsoft")]
1717
[assembly: AssemblyProduct("Microsoft Windows API Code Pack for .NET Framework")]
@@ -36,7 +36,7 @@
3636
// Build Number
3737
// Revision
3838
//
39-
[assembly: AssemblyVersion("1.1.3.0")]
40-
[assembly: AssemblyFileVersion("1.1.3.0")]
39+
[assembly: AssemblyVersion("1.1.3.2")]
40+
[assembly: AssemblyFileVersion("1.1.3.2")]
4141

4242
[assembly: NeutralResourcesLanguageAttribute("en")]

source/WindowsAPICodePack/Shell/Shell.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
<ItemGroup />
405405
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
406406
<PropertyGroup>
407-
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
407+
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -IncludeReferencedProjects -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
408408
</PropertyGroup>
409409
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
410410
Other similar extension points exist, see Microsoft.Common.targets.

source/WindowsAPICodePack/ShellExtensions/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-ShellExtensions")]
9-
[assembly: AssemblyDescription("WindowsAPICodePack for ShellExtensions")]
9+
[assembly: AssemblyDescription("The ShellExtensions code for the WindowsAPICodePack. This is an updated version containing all available bug fixes for this code as of 2018-02-28")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Microsoft")]
1212
[assembly: AssemblyProduct("Microsoft Windows API Code Pack for .NET Framework")]
@@ -36,7 +36,7 @@
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
3838
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("1.1.3.0")]
40-
[assembly: AssemblyFileVersion("1.1.3.0")]
39+
[assembly: AssemblyVersion("1.1.3.2")]
40+
[assembly: AssemblyFileVersion("1.1.3.2")]
4141

4242
[assembly: NeutralResourcesLanguageAttribute("en")]

0 commit comments

Comments
 (0)