Skip to content

Commit

Permalink
Merge pull request #17 from smdn/releases/Smdn.Fundamental.Stream.Ext…
Browse files Browse the repository at this point in the history
…ending-3.0.1-1645368000

Release main/Smdn.Fundamental.Stream.Extending-3.0.1
  • Loading branch information
smdn authored Feb 20, 2022
2 parents 966b4cc + 40bec44 commit 32fe422
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Fundamental.Stream.Extending.dll (Smdn.Fundamental.Stream.Extending-3.0.0 (net45))
// Smdn.Fundamental.Stream.Extending.dll (Smdn.Fundamental.Stream.Extending-3.0.1)
// Name: Smdn.Fundamental.Stream.Extending
// AssemblyVersion: 3.0.0.0
// InformationalVersion: 3.0.0 (net45)
// AssemblyVersion: 3.0.1.0
// InformationalVersion: 3.0.1+966b4cce6833230789d049601bb35734f3d9103c
// TargetFramework: .NETFramework,Version=v4.5
// Configuration: Release

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Fundamental.Stream.Extending.dll (Smdn.Fundamental.Stream.Extending-3.0.0 (netstandard1.6))
// Smdn.Fundamental.Stream.Extending.dll (Smdn.Fundamental.Stream.Extending-3.0.1)
// Name: Smdn.Fundamental.Stream.Extending
// AssemblyVersion: 3.0.0.0
// InformationalVersion: 3.0.0 (netstandard1.6)
// AssemblyVersion: 3.0.1.0
// InformationalVersion: 3.0.1+966b4cce6833230789d049601bb35734f3d9103c
// TargetFramework: .NETStandard,Version=v1.6
// Configuration: Release

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// Smdn.Fundamental.Stream.Extending.dll (Smdn.Fundamental.Stream.Extending-3.0.0 (netstandard2.1))
// Smdn.Fundamental.Stream.Extending.dll (Smdn.Fundamental.Stream.Extending-3.0.1)
// Name: Smdn.Fundamental.Stream.Extending
// AssemblyVersion: 3.0.0.0
// InformationalVersion: 3.0.0 (netstandard2.1)
// AssemblyVersion: 3.0.1.0
// InformationalVersion: 3.0.1+966b4cce6833230789d049601bb35734f3d9103c
// TargetFramework: .NETStandard,Version=v2.1
// Configuration: Release

using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
Expand Down Expand Up @@ -67,6 +68,7 @@ public override void SetLength(long @value) {}
protected void ThrowIfDisposed() {}
public override void Write(byte[] buffer, int offset, int count) {}
public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) {}
public override ValueTask WriteAsync(ReadOnlyMemory<byte> buffer, CancellationToken cancellationToken = default) {}
}
}

0 comments on commit 32fe422

Please sign in to comment.