-
Notifications
You must be signed in to change notification settings - Fork 3
/
CodeGen.Model.Library.nuspec
30 lines (30 loc) · 2.04 KB
/
CodeGen.Model.Library.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>CodeGen.Model.Library</id>
<version>4.0.10.0</version>
<title>CodeGen Model Library</title>
<authors>christoforosl</authors>
<projectUrl>https://github.com/christoforosl/codegen-lib</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<description>See GitHub wiki for more information:
https://github.com/christoforosl/codegen-lib/wiki</description>
<summary>Simple ORM that supports saving Object Hieratchies in a single transaction. Includes a code generator to generate ORM classes from database.</summary>
<releaseNotes>Exposed annotations as readonly properties in DBMapper and added test additional methods to validate select objects</releaseNotes>
<tags>orm</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Runtime.Serialization" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System.Data.Linq" targetFramework=".NETFramework4.0" />
<frameworkAssembly assemblyName="System.ComponentModel.DataAnnotations" targetFramework=".NETFramework4.0" />
</frameworkAssemblies>
</metadata>
<files>
<file src=".\org.codegen.libs\release\org.model.lib.4.0.dll" target="lib\net40\org.model.lib.4.0.dll" />
<file src=".\org.codegen.libs\release\org.model.lib.db.4.0.dll" target="lib\net40\org.model.lib.db.4.0.dll" />
<file src=".\org.codegen.libs\release\codeGenWin4.exe" target="tools\codeGenWin4.exe" />
<file src=".\org.codegen.libs\release\org.codegen.common.4.0.dll" target="tools\org.codegen.common.4.0.dll" />
<file src=".\org.codegen.libs\release\org.model.lib.4.0.dll" target="tools\org.model.lib.4.0.dll" />
<file src="org.codegen.libs\release\org.model.lib.db.4.0.dll" target="tools\org.model.lib.db.4.0.dll" />
</files>
</package>