-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGosso.EPiServerAddOn.ContextMenu.OpenInFormsView.nuspec
More file actions
24 lines (24 loc) · 1.38 KB
/
Gosso.EPiServerAddOn.ContextMenu.OpenInFormsView.nuspec
File metadata and controls
24 lines (24 loc) · 1.38 KB
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 xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Gosso.EPiServerAddOn.ContextMenu.OpenInFormsView</id>
<version>$version$</version>
<title>OpenInFormsView for Episerver UI</title>
<authors>Luc Gosso</authors>
<owners>Gosso Systems AB</owners>
<iconUrl>https://devblog.gosso.se/wp-content/uploads/2016/09/o.png</iconUrl>
<projectUrl>https://github.com/LucGosso/Gosso.EPiServerAddOn.ContextMenu.OpenInFormsView</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds a command to the page tree that opens the page in form view for edit (CMS 9-11 compat)</description>
<releaseNotes>More information https://github.com/LucGosso/Gosso.EPiServerAddOn.ContextMenu.OpenInFormsView </releaseNotes>
<copyright>Free</copyright>
<tags>EPiServerModulePackage EPiServer-UI EPiServerAddOn ThirdPartyAddon Gosso CMS11</tags>
<dependencies>
<dependency id="EPiServer.CMS.UI" version="[9.0,12.0)" />
</dependencies>
</metadata>
<files>
<file src="bin\$configuration$\Gosso.EPiServerAddOn.ContextMenu.OpenInFormsView.dll" target="content\modulesbin\" />
<file src="bin\$configuration$\Gosso.EPiServerAddOn.ContextMenu.OpenInFormsView.zip" target="content\modules\_protected\Gosso.EPiServerAddOn.ContextMenu.OpenInFormsView\" />
</files>
</package>