Skip to content

Commit

Permalink
Fix project dependencies not being created in the nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
contre committed Feb 28, 2018
1 parent bf88781 commit b114529
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 20 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion source/WindowsAPICodePack/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -IncludeReferencedProjects -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
6 changes: 3 additions & 3 deletions source/WindowsAPICodePack/Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft.WindowsAPICodePack")]
[assembly: AssemblyDescription("WindowsAPICodePack Core")]
[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")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Windows API Code Pack for .NET Framework")]
Expand Down Expand Up @@ -38,6 +38,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.1.3.1")]
[assembly: AssemblyFileVersion("1.1.3.1")]
[assembly: AssemblyVersion("1.1.3.2")]
[assembly: AssemblyFileVersion("1.1.3.2")]
[assembly: NeutralResourcesLanguageAttribute("en")]
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -IncludeReferencedProjects -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-ExtendedLinguisticServices")]
[assembly: AssemblyDescription("WindowsAPICodePack for Extended Linguistic Services")]
[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")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Windows API Code Pack for .NET Framework")]
Expand All @@ -33,6 +33,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.3.2")]
[assembly: AssemblyFileVersion("1.1.3.2")]
[assembly: NeutralResourcesLanguageAttribute("en")]
6 changes: 3 additions & 3 deletions source/WindowsAPICodePack/Sensors/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-Sensors")]
[assembly: AssemblyDescription("WindowsAPICodePack for Sensors")]
[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")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Windows API Code Pack for .NET Framework")]
Expand All @@ -32,6 +32,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.3.2")]
[assembly: AssemblyFileVersion("1.1.3.2")]
[assembly: NeutralResourcesLanguageAttribute("en")]
2 changes: 1 addition & 1 deletion source/WindowsAPICodePack/Sensors/Sensors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -IncludeReferencedProjects -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
6 changes: 3 additions & 3 deletions source/WindowsAPICodePack/Shell/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-Shell")]
[assembly: AssemblyDescription("WindowsAPICodePack for Shell")]
[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")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Windows API Code Pack for .NET Framework")]
Expand All @@ -36,7 +36,7 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.3.2")]
[assembly: AssemblyFileVersion("1.1.3.2")]

[assembly: NeutralResourcesLanguageAttribute("en")]
2 changes: 1 addition & 1 deletion source/WindowsAPICodePack/Shell/Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -IncludeReferencedProjects -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft-WindowsAPICodePack-ShellExtensions")]
[assembly: AssemblyDescription("WindowsAPICodePack for ShellExtensions")]
[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")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Windows API Code Pack for .NET Framework")]
Expand Down Expand Up @@ -36,7 +36,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.3.2")]
[assembly: AssemblyFileVersion("1.1.3.2")]

[assembly: NeutralResourcesLanguageAttribute("en")]
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -properties Configuration=$(ConfigurationName)</PostBuildEvent>
<PostBuildEvent>$(SolutionDir)tools\nuget pack $(ProjectPath) -symbols -IncludeReferencedProjects -properties Configuration=$(ConfigurationName)</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
Expand Down

0 comments on commit b114529

Please sign in to comment.