Skip to content

Commit

Permalink
build: updated nuspec file contents
Browse files Browse the repository at this point in the history
  • Loading branch information
mzajkowski committed Mar 19, 2021
1 parent cab42c1 commit dcf3517
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/Cogworks.ContentGuard/Cogworks.ContentGuard.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Cogworks.ContentGuard</id>
<version>$version$</version>
<title>Cogworks.ContentGuard</title>
<authors>Cogworks</authors>
<owners>Cogworks</owners>
<projectUrl>https://github.com/thecogworks/Cogworks.ContentGuard</projectUrl>
<repository type="git" url="https://github.com/thecogworks/Cogworks.ContentGuard" />
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>A package for Umbraco CMS allowing to seamleassly lock down pages for the specific editor to avoid overwriting content with simultanous changes.</description>
<copyright>The Cogworks Limited 2021</copyright>
<tags>umbraco, content-management, umbraco-v8, umbraco-v8-backoffice, editors-experience</tags>
<dependencies>
<group targetFramework="net472">
<dependency id="UmbracoCms.Core" version="8.9.0" />
<dependency id="UmbracoCms.Web" version="8.9.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="Web\UI\**\*.*" target="content" />
<file src="bin\Release\**\Cogworks.ContentGuard.dll" target="lib\net472" />
<file src="bin\Release\**\Cogworks.ContentGuard.Core.dll" target="lib\net472" />
</files>
</package>

0 comments on commit dcf3517

Please sign in to comment.