Releases: falahati/WindowsFirewallHelper
WindowsFirewallHelper v2.2.0.86
Added .net5 as a release target
https://www.nuget.org/packages/WindowsFirewallHelper/2.2.0.86
WindowsFirewallHelper v2.1.4.81
- Fixed a problem with
NetworkAddress
start and end addresses (#46) - Allows remote domain machines control (#42)
- Allows COM object recreation (#34)
- First release out of beta
https://www.nuget.org/packages/WindowsFirewallHelper/2.1.4.81
WindowsFirewallHelper v1.6.3.46
This is a maintenance release focusing on an issue about inclusive port ranges as discoursed in #36
https://www.nuget.org/packages/WindowsFirewallHelper/1.6.3.46
Windows Firewall Helper 2.0.4.70-beta2
System.ServiceProcess.ServiceController
package updated to v4.7- It is now possible to create an instance of
FirewallWASRuleGroup
simply by providing the name of the group - Collections now have indexer for faster access to a specific item as well as a remove method
https://www.nuget.org/packages/WindowsFirewallHelper/2.0.4.70-beta2
Windows Firewall Helper 2.0.2.29-beta1
- Fixed multiple bugs and problems
- New methods added
- Minor changes in the API
https://www.nuget.org/packages/WindowsFirewallHelper/2.0.2.29-beta1
WindowsFirewallHelper v2.0.1.11-alpha3
- Parse method added to all types of addresses
FirewallV1
renamed toFirewallLegacy
andFirewallV2
renamed toFirewallWAS
along with other naming changesSingleIP
now correctly parsesIPRange
s andNetworkAddresse
s containing only one IPAddress- Moved hardcoded
ProgIds
from all classes to the COMInterop interfaces FirewallProtocol.Any
is again considered a valid value forFirewallWAS
IFirewall.Profiles
is now read-only- Fixed a problem with
FirewallLegacy
still trying to resolve rule names even when theName
property is used - Method for
FirewallProduct
registration and information moved toFirewallManager
FirewallWASRuleWin7
andFirewallWASRuleWin8
now has a public general constructorIFirewallRule.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
WindowsFirewallHelper v1.6.3.40
- 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/1.6.3.40
WindowsFirewallHelper v2.0.0.3-alpha
THIS IS A PRE-RELEASE. DON'T USE IT UNLESS YOU HAVE ONE OR MORE PROBLEMS WITH V1
- Rules collection is no longer cached and should be real-time
- Allows accessing from multiple threads with STA [Not-Testet]
- Fixed multiple major and minor bugs (more details are available in the description of commits)
- Third party firewall support for extending library's functionalities removed
- New
FirewallProduct
class added to get information about the current active firewall software - Windows XP implementation should be much more stable now [Not-Testet]
- A new method added to detect if the Firewall service is in fact running
- A new method added to reset Windows Firewall settings to default
- A new property added to detect if the Firewall settings are effective or if they are controlled by GP
- Minor changes to the sample project to make it more usable
https://www.nuget.org/packages/WindowsFirewallHelper/2.0.0.3-alpha
WindowsFirewallHelper v1.6.2.35
- Fixed a bug with
SingleIP
when stored inside a hashtable - Fixed a bug with one of
Firewall
v2CreatePortRule()
overloads not working - Fixed a bug with
LocalPorts
andRemotePorts
properties failing to save settings when multiple ports are present
https://www.nuget.org/packages/WindowsFirewallHelper/1.6.2.35
Windows Firewall Helper v1.6.0.33
- First NetStandard2 release compatible with NetCore2+ #13
https://www.nuget.org/packages/WindowsFirewallHelper/1.6.0.33