-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathegovframe.nuspec
40 lines (35 loc) · 1.65 KB
/
egovframe.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- Package Information -->
<id>egovframe</id>
<version>4.2.0</version>
<title>eGovFrameWork</title>
<authors>leejongoyung</authors>
<owners>egovframe</owners>
<projectUrl>https://egovframe.go.kr</projectUrl>
<iconUrl>https://egovframe.go.kr/statics/home/images/logo.png</iconUrl>
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags>egovframe java spring framework</tags>
<!-- Description -->
<summary>eGovFrame is a public software development framework used in South Korea.</summary>
<description>
eGovFrame (Electronic Government Framework) is a standard framework for developing public sector applications in South Korea. It is built using Java and the Spring framework, providing essential tools for efficient development.
</description>
<releaseNotes>Initial release of the eGovFrame Chocolatey package.</releaseNotes>
<!-- Package Source URL -->
<packageSourceUrl>https://github.com/leejongyoung/egovframe-chocolatey</packageSourceUrl>
<!-- Optional Information -->
<docsUrl>https://www.egovframe.go.kr/wiki</docsUrl>
<bugTrackerUrl>https://www.egovframe.go.kr/home/sub.do?menuNo=69</bugTrackerUrl>
<!-- Dependencies -->
<dependencies>
<dependency id="openjdk" version="[17,18)" />
</dependencies>
</metadata>
<files>
<!-- Script Files -->
<file src="tools\**" target="tools" />
</files>
</package>