-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimple.Wpf.Terminal.nuspec
64 lines (63 loc) · 4.64 KB
/
Simple.Wpf.Terminal.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Simple.Wpf.Terminal</id>
<version>1.0.0</version>
<authors>Ollie Riches</authors>
<owners>Ollie Riches</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/oriches/Simple.Wpf.Terminal/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/oriches/Simple.Wpf.Terminal</projectUrl>
<description>This user control does NOT actually do anything more than display data - the user control is the View (UI) in a MVVM implementation, the ViewModel would be responsible for the actual behaviour & contents of the console\terminal window. The user control is designed to use XAML binding for all UI properties the user can configure.</description>
<summary>A simple console\terminal window for use in a WPF application, this is a user control that will allow the user to enter a line of text (script\command) and\or display a list of items</summary>
<releaseNotes>Added support for .Net 7.0</releaseNotes>
<copyright>Simple.Wpf.Terminal 2022</copyright>
<language>en-GB</language>
<tags>WPF, XAML, Terminal, Console, UI Control</tags>
<dependencies>
<group targetFramework=".NETFramework4.7" />
<group targetFramework=".NETCoreApp3.1">
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
<group targetFramework="net5.0-windows10.0.17763" />
<group targetFramework="net6.0-windows10.0.17763" />
<group targetFramework="net7.0-windows10.0.17763" />
</dependencies>
</metadata>
<files>
<file src=".net framework\Simple.Wpf.Terminal.Themes\bin\Release\Simple.Wpf.Terminal.Common.dll"
target="lib\net48\Simple.Wpf.Terminal.Common.dll" />
<file src=".net framework\Simple.Wpf.Terminal.Themes\bin\Release\Simple.Wpf.Terminal.dll"
target="lib\net48\Simple.Wpf.Terminal.dll" />
<file src=".net framework\Simple.Wpf.Terminal.Themes\bin\Release\Simple.Wpf.Terminal.Themes.dll"
target="lib\net48\Simple.Wpf.Terminal.Themes.dll" />
<file src=".net framework\Simple.Wpf.Terminal.Themes\bin\Release\Simple.Wpf.Terminal.xml"
target="lib\net48\Simple.Wpf.Terminal.xml" />
<file src=".net core\Simple.Wpf.Terminal.Themes\bin\Release\netcoreapp3.1\Simple.Wpf.Terminal.Common.dll"
target="lib\netcoreapp3.1\Simple.Wpf.Terminal.Common.dll" />
<file src=".net core\Simple.Wpf.Terminal.Themes\bin\Release\netcoreapp3.1\Simple.Wpf.Terminal.dll"
target="lib\netcoreapp3.1\Simple.Wpf.Terminal.dll" />
<file src=".net core\Simple.Wpf.Terminal.Themes\bin\Release\netcoreapp3.1\Simple.Wpf.Terminal.Themes.deps.json"
target="lib\netcoreapp3.1\Simple.Wpf.Terminal.Themes.deps.json" />
<file src=".net core\Simple.Wpf.Terminal.Themes\bin\Release\netcoreapp3.1\Simple.Wpf.Terminal.Themes.dll"
target="lib\netcoreapp3.1\Simple.Wpf.Terminal.Themes.dll" />
<file src=".net 5.0\Simple.Wpf.Terminal.Themes\bin\Release\net5.0-windows10.0.17763.0\Simple.Wpf.Terminal.Common.dll"
target="lib\net5.0-windows10.0.17763.0\Simple.Wpf.Terminal.Common.dll" />
<file src=".net 5.0\Simple.Wpf.Terminal.Themes\bin\Release\net5.0-windows10.0.17763.0\Simple.Wpf.Terminal.dll"
target="lib\net5.0-windows10.0.17763.0\Simple.Wpf.Terminal.dll" />
<file src=".net 5.0\Simple.Wpf.Terminal.Themes\bin\Release\net5.0-windows10.0.17763.0\Simple.Wpf.Terminal.Themes.dll"
target="lib\net5.0-windows10.0.17763.0\Simple.Wpf.Terminal.Themes.dll" />
<file src=".net 6.0\Simple.Wpf.Terminal.Themes\bin\Release\net6.0-windows10.0.17763.0\Simple.Wpf.Terminal.Common.dll"
target="lib\net6.0-windows10.0.17763.0\Simple.Wpf.Terminal.Common.dll" />
<file src=".net 6.0\Simple.Wpf.Terminal.Themes\bin\Release\net6.0-windows10.0.17763.0\Simple.Wpf.Terminal.dll"
target="lib\net6.0-windows10.0.17763.0\Simple.Wpf.Terminal.dll" />
<file src=".net 6.0\Simple.Wpf.Terminal.Themes\bin\Release\net6.0-windows10.0.17763.0\Simple.Wpf.Terminal.Themes.dll"
target="lib\net6.0-windows10.0.17763.0\Simple.Wpf.Terminal.Themes.dll" />
<file src=".net 7.0\Simple.Wpf.Terminal.Themes\bin\Release\net7.0-windows10.0.17763.0\Simple.Wpf.Terminal.Common.dll"
target="lib\net7.0-windows10.0.17763.0\Simple.Wpf.Terminal.Common.dll" />
<file src=".net 7.0\Simple.Wpf.Terminal.Themes\bin\Release\net7.0-windows10.0.17763.0\Simple.Wpf.Terminal.dll"
target="lib\net7.0-windows10.0.17763.0\Simple.Wpf.Terminal.dll" />
<file src=".net 7.0\Simple.Wpf.Terminal.Themes\bin\Release\net7.0-windows10.0.17763.0\Simple.Wpf.Terminal.Themes.dll"
target="lib\net7.0-windows10.0.17763.0\Simple.Wpf.Terminal.Themes.dll" />
</files>
</package>