|
| 1 | +<?xml version="1.0" encoding="utf-8" ?> |
| 2 | +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" > |
| 3 | + <metadata> |
| 4 | + <id>CodeFactory.Automation.Data.Sql.EF.Logic</id> |
| 5 | + <version>2.23163.1-PreRelease</version> |
| 6 | + <title>Repositry automation for MS SQL using Entity Framework Core.</title> |
| 7 | + <authors>CodeFactory, LLC.</authors> |
| 8 | + <owners>CodeFactory, LLC.</owners> |
| 9 | + <requireLicenseAcceptance>true</requireLicenseAcceptance> |
| 10 | + <description>Entity framework SQL automation logic to be used with CodeFactory commands built with Visual Studio - Windows.</description> |
| 11 | + <projectUrl>https://github.com/CodeFactoryLLC/CodeFactoryPackages</projectUrl> |
| 12 | + <license type="expression">MIT</license> |
| 13 | + <repository type="git" url="https://github.com/CodeFactoryLLC/CodeFactoryPackages.git" branch="main" /> |
| 14 | + <releaseNotes> |
| 15 | + Initial release of automation logic. |
| 16 | + </releaseNotes> |
| 17 | + <copyright>Copyright © 2023 CodeFactory, LLC.</copyright> |
| 18 | + <tags>Factory Automation</tags> |
| 19 | + <dependencies> |
| 20 | + <dependency id="CodeFactory.WinVs.SDK" version="2.23160.1-PreRelease"/> |
| 21 | + <dependency id="CodeFactory.Automation.Standard.Logic" version="2.23159.1-PreRelease"/> |
| 22 | + <dependency id="CodeFactory.Automation.Standard.NDF.Logic" version="2.23159.1-PreRelease"/> |
| 23 | + </dependencies> |
| 24 | + <icon>CFLogo128.png</icon> |
| 25 | + </metadata> |
| 26 | + <files> |
| 27 | + <file src="Images\CFLogo128.png" target=""/> |
| 28 | + <file src="bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.dll" target="lib/net48/"/> |
| 29 | + <file src="bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.xml" target="lib/net48/"/> |
| 30 | + <file src="bin\Debug\CodeFactory.Automation.Data.Sql.EF.Logic.pdb" target="lib/net48/"/> |
| 31 | + </files> |
| 32 | +</package> |
0 commit comments