Skip to content

Commit 67bebeb

Browse files
committed
Build & Test
* AppVeyor upload of NuGet package didn't work due to the name already being taken. * Rename package to SharpZipLib-dogfood * Removed three tests that pass with .NET 4.5 but fail with Mono 4.0
1 parent c0ade1e commit 67bebeb

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

Build/ICSharpCode.SharpZipLib.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0"?>
22
<package>
33
<metadata minClientVersion="2.0">
4-
<id>ICSharpCode.SharpZipLib</id>
5-
<version>0.87</version>
6-
<title>SharpZipLib</title>
4+
<id>ICSharpCode.SharpZipLib-dogfood<</id>
5+
<version>0.87-dogfood</version>
6+
<title>SharpZipLib-dogfood</title>
77
<authors>IC#Code</authors>
88
<owners>IC#Code</owners>
99
<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>
1010
<releaseNotes>Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more information.</releaseNotes>
11-
<summary>Compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET.</summary>
11+
<summary>"Dogfood" builds for testing purposes. Even *I* wouldn't put this code into production :)</summary>
1212
<language>en-US</language>
1313
<projectUrl>http://icsharpcode.github.io/SharpZipLib/</projectUrl>
1414
<!-- iconUrl -->

ICSharpCode.SharpZipLib.Tests/PassingTests.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ ICSharpCode.SharpZipLib.Tests.Zip.StreamHandling.ReadAndWriteZip64NonSeekable
8484
ICSharpCode.SharpZipLib.Tests.Zip.StreamHandling.Zip64Descriptor
8585
ICSharpCode.SharpZipLib.Tests.Zip.WindowsNameTransformHandling.LengthBoundaryOk
8686
ICSharpCode.SharpZipLib.Tests.Zip.WindowsNameTransformHandling.NameTooLong
87-
ICSharpCode.SharpZipLib.Tests.Zip.WindowsNameTransformHandling.ReplacementChecking
8887
ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryFactoryHandling.CreateInMemoryValues
89-
ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryFactoryHandling.CreatedValues
9088
ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryFactoryHandling.Defaults
9189
ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryHandling.CanDecompress
9290
ICSharpCode.SharpZipLib.Tests.Zip.ZipEntryHandling.Cloning
@@ -135,7 +133,6 @@ ICSharpCode.SharpZipLib.Tests.Zip.ZipFileHandling.Zip64Entries
135133
ICSharpCode.SharpZipLib.Tests.Zip.ZipFileHandling.Zip64Offset
136134
ICSharpCode.SharpZipLib.Tests.Zip.ZipFileHandling.Zip64Useage
137135
ICSharpCode.SharpZipLib.Tests.Zip.ZipNameTransformHandling.Basic
138-
ICSharpCode.SharpZipLib.Tests.Zip.ZipNameTransformHandling.FilenameCleaning
139136
ICSharpCode.SharpZipLib.Tests.Zip.ZipNameTransformHandling.LengthBoundaryOk
140137
ICSharpCode.SharpZipLib.Tests.Zip.ZipNameTransformHandling.NameTransforms
141138
ICSharpCode.SharpZipLib.Tests.Zip.ZipNameTransformHandling.PathalogicalNames

0 commit comments

Comments
 (0)