Skip to content

Commit

Permalink
added missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
apobekiaris committed Apr 30, 2019
1 parent fd900c5 commit cbeaf56
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -40,7 +40,7 @@ Email | Send emails using bussiness rules from application model without cod
[System](#system-modules)| Support multiple datastore , calculable properties at runtime ,dynamic model creation,control grid options, datacaching, web master detail, view inheritance etc. |Y| Y|![](https://img.shields.io/nuget/dt/eXpandSystem.svg?label=&style=flat)
JobSheduler | Acts as a wrapper for the powerfull Quartz.Net, providing a flexible UI for managing Jobs at runtime | Y | Y|![](https://img.shields.io/nuget/dt/eXpandJobScheduler.svg?label=&style=flat)
[DBMapper](#dbmapper) | Map 14 different types of databases at runtime into worldcreator persistent objects | Y | Y|![](https://img.shields.io/nuget/dt/eXpandWorldCreatorDBMapper.svg?label=&style=flat)
[IO](#io) | Export & Import object graphs | Y | Y
[IO](#io) | Export & Import object graphs | Y | Y|![](https://img.shields.io/nuget/dt/eXpandIO.svg?label=&style=flat)
MapView | Google Maps integration for XAF web apps. Blog posts. | Y | Y|![](https://img.shields.io/nuget/dt/eXpandMapView.svg?label=&style=flat)
FileAttachments | Provides support for file system storage as per E965 | Y | Y|![](https://img.shields.io/nuget/dt/eXpandFileAttachment.svg?label=&style=flat)
Scheduler | Please explore the XVideoRental module found in Demos/XVideoRental folder (Blog posts) | Y | Y|![](https://img.shields.io/nuget/dt/eXpandScheduler.svg?label=&style=flat)
Expand Down
25 changes: 25 additions & 0 deletions Support/Nuspec/HtmlPropertyEditor.Web.nuspec
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>eXpandHtmlPropertyEditor</id>
<version>14.1.6.10</version>
<title>DevExpress eXpandFramework HtmlPropertyEditor Module (Web)</title>
<authors>eXpandFramework</authors>
<owners>eXpandFramework</owners>
<iconUrl>http://expandframework.com/images/site/eXpand-Sign.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>HtmlPropertyEditor Web Module / eXpandFramework. To debug in VS enable Source Server support under Tools/Options/Debugging.</description>
<summary>HtmlPropertyEditor Web Module / eXpandFramework</summary>
<copyright>eXpandFramework.com</copyright>
<tags>DevExpress, eXpand, XAF, eXpressApp</tags>
<projectUrl>http://www.expandframework.com/#HtmlPropertyEditor</projectUrl>
<dependencies>
<dependency id="eXpandHtmlPropertyEditor" version="18.2.704.0" />
<dependency id="eXpandLib" version="18.2.704.0" />
</dependencies>
</metadata>
<files>
<file src="\Build\Temp\Xpand.ExpressApp.HtmlPropertyEditor.Web.dll" target="lib\net40\Xpand.ExpressApp.HtmlPropertyEditor.Web.dll" />
<file src="\Build\Temp\Xpand.ExpressApp.HtmlPropertyEditor.Web.pdb" target="lib\net40\Xpand.ExpressApp.HtmlPropertyEditor.Web.pdb" />
</files>
</package>

0 comments on commit cbeaf56

Please sign in to comment.