You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,7 +34,7 @@ The included sample application [`Ookii.Dialogs.Sample.Wpf`](sample/Ookii.Dialog
34
34
35
35
### Windows Forms compatibility
36
36
37
-
If you're looking to use these common dialogs on a Windows Forms application, check out [Ookii.Dialogs.WinForms](https://github.com/augustoproiete/ookii-dialogs-winforms).
37
+
If you're looking to use these common dialogs on a Windows Forms application, check out [Ookii.Dialogs.WinForms](https://github.com/ookii-dialogs/ookii-dialogs-winforms).
38
38
39
39
## Included dialogs
40
40
@@ -121,13 +121,13 @@ In Visual Studio, you can right click on your project and go to Add -> New Item.
121
121
122
122
For more information, visit the following links:
123
123
124
-
-[EntryPointNotFoundException when instantiating a TaskDialog](https://github.com/augustoproiete/ookii-dialogs-wpf/issues/23)
125
-
-[WPF System.EntryPointNotFoundException: Unable to find an entry point named 'TaskDialogIndirect' in DLL 'comctl32.dll'](https://github.com/augustoproiete-repros/repro-wpf-net5-comctl32-entrypointnotfoundexception)
124
+
-[EntryPointNotFoundException when instantiating a TaskDialog](https://github.com/ookii-dialogs/ookii-dialogs-wpf/issues/23)
125
+
-[WPF System.EntryPointNotFoundException: Unable to find an entry point named 'TaskDialogIndirect' in DLL 'comctl32.dll'](https://github.com/ookii-dialogs-repros/repro-wpf-net5-comctl32-entrypointnotfoundexception)
126
126
-[Calls to comctl32.dll succeed in .NET 4.8, but fail in .NET 5 with System.EntryPointNotFoundException](https://github.com/dotnet/wpf/issues/3815)
127
127
128
128
## Release History
129
129
130
-
Click on the [Releases](https://github.com/augustoproiete/ookii-dialogs-wpf/releases) tab on GitHub.
130
+
Click on the [Releases](https://github.com/ookii-dialogs/ookii-dialogs-wpf/releases) tab on GitHub.
Copy file name to clipboardExpand all lines: src/Ookii.Dialogs.Wpf/Ookii.Dialogs.Wpf.csproj
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,18 +37,17 @@
37
37
<PackageId>Ookii.Dialogs.Wpf</PackageId>
38
38
<Version>0.0.1-local</Version>
39
39
<Authors>Ookii Dialogs Contributors</Authors>
40
-
<Company>augustoproiete.net</Company>
41
40
<Description>Ookii.Dialogs.Wpf is a class library for WPF applications providing several common dialogs. Included are classes for task dialogs, credential dialogs, progress dialogs, and common file dialogs.</Description>
0 commit comments