-
Notifications
You must be signed in to change notification settings - Fork 30
/
Powergist.nuspec
19 lines (19 loc) · 1.04 KB
/
Powergist.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>powergist</id>
<version>1.0.3</version>
<title>PowerGist</title>
<authors>Lawrence Gripper</authors>
<licenseUrl>https://github.com/lawrencegripper/PowerGist/blob/master/LICENSE.MD</licenseUrl>
<projectUrl>https://github.com/lawrencegripper/PowerGist</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>PowerGist is a quick project to create a nice addin for the Powershell ISE to Edit, Run and Update Gists.</description>
<tags>Powershell Github Gist Source</tags>
</metadata>
<files>
<file src="GripDev.PowerGist.Addin\bin\Release\GistsApi.dll" target="lib\GistsApi.dll" />
<file src="GripDev.PowerGist.Addin\bin\Release\GripDev.PowerGist.Addin.dll" target="lib\GripDev.PowerGist.Addin.dll" />
<file src="chocolateyInstall.ps1" target="tools\chocolateyInstall.ps1" />
</files>
</package>