mirror of https://github.com/SixLabors/ImageSharp
115 changed files with 323 additions and 538 deletions
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<packages> |
|||
<package id="Csharp-Sqlite" version="3.7.7.1" targetFramework="net40" /> |
|||
<package id="Microsoft.Bcl" version="1.1.3" targetFramework="net40" /> |
|||
<package id="Microsoft.Bcl" version="1.0.19" targetFramework="net40" /> |
|||
<package id="Microsoft.Bcl.Async" version="1.0.16" targetFramework="net40" /> |
|||
<package id="Microsoft.Bcl.Build" version="1.0.8" targetFramework="net40" /> |
|||
<package id="sqlite-net" version="1.0.7" targetFramework="net40" /> |
|||
|
|||
Binary file not shown.
@ -1 +0,0 @@ |
|||
8a839fc32a168bcddd1bd9043d64e9502bab4e99 |
|||
@ -1 +0,0 @@ |
|||
8c5a374f583194706fa94a269f7ab4543dc4ece6 |
|||
@ -0,0 +1 @@ |
|||
129834a775acc5e2bfe85dc7db9edd37b9219e43 |
|||
@ -0,0 +1 @@ |
|||
9d6097d930bbf60f2d333f80e7c916759a3c3f0c |
|||
@ -1,3 +1,3 @@ |
|||
version https://git-lfs.github.com/spec/v1 |
|||
oid sha256:594e72bfc3c1804871e083684e8927f92b9619c5b42855b8a530556ce037d356 |
|||
size 5724 |
|||
oid sha256:d4e936585d0857f7c38a3c70e9dd5d2414a84af39db30b0be698bc151d7a9225 |
|||
size 6510 |
|||
|
|||
@ -0,0 +1 @@ |
|||
c3d556d9d486b8b8b49cdbcc9c12a9d3a2db4c1f |
|||
@ -0,0 +1 @@ |
|||
c789aaec248568c24394b05c02db4233e0c5a4eb |
|||
Binary file not shown.
@ -1 +0,0 @@ |
|||
4815095bb7f32beb6d9e9564a77c83a64120b5c6 |
|||
@ -0,0 +1 @@ |
|||
8383f696d05c6a3f3061683355d21bd2a303c8a4 |
|||
@ -0,0 +1,34 @@ |
|||
<?xml version="1.0"?> |
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|||
<metadata> |
|||
<id>Microsoft.Bcl</id> |
|||
<version>1.0.19</version> |
|||
<title>BCL Portability Pack for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5</title> |
|||
<authors>Microsoft</authors> |
|||
<owners>Microsoft</owners> |
|||
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=296435</licenseUrl> |
|||
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=280057</projectUrl> |
|||
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl> |
|||
<requireLicenseAcceptance>true</requireLicenseAcceptance> |
|||
<description>This packages enables projects targeting .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5 (including any portable library combinations) to use new types from later versions of .NET including: |
|||
|
|||
CallerMemberNameAttribute |
|||
CallerLineNumberAttribute |
|||
CallerFilePathAttribute |
|||
Tuple<T1, T2, ...> |
|||
IProgress<T> |
|||
IStructuralComparable |
|||
IStructuralEquatable |
|||
Task |
|||
|
|||
These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> from this package will be seen by the runtime as the same type as the one already in the platform. |
|||
|
|||
This package is not required for projects targeting .NET Framework 4.5 or .NET for Windows Store apps. For known issues, please see: http://blogs.msdn.com/b/bclteam/p/asynctargetingpackkb.aspx.</description> |
|||
<summary>Adds support for types from later versions to .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5.</summary> |
|||
<copyright>Copyright © Microsoft Corporation</copyright> |
|||
<tags>BCL Microsoft System Task IProgress</tags> |
|||
<dependencies> |
|||
<dependency id="Microsoft.Bcl.Build" version="1.0.4" /> |
|||
</dependencies> |
|||
</metadata> |
|||
</package> |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||
74f5e2caed93499de991cfd5ed70b868e5207474 |
|||
Binary file not shown.
@ -0,0 +1 @@ |
|||
74f5e2caed93499de991cfd5ed70b868e5207474 |
|||
Binary file not shown.
@ -0,0 +1 @@ |
|||
74f5e2caed93499de991cfd5ed70b868e5207474 |
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||
74f5e2caed93499de991cfd5ed70b868e5207474 |
|||
Binary file not shown.
@ -0,0 +1 @@ |
|||
74f5e2caed93499de991cfd5ed70b868e5207474 |
|||
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@ |
|||
3a1dff62fc252afd94aab2c0a4e74c652e6e1863 |
|||
@ -1,40 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
|||
<metadata> |
|||
<id>Microsoft.Bcl</id> |
|||
<version>1.1.3</version> |
|||
<title>Microsoft BCL Portability Pack</title> |
|||
<authors>Microsoft</authors> |
|||
<owners>Microsoft</owners> |
|||
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=296435</licenseUrl> |
|||
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=280057</projectUrl> |
|||
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl> |
|||
<requireLicenseAcceptance>true</requireLicenseAcceptance> |
|||
<description>This packages enables projects targeting down-level platforms to use some of the types added in later versions including: |
|||
|
|||
- CallerMemberNameAttribute |
|||
- CallerLineNumberAttribute |
|||
- CallerFilePathAttribute |
|||
- Tuple<T1, T2, ...> |
|||
- IProgress<T> |
|||
- IStructuralComparable |
|||
- IStructuralEquatable |
|||
- Task |
|||
- InvalidDataException |
|||
|
|||
These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> from this package will be seen by the runtime as the same type as the one already available in the platform. |
|||
|
|||
Supported Platforms: |
|||
- .NET Framework 4 (with KB2468871) |
|||
- Windows Phone 7.5 |
|||
- Silverlight 4 and 5 |
|||
- Portable Class Libraries |
|||
This package is only required for projects targeting .NET Framework 4.5, NET for Windows Store apps or Windows Phone 8 when consuming a library that uses this package.</description> |
|||
<summary>Adds support for types added in later versions of .NET when targeting previous versions.</summary> |
|||
<copyright>Copyright © Microsoft Corporation</copyright> |
|||
<tags>BCL Microsoft System Task IProgress</tags> |
|||
<dependencies> |
|||
<dependency id="Microsoft.Bcl.Build" version="1.0.4" /> |
|||
</dependencies> |
|||
</metadata> |
|||
</package> |
|||
Binary file not shown.
@ -1,8 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<doc> |
|||
<assembly> |
|||
<name>System.IO</name> |
|||
</assembly> |
|||
<members> |
|||
</members> |
|||
</doc> |
|||
Binary file not shown.
@ -1,51 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<doc> |
|||
<assembly> |
|||
<name>System.IO</name> |
|||
</assembly> |
|||
<members> |
|||
<member name="T:System.Strings"> |
|||
<summary> |
|||
A strongly-typed resource class, for looking up localized strings, etc. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.ResourceManager"> |
|||
<summary> |
|||
Returns the cached ResourceManager instance used by this class. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.Culture"> |
|||
<summary> |
|||
Overrides the current thread's CurrentUICulture property for all |
|||
resource lookups using this strongly typed resource class. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.GenericInvalidData"> |
|||
<summary> |
|||
Looks up a localized string similar to Found invalid data while decoding.. |
|||
</summary> |
|||
</member> |
|||
<member name="T:System.IO.InvalidDataException"> |
|||
<summary> |
|||
The exception that is thrown when a data stream is in an invalid format. |
|||
</summary> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class. |
|||
</summary> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor(System.String)"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a specified error message. |
|||
</summary> |
|||
<param name="message">The error message that explains the reason for the exception.</param> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a reference to the inner exception that is the cause of this exception.</summary> |
|||
<param name="message">The error message that explains the reason for the exception.</param> |
|||
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param> |
|||
</member> |
|||
</members> |
|||
</doc> |
|||
@ -1 +0,0 @@ |
|||
8505ccfda26708157b54875a630260e911b31a79 |
|||
Binary file not shown.
@ -1,51 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<doc> |
|||
<assembly> |
|||
<name>System.IO</name> |
|||
</assembly> |
|||
<members> |
|||
<member name="T:System.Strings"> |
|||
<summary> |
|||
A strongly-typed resource class, for looking up localized strings, etc. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.ResourceManager"> |
|||
<summary> |
|||
Returns the cached ResourceManager instance used by this class. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.Culture"> |
|||
<summary> |
|||
Overrides the current thread's CurrentUICulture property for all |
|||
resource lookups using this strongly typed resource class. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.GenericInvalidData"> |
|||
<summary> |
|||
Looks up a localized string similar to Found invalid data while decoding.. |
|||
</summary> |
|||
</member> |
|||
<member name="T:System.IO.InvalidDataException"> |
|||
<summary> |
|||
The exception that is thrown when a data stream is in an invalid format. |
|||
</summary> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class. |
|||
</summary> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor(System.String)"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a specified error message. |
|||
</summary> |
|||
<param name="message">The error message that explains the reason for the exception.</param> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a reference to the inner exception that is the cause of this exception.</summary> |
|||
<param name="message">The error message that explains the reason for the exception.</param> |
|||
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param> |
|||
</member> |
|||
</members> |
|||
</doc> |
|||
@ -1 +0,0 @@ |
|||
8505ccfda26708157b54875a630260e911b31a79 |
|||
Binary file not shown.
@ -1,51 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<doc> |
|||
<assembly> |
|||
<name>System.IO</name> |
|||
</assembly> |
|||
<members> |
|||
<member name="T:System.Strings"> |
|||
<summary> |
|||
A strongly-typed resource class, for looking up localized strings, etc. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.ResourceManager"> |
|||
<summary> |
|||
Returns the cached ResourceManager instance used by this class. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.Culture"> |
|||
<summary> |
|||
Overrides the current thread's CurrentUICulture property for all |
|||
resource lookups using this strongly typed resource class. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.GenericInvalidData"> |
|||
<summary> |
|||
Looks up a localized string similar to Found invalid data while decoding.. |
|||
</summary> |
|||
</member> |
|||
<member name="T:System.IO.InvalidDataException"> |
|||
<summary> |
|||
The exception that is thrown when a data stream is in an invalid format. |
|||
</summary> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class. |
|||
</summary> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor(System.String)"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a specified error message. |
|||
</summary> |
|||
<param name="message">The error message that explains the reason for the exception.</param> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a reference to the inner exception that is the cause of this exception.</summary> |
|||
<param name="message">The error message that explains the reason for the exception.</param> |
|||
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param> |
|||
</member> |
|||
</members> |
|||
</doc> |
|||
@ -1 +0,0 @@ |
|||
8505ccfda26708157b54875a630260e911b31a79 |
|||
Binary file not shown.
@ -1,51 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<doc> |
|||
<assembly> |
|||
<name>System.IO</name> |
|||
</assembly> |
|||
<members> |
|||
<member name="T:System.Strings"> |
|||
<summary> |
|||
A strongly-typed resource class, for looking up localized strings, etc. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.ResourceManager"> |
|||
<summary> |
|||
Returns the cached ResourceManager instance used by this class. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.Culture"> |
|||
<summary> |
|||
Overrides the current thread's CurrentUICulture property for all |
|||
resource lookups using this strongly typed resource class. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.GenericInvalidData"> |
|||
<summary> |
|||
Looks up a localized string similar to Found invalid data while decoding.. |
|||
</summary> |
|||
</member> |
|||
<member name="T:System.IO.InvalidDataException"> |
|||
<summary> |
|||
The exception that is thrown when a data stream is in an invalid format. |
|||
</summary> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class. |
|||
</summary> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor(System.String)"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a specified error message. |
|||
</summary> |
|||
<param name="message">The error message that explains the reason for the exception.</param> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a reference to the inner exception that is the cause of this exception.</summary> |
|||
<param name="message">The error message that explains the reason for the exception.</param> |
|||
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param> |
|||
</member> |
|||
</members> |
|||
</doc> |
|||
Binary file not shown.
@ -1,51 +0,0 @@ |
|||
<?xml version="1.0"?> |
|||
<doc> |
|||
<assembly> |
|||
<name>System.IO</name> |
|||
</assembly> |
|||
<members> |
|||
<member name="T:System.Strings"> |
|||
<summary> |
|||
A strongly-typed resource class, for looking up localized strings, etc. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.ResourceManager"> |
|||
<summary> |
|||
Returns the cached ResourceManager instance used by this class. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.Culture"> |
|||
<summary> |
|||
Overrides the current thread's CurrentUICulture property for all |
|||
resource lookups using this strongly typed resource class. |
|||
</summary> |
|||
</member> |
|||
<member name="P:System.Strings.GenericInvalidData"> |
|||
<summary> |
|||
Looks up a localized string similar to Found invalid data while decoding.. |
|||
</summary> |
|||
</member> |
|||
<member name="T:System.IO.InvalidDataException"> |
|||
<summary> |
|||
The exception that is thrown when a data stream is in an invalid format. |
|||
</summary> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class. |
|||
</summary> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor(System.String)"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a specified error message. |
|||
</summary> |
|||
<param name="message">The error message that explains the reason for the exception.</param> |
|||
</member> |
|||
<member name="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)"> |
|||
<summary> |
|||
Initializes a new instance of the <see cref="T:System.IO.InvalidDataException" /> class with a reference to the inner exception that is the cause of this exception.</summary> |
|||
<param name="message">The error message that explains the reason for the exception.</param> |
|||
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param> |
|||
</member> |
|||
</members> |
|||
</doc> |
|||
Binary file not shown.
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue