forked from aybe/Windows-API-Code-Pack-1.1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,258 changed files
with
343,437 additions
and
212 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>WindowsAPICodePack-Core</id> | ||
<version>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> | ||
<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> | ||
<language>en-US</language> | ||
<tags>WindowsAPICodePack</tags> | ||
</metadata> | ||
<files> | ||
<file src="..\source\WindowsAPICodePack\Core\bin\Release\Microsoft.WindowsAPICodePack.dll" target="lib\Microsoft.WindowsAPICodePack.dll" /> | ||
<file src="..\source\WindowsAPICodePack\Core\bin\Release\Microsoft.WindowsAPICodePack.xml" target="lib\Microsoft.WindowsAPICodePack.xml" /> | ||
</files> | ||
</package> |
21 changes: 21 additions & 0 deletions
21
.nuget/WindowsAPICodePack-ExtendedLinguisticServices.1.1.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>WindowsAPICodePack-ExtendedLinguisticServices</id> | ||
<version>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> | ||
<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> | ||
<language>en-US</language> | ||
<tags>WindowsAPICodePack</tags> | ||
</metadata> | ||
<files> | ||
<file src="..\source\WindowsAPICodePack\ExtendedLinguisticServices\bin\Release\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll" target="lib\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll" /> | ||
<file src="..\source\WindowsAPICodePack\ExtendedLinguisticServices\bin\Release\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.xml" target="lib\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.xml" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>WindowsAPICodePack-Sensors</id> | ||
<version>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> | ||
<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> | ||
<language>en-US</language> | ||
<tags>WindowsAPICodePack</tags> | ||
<dependencies> | ||
<dependency id="WindowsAPICodePack-Core" version="1.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\source\WindowsAPICodePack\Sensors\bin\Release\Microsoft.WindowsAPICodePack.Sensors.dll" target="lib\Microsoft.WindowsAPICodePack.Sensors.dll" /> | ||
<file src="..\source\WindowsAPICodePack\Sensors\bin\Release\Microsoft.WindowsAPICodePack.Sensors.xml" target="lib\Microsoft.WindowsAPICodePack.Sensors.xml" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>WindowsAPICodePack-Shell</id> | ||
<version>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> | ||
<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> | ||
<language>en-US</language> | ||
<tags>WindowsAPICodePack</tags> | ||
<dependencies> | ||
<dependency id="WindowsAPICodePack-Core" version="1.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\source\WindowsAPICodePack\Shell\bin\Release\Microsoft.WindowsAPICodePack.Shell.dll" target="lib\Microsoft.WindowsAPICodePack.Shell.dll" /> | ||
<file src="..\source\WindowsAPICodePack\Shell\bin\Release\Microsoft.WindowsAPICodePack.Shell.xml" target="lib\Microsoft.WindowsAPICodePack.Shell.xml" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>WindowsAPICodePack-ShellExtensions</id> | ||
<version>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> | ||
<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> | ||
<language>en-US</language> | ||
<tags>WindowsAPICodePack</tags> | ||
<dependencies> | ||
<dependency id="WindowsAPICodePack-Shell" version="1.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\source\WindowsAPICodePack\ShellExtensions\bin\Release\Microsoft.WindowsAPICodePack.ShellExtensions.dll" target="lib\Microsoft.WindowsAPICodePack.ShellExtensions.dll" /> | ||
<file src="..\source\WindowsAPICodePack\ShellExtensions\bin\Release\Microsoft.WindowsAPICodePack.ShellExtensions.xml" target="lib\Microsoft.WindowsAPICodePack.ShellExtensions.xml" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@echo off | ||
cls | ||
call clean.bat | ||
echo Building NuGet packages ... | ||
nuget pack WindowsAPICodePack-Core.1.1.nuspec -NoPackageAnalysis | ||
nuget pack WindowsAPICodePack-ExtendedLinguisticServices.1.1.nuspec -NoPackageAnalysis | ||
nuget pack WindowsAPICodePack-Sensors.1.1.nuspec -NoPackageAnalysis | ||
nuget pack WindowsAPICodePack-Shell.1.1.nuspec -NoPackageAnalysis | ||
nuget pack WindowsAPICodePack-ShellExtensions.1.1.nuspec -NoPackageAnalysis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@echo off | ||
cls | ||
echo Cleaning NuGet packages ... | ||
IF EXIST *.nupkg (del *.nupkg) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The changes listed in the two API-changes documents are the APIs that have been changed between v1.0.1 and v1.1 of the Windows API Code Pack. These documents do not include new features and are meant to document changes that may prevent existing applications from functioning as expected. |
Oops, something went wrong.