fix: close app on failed login and update SharpZipLib
parent
6d5a72b849
commit
d45ef0148c
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"contentHash": "N8+hwhsKZm25tDJfWpBSW7EGhH/R7EMuiX+KJ4C4u+fCWVc1lJ5zg1u3S1RPPVYgTqhx/C3hxrqUpi6RwK5+Tg==",
|
||||||
|
"source": "https://api.nuget.org/v3/index.json"
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
X2mW44oxhhRJpJO5OH6RCXq+BvPKk25hjmuRQJFpm3MZvafjkqUyqWwGKH6bPCh4YYPF+8ISrCu90QgJFR5tuw==
|
||||||
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||||
|
<metadata>
|
||||||
|
<id>SharpZipLib</id>
|
||||||
|
<version>1.3.3</version>
|
||||||
|
<authors>ICSharpCode</authors>
|
||||||
|
<license type="expression">MIT</license>
|
||||||
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||||||
|
<icon>images/sharpziplib-nuget-256x256.png</icon>
|
||||||
|
<projectUrl>https://github.com/icsharpcode/SharpZipLib</projectUrl>
|
||||||
|
<description>SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)</description>
|
||||||
|
<releaseNotes>Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.3.3 for more information.</releaseNotes>
|
||||||
|
<copyright>Copyright © 2000-2021 SharpZipLib Contributors</copyright>
|
||||||
|
<tags>Compression Library Zip GZip BZip2 LZW Tar</tags>
|
||||||
|
<repository type="git" url="https://github.com/icsharpcode/SharpZipLib" commit="1b1ab013ce1df02d8f27cf582197759c614d9126" />
|
||||||
|
<dependencies>
|
||||||
|
<group targetFramework=".NETFramework4.5" />
|
||||||
|
<group targetFramework=".NETStandard2.0" />
|
||||||
|
<group targetFramework=".NETStandard2.1" />
|
||||||
|
</dependencies>
|
||||||
|
</metadata>
|
||||||
|
</package>
|
||||||
Loading…
Reference in New Issue