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

MessagePack.UnityShims.nuspec « nuget - github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 795c7f972986276c017ab3fddf18e3a1475fafa9 (plain)
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
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>MessagePack.UnityShims</id>
    <version>1.0.3</version>
    <title>MessagePack for C# Extension Support for Unity(add pseudo Vector type and fast Vectory[] extension formatter)</title>
    <authors>neuecc</authors>
    <owners>neuecc</owners>
    <projectUrl>https://github.com/neuecc/MessagePack-CSharp/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). Extension support for Unity.</description>
    <releaseNotes>fix formatter serialized to invalid data.</releaseNotes>
    <tags>MsgPack, MessagePack, Serialization, Formatter, Serializer, ReactiveProperty</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="MessagePack" version="1.0.3" />
      </group>
      <group targetFramework=".NETStandard1.4">
        <dependency id="MessagePack" version="1.0.3" />
      </group>
    </dependencies>
  </metadata>
  <files>
    <file src="..\src\MessagePack.UnityShims\bin\Release\netstandard1.4\MessagePack.UnityShims.dll" target="lib\net45" />
    <file src="..\src\MessagePack.UnityShims\bin\Release\netstandard1.4\MessagePack.UnityShims.xml" target="lib\net45" />
    <file src="..\src\MessagePack.UnityShims\bin\Release\netstandard1.4\MessagePack.UnityShims.dll" target="lib\netstandard1.4" />
    <file src="..\src\MessagePack.UnityShims\bin\Release\netstandard1.4\MessagePack.UnityShims.xml" target="lib\netstandard1.4" />
  </files>
</package>