-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUpdate-Lbi.nuspec
More file actions
19 lines (19 loc) · 891 Bytes
/
Copy pathUpdate-Lbi.nuspec
File metadata and controls
19 lines (19 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>update-lbi</id>
<title>update-Lbi</title>
<version>0.5</version>
<authors>Sergey Mazurkin</authors>
<license type="expression">MIT</license>
<projectUrl>https://github.com/mazzy-ax/Update-Lbi</projectUrl>
<iconUrl>https://github.com/mazzy-ax/Update-Lbi/blob/master/Media/Update-Lbi-icon.png?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Powershell advanced function updates Dreamweaver library items (LBI) within html-files.</description>
<releaseNotes>see [CHANGELOG.md](https://github.com/mazzy-ax/Update-Lbi/blob/master/CHANGELOG.md)</releaseNotes>
<tags>dreamweaver library lbi html</tags>
</metadata>
<files>
<file src="Update-Lbi\**\*.*" target="\" />
</files>
</package>