Skip to content

Commit c510d86

Browse files
Add NuGet specs and logo
1 parent c170a82 commit c510d86

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

assets/ookii-dialogs-wpf-nuget.png

5.45 KB
Loading

src/Ookii.Dialogs.Wpf/Ookii.Dialogs.Wpf.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@
136136
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
137137
</EmbeddedResource>
138138
</ItemGroup>
139+
<ItemGroup>
140+
<None Include="Ookii.Dialogs.Wpf.nuspec">
141+
<SubType>Designer</SubType>
142+
</None>
143+
</ItemGroup>
139144
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140145
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141146
Other similar extension points exist, see Microsoft.Common.targets.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata minClientVersion="3.3">
4+
<id>Ookii.Dialogs.Wpf</id>
5+
<version>0.0.1-local</version>
6+
<authors>Sven Groot,Caio Proiete</authors>
7+
<owners>caioproiete</owners>
8+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<licenseUrl>https://github.com/caioproiete/ookii-dialogs-wpf/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/caioproiete/ookii-dialogs-wpf</projectUrl>
11+
<repository type="git" url="https://github.com/caioproiete/ookii-dialogs-wpf" />
12+
<iconUrl>https://raw.githubusercontent.com/caioproiete/ookii-dialogs-wpf/master/assets/ookii-dialogs-wpf-nuget.png</iconUrl>
13+
<summary>Common dialog classes for WPF applications</summary>
14+
<description>Ookii.Dialogs.Wpf is a class library for .NET applications providing several common dialogs. Included are classes for task dialogs, credential dialogs, progress dialogs, and common file dialogs</description>
15+
<tags>ookii dialogs wpf windows-presentation-foundation progress-dialog task-dialog credential-dialog common-file-dialog</tags>
16+
<copyright>Copyright (c) 2009 Sven Groot</copyright>
17+
<frameworkAssemblies>
18+
<frameworkAssembly assemblyName="PresentationCore" targetFramework=".NETFramework4.5" />
19+
<frameworkAssembly assemblyName="PresentationFramework" targetFramework=".NETFramework4.5" />
20+
<frameworkAssembly assemblyName="WindowsBase" targetFramework=".NETFramework4.5" />
21+
<frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.5" />
22+
<frameworkAssembly assemblyName="System.Drawing" targetFramework=".NETFramework4.5" />
23+
<frameworkAssembly assemblyName="System.Design" targetFramework=".NETFramework4.5" />
24+
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5" />
25+
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
26+
</frameworkAssemblies>
27+
</metadata>
28+
<files>
29+
<file src="bin\$configuration$\Ookii.Dialogs.Wpf.dll" target="lib\net45\" />
30+
<file src="bin\$configuration$\Ookii.Dialogs.Wpf.pdb" target="lib\net45\" />
31+
<file src="bin\$configuration$\Ookii.Dialogs.Wpf.xml" target="lib\net45\" />
32+
</files>
33+
</package>

0 commit comments

Comments
 (0)