-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKCore.nuspec
37 lines (37 loc) · 1.33 KB
/
KCore.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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>KCore</id>
<version>0.1.0</version>
<authors>Kotov</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<description>A simple but powerful shell for creating applications in the Windows console</description>
<releaseNotes>
------ KCore 0.1.0 ------ [10.12.23]
The first version. Not everything from KTXCore has been adapted yet.
Main from KTXCore:
- Transition animations
- Graphics architecture
New:
- Widgets, new Forms, Requests instead Reactions
New widgets:
- Window, BoxLayout, ListBox
- WithVerticalScroll, VerticalScroll, Padding
- ScrollableText, TextWidget, TextRow
</releaseNotes>
<copyright>$copyright$</copyright>
<tags>windows console shell terminal widgets</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" />
<frameworkAssembly assemblyName="System.Core" />
<frameworkAssembly assemblyName="System.Drawing" />
</frameworkAssemblies>
<readme>doc\README.md</readme>
<repository type="git" url="https://github.com/AIexandrKotov/KCore.git" branch="master" />
</metadata>
<files>
<file src="KCore\README.md" target="doc"/>
<file src="bin\KCore.dll" target="lib\net"/>
</files>
</package>