-
Notifications
You must be signed in to change notification settings - Fork 1
/
EdmxSourceGenerator.nuspec
25 lines (25 loc) · 1.27 KB
/
EdmxSourceGenerator.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
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>EdmxSourceGenerator</id>
<version>$version$</version>
<authors>Els_kom org.</authors>
<developmentDependency>true</developmentDependency>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/Elskom/EdmxSourceGenerator</projectUrl>
<description>Source Generator for dumping generating source code from an edmx file as an alternative to text templates. Also can generate metadata on the entity types as well with a special MetaData.yml file.</description>
<releaseNotes>$PackageReleaseNotes$</releaseNotes>
<copyright>Copyright (c) 2023</copyright>
<repository type="git" url="https://github.com/Elskom/EdmxSourceGenerator.git" />
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
<files>
<file src="$BaseOutputPath$EdmxSourceGenerator.dll" target="analyzers\cs\" />
<file src="$BaseOutputPath$YamlDotNet.dll" target="analyzers\cs\" />
<file src="build/EdmxSourceGenerator.props" target="build\" />
</files>
</package>