Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/PersistenceCodeFix/PersistenceCodeFix/PersistenceCodeFix/Diagnostic.nuspec @ 14933

Last change on this file since 14933 was 14933, checked in by gkronber, 7 years ago

#2520 added a code fix for generating StorableTypeAttributes

File size: 1.4 KB
Line 
1<?xml version="1.0"?>
2<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3  <metadata>
4    <id>PersistenceCodeFix</id>
5    <version>1.0.0.0</version>
6    <title>PersistenceCodeFix</title>
7    <authors>P24581</authors>
8    <owners>P24581</owners>
9    <licenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</licenseUrl>
10    <projectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</projectUrl>
11    <iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>
12    <requireLicenseAcceptance>false</requireLicenseAcceptance>
13    <description>PersistenceCodeFix</description>
14    <releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
15    <copyright>Copyright</copyright>
16    <tags>PersistenceCodeFix, analyzers</tags>
17    <frameworkAssemblies>
18      <frameworkAssembly assemblyName="System" targetFramework="" />
19    </frameworkAssemblies>
20    <developmentDependency>true</developmentDependency>
21  </metadata>
22  <!-- The convention for analyzers is to put language agnostic dlls in analyzers\portable50 and language specific analyzers in either analyzers\portable50\cs or analyzers\portable50\vb -->
23  <files>
24    <file src="*.dll" target="analyzers\dotnet\cs" exclude="**\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" />
25    <file src="tools\*.ps1" target="tools\" />
26  </files>
27</package>
Note: See TracBrowser for help on using the repository browser.