MailmanSharp 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MailmanSharp --version 2.2.0
NuGet\Install-Package MailmanSharp -Version 2.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MailmanSharp" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MailmanSharp --version 2.2.0
#r "nuget: MailmanSharp, 2.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MailmanSharp as a Cake Addin
#addin nuget:?package=MailmanSharp&version=2.2.0

// Install MailmanSharp as a Cake Tool
#tool nuget:?package=MailmanSharp&version=2.2.0

A C# library for configuration and manipulation of Mailman mailing lists by controlling the admin web interface.

Features include: all Mailman settings available as object properties, bulk subscribe/unsubscribe, change settings for individual members or groups of members, save or load list configuration from XML, and async methods for longer-running operations (.NET 4.5 only).

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.8 424 8/17/2022
3.0.4 642 11/5/2019
3.0.2 1,337 3/31/2018
2.3.3 1,060 1/8/2018
2.3.0 1,552 7/5/2015
2.2.1 1,133 5/14/2015
2.2.0 1,263 10/2/2014
2.1.1 1,387 9/22/2014

* BREAKING CHANGE: Topic.Regex (string) has been replaced by Topic.Regexes (List<string>)
* The visibility modifiers on several items have been changed. This shouldn't break any code if the library has been used as intended.
* Added MailmanVersion property to MailmanList. This will have a value after any Read operation is completed.
* Added MailmanVersion and library version to CurrentConfig.
* Added MyList.Reset() and MyList.Client.Reset().
* Added Privacy Options/Spam Filter page