File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/ICSharpCode.SharpZipLib Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 ],
1717 "dest" : " api" ,
1818 "properties" : {
19- "TargetFramework" : " NETSTANDARD2 "
19+ "TargetFramework" : " netstandard2.0 "
2020 }
2121 }
2222 ],
6565 ],
6666 "globalMetadata" : {
6767 "_appTitle" : " SharpZipLib Help" ,
68- "_appFooter" : " Copyright © 2000-2019 SharpZipLib Contributors" ,
68+ "_appFooter" : " Copyright © 2000-2022 SharpZipLib Contributors" ,
6969 "_gitContribute" : {
7070 "repo" : " https://github.com/icsharpcode/SharpZipLib" ,
7171 "branch" : " master"
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ protected override void Dispose(bool disposing)
188188 }
189189
190190#if NETSTANDARD2_1_OR_GREATER
191- /// <inheritdoc cref="DeflaterOutputStream.DisposeAsync "/>
191+ /// <inheritdoc cref="DeflaterOutputStream.Dispose "/>
192192 public override async ValueTask DisposeAsync ( )
193193 {
194194 try
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ public int LegacyCodePage
361361 set => _stringCodec . CodePage = value ;
362362 }
363363
364- /// <inheritdoc cref="StringCodec"/>
364+ /// <inheritdoc cref="Zip. StringCodec"/>
365365 public StringCodec StringCodec
366366 {
367367 get => _stringCodec ;
Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ public Encoding ZipCryptoEncoding
739739 set => _stringCodec . ZipCryptoEncoding = value ;
740740 }
741741
742- /// <inheritdoc cref="StringCodec"/>
742+ /// <inheritdoc cref="Zip. StringCodec"/>
743743 public StringCodec StringCodec
744744 {
745745 get => _stringCodec ;
You can’t perform that action at this time.
0 commit comments