-
Notifications
You must be signed in to change notification settings - Fork 28
/
file-replacer.nuspec
24 lines (24 loc) · 1.02 KB
/
file-replacer.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
<?xml version="1.0"?>
<package>
<metadata>
<id>file-replacer</id>
<version>0.4.5-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<owners>Sayed Ibrahim Hashimi</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/ligershark/template-builder</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
A NuGet package which contains a PowerShell module which can be used to replace
text in files.
</description>
<copyright>Copyright 2013-2015 Sayed Ibrahim Hashimi</copyright>
</metadata>
<files>
<file src="file-replacer.psm1" target="tools\" />
<file src="LigerShark.FileReplacer.dll" target="tools\LigerShark.FileReplacer.dll" />
<file src="LigerShark.FileReplacer.dll" target="lib\LigerShark.FileReplacer.dll" />
<file src="LigerShark.FileReplacer.dll" target="lib\dotnet\LigerShark.FileReplacer.dll" />
<file src="LICENSE.md" target="LICENSE.md" />
</files>
</package>