| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,49 @@ | |||
| 1 | + <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | + <package> | ||
| 3 | + <metadata minClientVersion="2.12"> | ||
| 4 | + <id>MsgPack.Cli.Core</id> | ||
| 5 | + <title>MessagePack for CLI Core</title> | ||
| 6 | + <version>0.0.0-development</version> | ||
| 7 | + <authors>FUJIWARA, Yusuke</authors> | ||
| 8 | + <owners>FUJIWARA, Yusuke</owners> | ||
| 9 | + <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> | ||
| 10 | + <projectUrl>https://github.com/msgpack/msgpack-cli</projectUrl> | ||
| 11 | + <iconUrl>http://cli.msgpack.org/images/msgpack.ico</iconUrl> | ||
| 12 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| 13 | + <description>MessagePack is fast, compact, and interoperable binary serialization format. | ||
| 14 | + This package provides MessagePack core libraries only. This pacakge also supports Mono, Xamarin, .NET Core and Unity.</description> | ||
| 15 | + <releaseNotes>This release includes new code generators and package reorganization to reduce entire size in most cases.</releaseNotes> | ||
| 16 | + <copyright>Copyright 2010-2016 FUJIWARA, Yusuke, all rights reserved.</copyright> | ||
| 17 | + <tags>MsgPack MessagePack</tags> | ||
| 18 | + <dependencies> | ||
| 19 | + <group targetFramework=".NETFramework3.5" /> | ||
| 20 | + <group targetFramework="Silverlight5" /> | ||
| 21 | + <group targetFramework="MonoAndroid1.0" /> | ||
| 22 | + <group targetFramework="Xamarin.iOS1.0" /> | ||
| 23 | + <group targetFramework=".NETStandard1.1"> | ||
| 24 | + <dependency id="System.Collections" version="4.0.11" /> | ||
| 25 | + <dependency id="System.Diagnostics.Debug" version="4.0.11" /> | ||
| 26 | + <dependency id="System.Diagnostics.Tools" version="4.0.1" /> | ||
| 27 | + <dependency id="System.Globalization" version="4.0.11" /> | ||
| 28 | + <dependency id="System.IO" version="4.1.0" /> | ||
| 29 | + <dependency id="System.Linq" version="4.1.0" /> | ||
| 30 | + <dependency id="System.Reflection" version="4.1.0" /> | ||
| 31 | + <dependency id="System.Reflection.Extensions" version="4.0.1" /> | ||
| 32 | + <dependency id="System.Reflection.Primitives" version="4.0.1" /> | ||
| 33 | + <dependency id="System.Resources.ResourceManager" version="4.0.1" /> | ||
| 34 | + <dependency id="System.Runtime" version="4.1.0" /> | ||
| 35 | + <dependency id="System.Runtime.Extensions" version="4.1.0" /> | ||
| 36 | + <dependency id="System.Runtime.InteropServices" version="4.1.0" /> | ||
| 37 | + <dependency id="System.Runtime.Serialization.Primitives" version="4.1.0" /> | ||
| 38 | + <dependency id="System.Text.Encoding" version="4.0.11" /> | ||
| 39 | + <dependency id="System.Text.Encoding.Extensions" version="4.0.11" /> | ||
| 40 | + <dependency id="System.Text.RegularExpressions" version="4.1.0" /> | ||
| 41 | + <dependency id="System.Threading" version="4.0.11" /> | ||
| 42 | + </group> | ||
| 43 | + </dependencies> | ||
| 44 | + </metadata> | ||
| 45 | + <files> | ||
| 46 | + <file src="bin\**\*.dll" target="lib" exclude="**\System.*;**\Microsoft.*;**\Mono.*" /> | ||
| 47 | + <file src="bin\**\*.XML" target="lib" exclude="**\System.*;**\Microsoft.*;**\Mono.*" /> | ||
| 48 | + </files> | ||
| 49 | + </package> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,35 @@ | |||
| 1 | + <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | + <package> | ||
| 3 | + <metadata minClientVersion="2.12"> | ||
| 4 | + <id>MsgPack.Cli.Serialization</id> | ||
| 5 | + <title>MessagePack for CLI Serialization</title> | ||
| 6 | + <version>0.0.0-development</version> | ||
| 7 | + <authors>FUJIWARA, Yusuke</authors> | ||
| 8 | + <owners>FUJIWARA, Yusuke</owners> | ||
| 9 | + <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl> | ||
| 10 | + <projectUrl>https://github.com/msgpack/msgpack-cli</projectUrl> | ||
| 11 | + <iconUrl>http://cli.msgpack.org/images/msgpack.ico</iconUrl> | ||
| 12 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
| 13 | + <description>MessagePack is fast, compact, and interoperable binary serialization format. | ||
| 14 | + This package provides MessagePack serialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.</description> | ||
| 15 | + <releaseNotes>This release includes new code generators and package reorganization to reduce entire size in most cases.</releaseNotes> | ||
| 16 | + <copyright>Copyright 2010-2016 FUJIWARA, Yusuke, all rights reserved.</copyright> | ||
| 17 | + <tags>MsgPack MessagePack Serialization Formatter Serializer</tags> | ||
| 18 | + <dependencies> | ||
| 19 | + <group> | ||
| 20 | + <dependency id="MsgPack.Cli.Core" version="${VERSION}" /> | ||
| 21 | + </group> | ||
| 22 | + <group targetFramework=".NETFramework3.5" /> | ||
| 23 | + <group targetFramework="Silverlight5" /> | ||
| 24 | + <group targetFramework="MonoAndroid1.0" /> | ||
| 25 | + <group targetFramework="Xamarin.iOS1.0" /> | ||
| 26 | + <group targetFramework=".NETStandard1.1"> | ||
| 27 | + <dependency id="System.Collections.Concurrent" version="4.0.12" /> | ||
| 28 | + </group> | ||
| 29 | + </dependencies> | ||
| 30 | + </metadata> | ||
| 31 | + <files> | ||
| 32 | + <file src="bin\**\*.dll" target="lib" exclude="**\System.*;**\Microsoft.*;**\Mono.*" /> | ||
| 33 | + <file src="bin\**\*.XML" target="lib" exclude="**\System.*;**\Microsoft.*;**\Mono.*" /> | ||
| 34 | + </files> | ||
| 35 | + </package> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,36 @@ | |||
| 1 | + #region -- License Terms -- | ||
| 2 | + // | ||
| 3 | + // MessagePack for CLI | ||
| 4 | + // | ||
| 5 | + // Copyright (C) 2016 FUJIWARA, Yusuke | ||
| 6 | + // | ||
| 7 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 8 | + // you may not use this file except in compliance with the License. | ||
| 9 | + // You may obtain a copy of the License at | ||
| 10 | + // | ||
| 11 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 12 | + // | ||
| 13 | + // Unless required by applicable law or agreed to in writing, software | ||
| 14 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 15 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 16 | + // See the License for the specific language governing permissions and | ||
| 17 | + // limitations under the License. | ||
| 18 | + // | ||
| 19 | + #endregion -- License Terms -- | ||
| 20 | + | ||
| 21 | + using System.Reflection; | ||
| 22 | + using System.Runtime.CompilerServices; | ||
| 23 | + using System.Security; | ||
| 24 | + | ||
| 25 | + [assembly: AssemblyTitle( "MessagePack for CLI(.NET/Mono) Code Generation" )] | ||
| 26 | + [assembly: AssemblyDescription( "MessagePack for CLI(.NET/Mono) serializer source code generation feature." )] | ||
| 27 | + | ||
| 28 | + [assembly: AssemblyFileVersion( "0.7.2259.1047" )] | ||
| 29 | + | ||
| 30 | + [assembly: AllowPartiallyTrustedCallers] | ||
| 31 | + | ||
| 32 | + #if DEBUG || PERFORMANCE_TEST | ||
| 33 | + [assembly: InternalsVisibleTo( "MsgPack.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )] | ||
| 34 | + #endif | ||
| 35 | + | ||
| 36 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,30 @@ | |||
| 1 | + { | ||
| 2 | + "supports": {}, | ||
| 3 | + "dependencies": { | ||
| 4 | + "System.Collections": "4.0.11", | ||
| 5 | + "System.Collections.Concurrent": "4.0.12", | ||
| 6 | + "System.Diagnostics.Debug": "4.0.11", | ||
| 7 | + "System.Diagnostics.Tools": "4.0.1", | ||
| 8 | + "System.Globalization": "4.0.11", | ||
| 9 | + "System.IO": "4.1.0", | ||
| 10 | + "System.Linq": "4.1.0", | ||
| 11 | + "System.Reflection": "4.1.0", | ||
| 12 | + "System.Reflection.Emit": "4.0.1", | ||
| 13 | + "System.Reflection.Emit.Lightweight": "4.0.1", | ||
| 14 | + "System.Reflection.Extensions": "4.0.1", | ||
| 15 | + "System.Reflection.Primitives": "4.0.1", | ||
| 16 | + "System.Resources.ResourceManager": "4.0.1", | ||
| 17 | + "System.Runtime": "4.1.0", | ||
| 18 | + "System.Runtime.Extensions": "4.1.0", | ||
| 19 | + "System.Runtime.InteropServices": "4.1.0", | ||
| 20 | + "System.Runtime.Serialization.Primitives": "4.1.1", | ||
| 21 | + "System.Text.Encoding": "4.0.11", | ||
| 22 | + "System.Text.Encoding.Extensions": "4.0.11", | ||
| 23 | + "System.Text.RegularExpressions": "4.1.0", | ||
| 24 | + "System.Threading": "4.0.11", | ||
| 25 | + "System.Linq.Expressions": "4.1.0" | ||
| 26 | + }, | ||
| 27 | + "frameworks": { | ||
| 28 | + "netstandard1.1": {} | ||
| 29 | + } | ||
| 30 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,42 @@ | |||
| 1 | + #region -- License Terms -- | ||
| 2 | + // | ||
| 3 | + // MessagePack for CLI | ||
| 4 | + // | ||
| 5 | + // Copyright (C) 2016 FUJIWARA, Yusuke | ||
| 6 | + // | ||
| 7 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 8 | + // you may not use this file except in compliance with the License. | ||
| 9 | + // You may obtain a copy of the License at | ||
| 10 | + // | ||
| 11 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 12 | + // | ||
| 13 | + // Unless required by applicable law or agreed to in writing, software | ||
| 14 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 15 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 16 | + // See the License for the specific language governing permissions and | ||
| 17 | + // limitations under the License. | ||
| 18 | + // | ||
| 19 | + #endregion -- License Terms -- | ||
| 20 | + | ||
| 21 | + using System.Reflection; | ||
| 22 | + using System.Runtime.CompilerServices; | ||
| 23 | + using System.Security; | ||
| 24 | + | ||
| 25 | + [assembly: AssemblyTitle( "MessagePack for CLI(.NET/Mono) Core" )] | ||
| 26 | + [assembly: AssemblyDescription( "MessagePack for CLI(.NET/Mono) core library." )] | ||
| 27 | + | ||
| 28 | + [assembly: AssemblyFileVersion( "0.7.2259.1047" )] | ||
| 29 | + | ||
| 30 | + [assembly: AllowPartiallyTrustedCallers] | ||
| 31 | + | ||
| 32 | + [assembly: InternalsVisibleTo( "MsgPack.Serialization, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )] | ||
| 33 | + [assembly: InternalsVisibleTo( "MsgPack.CodeGeneration.Core, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )] | ||
| 34 | + [assembly: InternalsVisibleTo( "MsgPack.CodeGeneration.CSharp, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )] | ||
| 35 | + [assembly: InternalsVisibleTo( "MsgPack.CodeGeneration.VisualBasic, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )] | ||
| 36 | + | ||
| 37 | + #if DEBUG || PERFORMANCE_TEST | ||
| 38 | + [assembly: InternalsVisibleTo( "MsgPack.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )] | ||
| 39 | + [assembly: InternalsVisibleTo( "MsgPack.UnitTest.BclExtensions, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )] | ||
| 40 | + #endif | ||
| 41 | + | ||
| 42 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,26 @@ | |||
| 1 | + { | ||
| 2 | + "supports": {}, | ||
| 3 | + "dependencies": { | ||
| 4 | + "System.Collections": "4.0.11", | ||
| 5 | + "System.Diagnostics.Debug": "4.0.11", | ||
| 6 | + "System.Diagnostics.Tools": "4.0.1", | ||
| 7 | + "System.Globalization": "4.0.11", | ||
| 8 | + "System.IO": "4.1.0", | ||
| 9 | + "System.Linq": "4.1.0", | ||
| 10 | + "System.Reflection": "4.1.0", | ||
| 11 | + "System.Reflection.Extensions": "4.0.1", | ||
| 12 | + "System.Reflection.Primitives": "4.0.1", | ||
| 13 | + "System.Resources.ResourceManager": "4.0.1", | ||
| 14 | + "System.Runtime": "4.1.0", | ||
| 15 | + "System.Runtime.Extensions": "4.1.0", | ||
| 16 | + "System.Runtime.InteropServices": "4.1.0", | ||
| 17 | + "System.Runtime.Serialization.Primitives": "4.1.1", | ||
| 18 | + "System.Text.Encoding": "4.0.11", | ||
| 19 | + "System.Text.Encoding.Extensions": "4.0.11", | ||
| 20 | + "System.Text.RegularExpressions": "4.1.0", | ||
| 21 | + "System.Threading": "4.0.11" | ||
| 22 | + }, | ||
| 23 | + "frameworks": { | ||
| 24 | + "netstandard1.1": {} | ||
| 25 | + } | ||
| 26 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,36 @@ | |||
| 1 | + #region -- License Terms -- | ||
| 2 | + // | ||
| 3 | + // MessagePack for CLI | ||
| 4 | + // | ||
| 5 | + // Copyright (C) 2016 FUJIWARA, Yusuke | ||
| 6 | + // | ||
| 7 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 8 | + // you may not use this file except in compliance with the License. | ||
| 9 | + // You may obtain a copy of the License at | ||
| 10 | + // | ||
| 11 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 12 | + // | ||
| 13 | + // Unless required by applicable law or agreed to in writing, software | ||
| 14 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 15 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 16 | + // See the License for the specific language governing permissions and | ||
| 17 | + // limitations under the License. | ||
| 18 | + // | ||
| 19 | + #endregion -- License Terms -- | ||
| 20 | + | ||
| 21 | + using System.Reflection; | ||
| 22 | + using System.Runtime.CompilerServices; | ||
| 23 | + using System.Security; | ||
| 24 | + | ||
| 25 | + [assembly: AssemblyTitle( "MessagePack for CLI(.NET/Mono) DB Type Serializers" )] | ||
| 26 | + [assembly: AssemblyDescription( "MessagePack for CLI(.NET/Mono) out-of-box serializers for System.Data.Common." )] | ||
| 27 | + | ||
| 28 | + [assembly: AssemblyFileVersion( "0.7.2259.1047" )] | ||
| 29 | + | ||
| 30 | + [assembly: AllowPartiallyTrustedCallers] | ||
| 31 | + | ||
| 32 | + #if DEBUG || PERFORMANCE_TEST | ||
| 33 | + [assembly: InternalsVisibleTo( "MsgPack.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )] | ||
| 34 | + #endif | ||
| 35 | + | ||
| 36 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,30 @@ | |||
| 1 | + { | ||
| 2 | + "supports": {}, | ||
| 3 | + "dependencies": { | ||
| 4 | + "System.Collections": "4.0.11", | ||
| 5 | + "System.Collections.Concurrent": "4.0.12", | ||
| 6 | + "System.Diagnostics.Debug": "4.0.11", | ||
| 7 | + "System.Diagnostics.Tools": "4.0.1", | ||
| 8 | + "System.Globalization": "4.0.11", | ||
| 9 | + "System.IO": "4.1.0", | ||
| 10 | + "System.Linq": "4.1.0", | ||
| 11 | + "System.Reflection": "4.1.0", | ||
| 12 | + "System.Reflection.Emit": "4.0.1", | ||
| 13 | + "System.Reflection.Emit.Lightweight": "4.0.1", | ||
| 14 | + "System.Reflection.Extensions": "4.0.1", | ||
| 15 | + "System.Reflection.Primitives": "4.0.1", | ||
| 16 | + "System.Resources.ResourceManager": "4.0.1", | ||
| 17 | + "System.Runtime": "4.1.0", | ||
| 18 | + "System.Runtime.Extensions": "4.1.0", | ||
| 19 | + "System.Runtime.InteropServices": "4.1.0", | ||
| 20 | + "System.Runtime.Serialization.Primitives": "4.1.1", | ||
| 21 | + "System.Text.Encoding": "4.0.11", | ||
| 22 | + "System.Text.Encoding.Extensions": "4.0.11", | ||
| 23 | + "System.Text.RegularExpressions": "4.1.0", | ||
| 24 | + "System.Threading": "4.0.11", | ||
| 25 | + "System.Linq.Expressions": "4.1.0" | ||
| 26 | + }, | ||
| 27 | + "frameworks": { | ||
| 28 | + "netstandard1.1": {} | ||
| 29 | + } | ||
| 30 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,36 @@ | |||
| 1 | + #region -- License Terms -- | ||
| 2 | + // | ||
| 3 | + // MessagePack for CLI | ||
| 4 | + // | ||
| 5 | + // Copyright (C) 2016 FUJIWARA, Yusuke | ||
| 6 | + // | ||
| 7 | + // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 8 | + // you may not use this file except in compliance with the License. | ||
| 9 | + // You may obtain a copy of the License at | ||
| 10 | + // | ||
| 11 | + // http://www.apache.org/licenses/LICENSE-2.0 | ||
| 12 | + // | ||
| 13 | + // Unless required by applicable law or agreed to in writing, software | ||
| 14 | + // distributed under the License is distributed on an "AS IS" BASIS, | ||
| 15 | + // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 16 | + // See the License for the specific language governing permissions and | ||
| 17 | + // limitations under the License. | ||
| 18 | + // | ||
| 19 | + #endregion -- License Terms -- | ||
| 20 | + | ||
| 21 | + using System.Reflection; | ||
| 22 | + using System.Runtime.CompilerServices; | ||
| 23 | + using System.Security; | ||
| 24 | + | ||
| 25 | + [assembly: AssemblyTitle( "MessagePack for CLI(.NET/Mono) Extended Core Serializers" )] | ||
| 26 | + [assembly: AssemblyDescription( "MessagePack for CLI(.NET/Mono) out-of-box serializers for System.dll and System.Core.dll on Unity." )] | ||
| 27 | + | ||
| 28 | + [assembly: AssemblyFileVersion( "0.7.2259.1047" )] | ||
| 29 | + | ||
| 30 | + [assembly: AllowPartiallyTrustedCallers] | ||
| 31 | + | ||
| 32 | + #if DEBUG || PERFORMANCE_TEST | ||
| 33 | + [assembly: InternalsVisibleTo( "MsgPack.UnitTest, PublicKey=0024000004800000940000000602000000240000525341310004000001000100a967de8de9d45380b93a6aa56f64fc2cb2d3c9d4b400e00de01f31ba9e15cf5ca95926dbf8760cce413eabd711e23df0c133193a570da8a3bb1bdc00ef170fccb2bc033266fa5346442c9cf0b071133d5b484845eab17095652aeafeeb71193506b8294d9c8c91e3fd01cc50bdbc2d0eb78dd655bb8cd0bd3cdbbcb192549cb4" )] | ||
| 34 | + #endif | ||
| 35 | + | ||
| 36 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,30 @@ | |||
| 1 | + { | ||
| 2 | + "supports": {}, | ||
| 3 | + "dependencies": { | ||
| 4 | + "System.Collections": "4.0.11", | ||
| 5 | + "System.Collections.Concurrent": "4.0.12", | ||
| 6 | + "System.Diagnostics.Debug": "4.0.11", | ||
| 7 | + "System.Diagnostics.Tools": "4.0.1", | ||
| 8 | + "System.Globalization": "4.0.11", | ||
| 9 | + "System.IO": "4.1.0", | ||
| 10 | + "System.Linq": "4.1.0", | ||
| 11 | + "System.Reflection": "4.1.0", | ||
| 12 | + "System.Reflection.Emit": "4.0.1", | ||
| 13 | + "System.Reflection.Emit.Lightweight": "4.0.1", | ||
| 14 | + "System.Reflection.Extensions": "4.0.1", | ||
| 15 | + "System.Reflection.Primitives": "4.0.1", | ||
| 16 | + "System.Resources.ResourceManager": "4.0.1", | ||
| 17 | + "System.Runtime": "4.1.0", | ||
| 18 | + "System.Runtime.Extensions": "4.1.0", | ||
| 19 | + "System.Runtime.InteropServices": "4.1.0", | ||
| 20 | + "System.Runtime.Serialization.Primitives": "4.1.1", | ||
| 21 | + "System.Text.Encoding": "4.0.11", | ||
| 22 | + "System.Text.Encoding.Extensions": "4.0.11", | ||
| 23 | + "System.Text.RegularExpressions": "4.1.0", | ||
| 24 | + "System.Threading": "4.0.11", | ||
| 25 | + "System.Linq.Expressions": "4.1.0" | ||
| 26 | + }, | ||
| 27 | + "frameworks": { | ||
| 28 | + "netstandard1.1": {} | ||
| 29 | + } | ||
| 30 | + } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments