File tree 4 files changed +5
-5
lines changed
src/ICSharpCode.SharpZipLib
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
],
17
17
"dest" : " api" ,
18
18
"properties" : {
19
- "TargetFramework" : " NETSTANDARD2 "
19
+ "TargetFramework" : " netstandard2.0 "
20
20
}
21
21
}
22
22
],
65
65
],
66
66
"globalMetadata" : {
67
67
"_appTitle" : " SharpZipLib Help" ,
68
- "_appFooter" : " Copyright © 2000-2019 SharpZipLib Contributors" ,
68
+ "_appFooter" : " Copyright © 2000-2022 SharpZipLib Contributors" ,
69
69
"_gitContribute" : {
70
70
"repo" : " https://github.com/icsharpcode/SharpZipLib" ,
71
71
"branch" : " master"
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ protected override void Dispose(bool disposing)
188
188
}
189
189
190
190
#if NETSTANDARD2_1_OR_GREATER
191
- /// <inheritdoc cref="DeflaterOutputStream.DisposeAsync "/>
191
+ /// <inheritdoc cref="DeflaterOutputStream.Dispose "/>
192
192
public override async ValueTask DisposeAsync ( )
193
193
{
194
194
try
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ public int LegacyCodePage
361
361
set => _stringCodec . CodePage = value ;
362
362
}
363
363
364
- /// <inheritdoc cref="StringCodec"/>
364
+ /// <inheritdoc cref="Zip. StringCodec"/>
365
365
public StringCodec StringCodec
366
366
{
367
367
get => _stringCodec ;
Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ public Encoding ZipCryptoEncoding
739
739
set => _stringCodec . ZipCryptoEncoding = value ;
740
740
}
741
741
742
- /// <inheritdoc cref="StringCodec"/>
742
+ /// <inheritdoc cref="Zip. StringCodec"/>
743
743
public StringCodec StringCodec
744
744
{
745
745
get => _stringCodec ;
You can’t perform that action at this time.
0 commit comments