-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.nuspec
22 lines (22 loc) · 949 Bytes
/
.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>NotiSharp</id>
<version>1.4.3</version>
<title>NotiSharp</title>
<authors>MinkiDev</authors>
<owners>MinkiDev</owners>
<licenseUrl>https://github.com/MinkiDev/NotiSharp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/MinkiDev/NotiSharp</projectUrl>
<iconUrl>https://i.imgur.com/UStZXUS.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>NotiSharp is a customized notification service library for Windows</description>
<releaseNotes>Default popup form size and some popup properties are changed</releaseNotes>
<copyright>Copyright 2018 MinkiDev</copyright>
<tags>c# windows forms notification</tags>
<summary>NotiSharp is a customized notification service library for Windows</summary>
</metadata>
<files>
<file src="README.md" />
</files>
</package>