17 lines
1.1 KiB
XML
17 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>MessagePackAnalyzer</id>
|
|
<version>3.1.3</version>
|
|
<title>MessagePack Source Generator and Analyzer</title>
|
|
<authors>neuecc,aarnott</authors>
|
|
<developmentDependency>true</developmentDependency>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<projectUrl>https://github.com/MessagePack-CSharp/MessagePack-CSharp</projectUrl>
|
|
<description>Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.</description>
|
|
<copyright>© Yoshifumi Kawai and contributors. All rights reserved.</copyright>
|
|
<tags>MsgPack MessagePack Serialization Formatter Analyzer</tags>
|
|
<repository type="git" url="https://github.com/MessagePack-CSharp/MessagePack-CSharp" commit="6d58a2d9276eeec52c4e3222e9f69513d9f0bafe" />
|
|
</metadata>
|
|
</package> |