Skip to content

Commit

Permalink
project structure simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-markeev committed Apr 19, 2018
1 parent c8c477a commit e41053f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1,310 deletions.
32 changes: 16 additions & 16 deletions Nuget/CamlJs.nuspec → CamlJs.nuspec
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CamlJs</id>
<version>2.9.0</version>
<authors>Andrei Markeev</authors>
<owners>Andrei Markeev</owners>
<licenseUrl>https://github.com/andrei-markeev/camljs/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/andrei-markeev/camljs</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Simplifies creation of SharePoint CAML queries for client-side scripts. Can be used with SharePoint Client Object Model and SPServices.</description>
<tags>SharePoint JavaScript CAML</tags>
</metadata>
<files>
<file src="..\dist\camljs.js" target="content\Scripts\camljs.js" />
</files>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CamlJs</id>
<version>2.9.0</version>
<authors>Andrei Markeev</authors>
<owners>Andrei Markeev</owners>
<licenseUrl>https://github.com/andrei-markeev/camljs/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/andrei-markeev/camljs</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Simplifies creation of SharePoint CAML queries for client-side scripts. Can be used with SharePoint Client Object Model and SPServices.</description>
<tags>SharePoint JavaScript CAML</tags>
</metadata>
<files>
<file src="dist\camljs.js" target="content\Scripts\camljs.js" />
</files>
</package>

0 comments on commit e41053f

Please sign in to comment.