Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MessagePackAnalyzer.nuspec « nuget - github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4234f88c658b723fb51dbed03be423548942b73e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>MessagePackAnalyzer</id>
    <version>1.5.0</version>
    <title>MessagePackAnalyzer</title>
    <authors>neuecc</authors>
    <owners>neuecc</owners>
    <projectUrl>https://github.com/neuecc/MessagePack-CSharp/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].</description>
    <releaseNotes>Supports oldspec msgpack format resolver.</releaseNotes>
    <tags>MsgPack, MessagePack, Serialization, Formatter, Analyzer</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
  <files>
    <file src="..\src\MessagePackAnalyzer\bin\Release\*.dll" target="analyzers\dotnet\cs" exclude="**\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" />
    <file src="..\src\MessagePackAnalyzer\bin\Release\tools\*.ps1" target="tools\" />
  </files>
</package>