Initial commit
This commit is contained in:
18
Katteker.Gui/Katteker.Gui.nuspec
Normal file
18
Katteker.Gui/Katteker.Gui.nuspec
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>$id$</id>
|
||||
<version>$version$</version>
|
||||
<title>$id$</title>
|
||||
<authors>$author$</authors>
|
||||
<owners>$author$</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>$description$</description>
|
||||
<copyright>Copyright 2017</copyright>
|
||||
<dependencies>
|
||||
<dependency id="squirrel.windows" version="[1.7.9]" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user