Skip to content

Commit 4817a02

Browse files
authored
Merge pull request #4 from smdn/releases/Smdn.Net.SkStackIP-1.1.0-1719490986
Release main/Smdn.Net.SkStackIP-1.1.0
2 parents 6ea30b1 + b039fb4 commit 4817a02

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

doc/api-list/Smdn.Net.SkStackIP/Smdn.Net.SkStackIP-net6.0.apilist.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.0.1)
1+
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.1.0)
22
// Name: Smdn.Net.SkStackIP
3-
// AssemblyVersion: 1.0.1.0
4-
// InformationalVersion: 1.0.1+9921b5b514d8c63424e1f61532f990c217aa53e9
3+
// AssemblyVersion: 1.1.0.0
4+
// InformationalVersion: 1.1.0+b1231cf0cca65506f3356620e16e3ecd4cb811c1
55
// TargetFramework: .NETCoreApp,Version=v6.0
66
// Configuration: Release
77
// Referenced assemblies:
@@ -236,6 +236,9 @@ public static class SkStackKnownPortNumbers {
236236
}
237237

238238
public class SkStackPanaSessionEstablishmentException : SkStackPanaSessionException {
239+
public SkStackChannel? Channel { get; }
240+
public IPAddress? PaaAddress { get; }
241+
public int? PanId { get; }
239242
}
240243

241244
public sealed class SkStackPanaSessionEventArgs : SkStackEventArgs {

doc/api-list/Smdn.Net.SkStackIP/Smdn.Net.SkStackIP-net8.0.apilist.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.0.1)
1+
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.1.0)
22
// Name: Smdn.Net.SkStackIP
3-
// AssemblyVersion: 1.0.1.0
4-
// InformationalVersion: 1.0.1+9921b5b514d8c63424e1f61532f990c217aa53e9
3+
// AssemblyVersion: 1.1.0.0
4+
// InformationalVersion: 1.1.0+b1231cf0cca65506f3356620e16e3ecd4cb811c1
55
// TargetFramework: .NETCoreApp,Version=v8.0
66
// Configuration: Release
77
// Referenced assemblies:
@@ -234,6 +234,9 @@ public static class SkStackKnownPortNumbers {
234234
}
235235

236236
public class SkStackPanaSessionEstablishmentException : SkStackPanaSessionException {
237+
public SkStackChannel? Channel { get; }
238+
public IPAddress? PaaAddress { get; }
239+
public int? PanId { get; }
237240
}
238241

239242
public sealed class SkStackPanaSessionEventArgs : SkStackEventArgs {

doc/api-list/Smdn.Net.SkStackIP/Smdn.Net.SkStackIP-netstandard2.1.apilist.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.0.1)
1+
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.1.0)
22
// Name: Smdn.Net.SkStackIP
3-
// AssemblyVersion: 1.0.1.0
4-
// InformationalVersion: 1.0.1+9921b5b514d8c63424e1f61532f990c217aa53e9
3+
// AssemblyVersion: 1.1.0.0
4+
// InformationalVersion: 1.1.0+b1231cf0cca65506f3356620e16e3ecd4cb811c1
55
// TargetFramework: .NETStandard,Version=v2.1
66
// Configuration: Release
77
// Referenced assemblies:
@@ -226,6 +226,9 @@ public static class SkStackKnownPortNumbers {
226226
}
227227

228228
public class SkStackPanaSessionEstablishmentException : SkStackPanaSessionException {
229+
public SkStackChannel? Channel { get; }
230+
public IPAddress? PaaAddress { get; }
231+
public int? PanId { get; }
229232
}
230233

231234
public sealed class SkStackPanaSessionEventArgs : SkStackEventArgs {

0 commit comments

Comments
 (0)