Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aybe committed Oct 24, 2014
1 parent 9337791 commit 5f531a7
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 22 deletions.
8 changes: 4 additions & 4 deletions .nuget/WindowsAPICodePack-Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-Core</id>
<version>1.1</version>
<version>1.1.1</version>
<title>Windows API Code Pack - Core</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<projectUrl>https://github.com/aybe/Windows-API-Code-Pack-1.1</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Core library for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<releaseNotes>Fixes TaskDialog.Icon bug that wasn't visible unless specified duringTaskDialog.Opened event.</releaseNotes>
<releaseNotes>IntelliSense documentation added.</releaseNotes>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
<tags>Windows API Code Pack</tags>
</metadata>
<files>
<file src="..\source\WindowsAPICodePack\Core\bin\Release\Microsoft.WindowsAPICodePack.dll" target="lib\Microsoft.WindowsAPICodePack.dll" />
Expand Down
7 changes: 4 additions & 3 deletions .nuget/WindowsAPICodePack-DirectX.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-DirectX</id>
<version>1.1</version>
<version>1.1.1</version>
<title>Windows API Code Pack - DirectX</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<projectUrl>https://github.com/aybe/Windows-API-Code-Pack-1.1</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>DirectX library for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<releaseNotes>IntelliSense documentation added.</releaseNotes>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
<tags>Windows API Code Pack</tags>
</metadata>
<files>
<file src="..\source\WindowsAPICodePack\DirectX\x64\Release\Microsoft.WindowsAPICodePack.DirectX.dll" target="bin\x64\Microsoft.WindowsAPICodePack.DirectX.dll" />
Expand Down
7 changes: 4 additions & 3 deletions .nuget/WindowsAPICodePack-ExtendedLinguisticServices.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-ExtendedLinguisticServices</id>
<version>1.1</version>
<version>1.1.1</version>
<title>Windows API Code Pack - Extended Linguistic Services</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<projectUrl>https://github.com/aybe/Windows-API-Code-Pack-1.1</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Extended linguistic services for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<releaseNotes>IntelliSense documentation added.</releaseNotes>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
<tags>Windows API Code Pack</tags>
</metadata>
<files>
<file src="..\source\WindowsAPICodePack\ExtendedLinguisticServices\bin\Release\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll" target="lib\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll" />
Expand Down
9 changes: 5 additions & 4 deletions .nuget/WindowsAPICodePack-Sensors.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-Sensors</id>
<version>1.1</version>
<version>1.1.1</version>
<title>Windows API Code Pack - Sensors</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<projectUrl>https://github.com/aybe/Windows-API-Code-Pack-1.1</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Sensors library for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<releaseNotes>IntelliSense documentation added.</releaseNotes>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
<tags>Windows API Code Pack</tags>
<dependencies>
<dependency id="WindowsAPICodePack-Core" version="1.1" />
<dependency id="WindowsAPICodePack-Core" version="1.1.1" />
</dependencies>
</metadata>
<files>
Expand Down
9 changes: 5 additions & 4 deletions .nuget/WindowsAPICodePack-Shell.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-Shell</id>
<version>1.1</version>
<version>1.1.1</version>
<title>Windows API Code Pack - Shell</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<projectUrl>https://github.com/aybe/Windows-API-Code-Pack-1.1</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Shell library for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<releaseNotes>IntelliSense documentation added.</releaseNotes>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
<tags>Windows API Code Pack</tags>
<dependencies>
<dependency id="WindowsAPICodePack-Core" version="1.1" />
<dependency id="WindowsAPICodePack-Core" version="1.1.1" />
</dependencies>
</metadata>
<files>
Expand Down
9 changes: 5 additions & 4 deletions .nuget/WindowsAPICodePack-ShellExtensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WindowsAPICodePack-ShellExtensions</id>
<version>1.1</version>
<version>1.1.1</version>
<title>Windows API Code Pack - Shell Extensions</title>
<authors>Aybe</authors>
<owners>Microsoft</owners>
<licenseUrl>http://code.msdn.microsoft.com/WindowsAPICodePack/Project/License.aspx</licenseUrl>
<projectUrl>http://archive.msdn.microsoft.com/WindowsAPICodePack</projectUrl>
<projectUrl>https://github.com/aybe/Windows-API-Code-Pack-1.1</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Shell extensions library for Windows API Code Pack</description>
<summary>Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code.</summary>
<releaseNotes>IntelliSense documentation added.</releaseNotes>
<language>en-US</language>
<tags>WindowsAPICodePack</tags>
<tags>Windows API Code Pack</tags>
<dependencies>
<dependency id="WindowsAPICodePack-Shell" version="1.1" />
<dependency id="WindowsAPICodePack-Shell" version="1.1.1" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 5f531a7

Please sign in to comment.