Skip to content

WindowsFirewallHelper v2.0.1.11-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@falahati falahati released this 21 Mar 22:10
· 54 commits to master since this release
  • Parse method added to all types of addresses
  • FirewallV1 renamed to FirewallLegacy and FirewallV2 renamed to FirewallWAS along with other naming changes
  • SingleIP now correctly parses IPRanges and NetworkAddresses containing only one IPAddress
  • Moved hardcoded ProgIds from all classes to the COMInterop interfaces
  • FirewallProtocol.Any is again considered a valid value for FirewallWAS
  • IFirewall.Profiles is now read-only
  • Fixed a problem with FirewallLegacy still trying to resolve rule names even when the Name property is used
  • Method for FirewallProduct registration and information moved to FirewallManager
  • FirewallWASRuleWin7 and FirewallWASRuleWin8 now has a public general constructor
  • IFirewallRule.Profiles no longer has a setter
  • Default Protocol changed from Any to TCP in FirewallLegacy for better compatibility with newer versions of Windows Firewall
  • Fixed a bug that made it impossible to create rules for FirewallLegacy
  • Port range is now inclusive
  • Assembly is now signed
  • XML documentation file is now a part of NuGet package

https://www.nuget.org/packages/WindowsFirewallHelper/2.0.1.11-alpha3