Skip to content

Commit

Permalink
Merge pull request #4 from smdn/releases/Smdn.Net.SkStackIP-1.1.0-171…
Browse files Browse the repository at this point in the history
…9490986

Release main/Smdn.Net.SkStackIP-1.1.0
  • Loading branch information
smdn committed Jun 27, 2024
2 parents 6ea30b1 + b039fb4 commit 4817a02
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.0.1)
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.1.0)
// Name: Smdn.Net.SkStackIP
// AssemblyVersion: 1.0.1.0
// InformationalVersion: 1.0.1+9921b5b514d8c63424e1f61532f990c217aa53e9
// AssemblyVersion: 1.1.0.0
// InformationalVersion: 1.1.0+b1231cf0cca65506f3356620e16e3ecd4cb811c1
// TargetFramework: .NETCoreApp,Version=v6.0
// Configuration: Release
// Referenced assemblies:
Expand Down Expand Up @@ -236,6 +236,9 @@ public static class SkStackKnownPortNumbers {
}

public class SkStackPanaSessionEstablishmentException : SkStackPanaSessionException {
public SkStackChannel? Channel { get; }
public IPAddress? PaaAddress { get; }
public int? PanId { get; }
}

public sealed class SkStackPanaSessionEventArgs : SkStackEventArgs {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.0.1)
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.1.0)
// Name: Smdn.Net.SkStackIP
// AssemblyVersion: 1.0.1.0
// InformationalVersion: 1.0.1+9921b5b514d8c63424e1f61532f990c217aa53e9
// AssemblyVersion: 1.1.0.0
// InformationalVersion: 1.1.0+b1231cf0cca65506f3356620e16e3ecd4cb811c1
// TargetFramework: .NETCoreApp,Version=v8.0
// Configuration: Release
// Referenced assemblies:
Expand Down Expand Up @@ -234,6 +234,9 @@ public static class SkStackKnownPortNumbers {
}

public class SkStackPanaSessionEstablishmentException : SkStackPanaSessionException {
public SkStackChannel? Channel { get; }
public IPAddress? PaaAddress { get; }
public int? PanId { get; }
}

public sealed class SkStackPanaSessionEventArgs : SkStackEventArgs {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.0.1)
// Smdn.Net.SkStackIP.dll (Smdn.Net.SkStackIP-1.1.0)
// Name: Smdn.Net.SkStackIP
// AssemblyVersion: 1.0.1.0
// InformationalVersion: 1.0.1+9921b5b514d8c63424e1f61532f990c217aa53e9
// AssemblyVersion: 1.1.0.0
// InformationalVersion: 1.1.0+b1231cf0cca65506f3356620e16e3ecd4cb811c1
// TargetFramework: .NETStandard,Version=v2.1
// Configuration: Release
// Referenced assemblies:
Expand Down Expand Up @@ -226,6 +226,9 @@ public static class SkStackKnownPortNumbers {
}

public class SkStackPanaSessionEstablishmentException : SkStackPanaSessionException {
public SkStackChannel? Channel { get; }
public IPAddress? PaaAddress { get; }
public int? PanId { get; }
}

public sealed class SkStackPanaSessionEventArgs : SkStackEventArgs {
Expand Down

0 comments on commit 4817a02

Please sign in to comment.