Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aybe committed Oct 24, 2014
1 parent 4b0ec69 commit 3091d3e
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,27 @@ Windows-API-Code-Pack-1.1

Windows API Code Pack 1.1

**Notes:**
NuGet packages (recommended)
----------------------------

https://www.nuget.org/packages/WindowsAPICodePack-Core/
https://www.nuget.org/packages/WindowsAPICodePack-Shell/
https://www.nuget.org/packages/WindowsAPICodePack-ShellExtensions/
https://www.nuget.org/packages/WindowsAPICodePack-DirectX/
https://www.nuget.org/packages/WindowsAPICodePack-ExtendedLinguisticServices/
https://www.nuget.org/packages/WindowsAPICodePack-Sensors/

Release notes
-------------

- availability of the documentation through IntelliSense
- availability of the DirectX package
- bug fix for `TaskDialog` icon not shown unless defined in `Opened` event (x86/x64)

Usage notes
-----------

**TaskDialog**

If you get the following exception when you instantiate a `TaskDialog`:

Expand All @@ -30,8 +50,6 @@ To fix it, create an application manifest and uncomment the following block sect
</dependentAssembly>
</dependency>-->
```
**TODO:**

Provide NuGet packages for DirectX assemblies.

**DirectX**

The DirectX package will work under x86 and x64 configuration platforms but not for AnyCPU platform (because there is no such platform for C++/CLI projects). Consequently, the package will purposefully fail the build and tell you why it did.

0 comments on commit 3091d3e

Please sign in to comment.