This commit is contained in:
CortexCore
2024-11-23 17:24:25 +08:00
parent a8ed155236
commit 1b71993e32
27 changed files with 7232 additions and 14 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>MemoryPack.Generator</id>
<version>1.21.3</version>
<authors>Cysharp</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<projectUrl>https://github.com/Cysharp/MemoryPack</projectUrl>
<description>Code generator for MemoryPack.</description>
<copyright>© Cysharp, Inc.</copyright>
<tags>serializer</tags>
<repository type="git" url="https://github.com/Cysharp/MemoryPack" commit="1e4bf883b3e4963e565774656f7de938f252c9c4" />
</metadata>
</package>