-
Notifications
You must be signed in to change notification settings - Fork 0
/
KCore.nuspec
34 lines (34 loc) · 1.16 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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>KCore</id>
<version>0.2.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.2.0 ------ [01.01.24]
Main:
- New DASHBOARD
- Storage for KCore applications
- Localizations (en, ru)
- Inifile -> Initial
New widgets:
- Panel (Form is also Panel)
</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>