tik4net 3.6.0
Full release notes and version history: Wiki → History
NuGet packages
| Package | Install |
|---|---|
tik4net
| dotnet add package tik4net --version 3.6.0
|
tik4net.entities
| dotnet add package tik4net.entities --version 3.6.0
|
tik4net.testing
| dotnet add package tik4net.testing --version 3.6.0
|
Highlights
netstandard2.0only — covers .NET Framework 4.6.1+, .NET Core 2.0+, .NET 5–9- New
tik4net.entitiespackage (high-level O/R mapper, formerly part oftik4net) - New
tik4net.testingpackage —TikFakeConnectionfor unit tests without a router LoadListenAsync<T>,ExecuteListUntilDone,[Flags]enum support- WireGuard, PPPoE entities; RouterOS 7.18+ compatibility fixes
Tools (in zip asset)
tik4net.entitygenerator.exe— generate entity code from a live routertik4net.entityWikiImporter.exe— generate entity code from MikroTik wiki
What's Changed (PRs)
- Added netcoreapp3.1 building by @lu-shaobin in #70
- Added netcoreapp3.1 building by @lu-shaobin in #69
- VLAN & PPPoE Server Object Support by @techladsjamie in #72
- Fix minor typo in documentation by @chbw in #78
- Added InterfacePppoeClient and InterfacePppoeClientMonitor by @soerendd in #81
- Wireguard implementation by @Hackerprod in #92
- Update to handle the new RouterOS v7.18 api syntax with empty responses by @xPucTu4 in #105
New Contributors
- @lu-shaobin made their first contribution in #70
- @techladsjamie made their first contribution in #72
- @chbw made their first contribution in #78
- @soerendd made their first contribution in #81
- @Hackerprod made their first contribution in #92
- @xPucTu4 made their first contribution in #105
Full Changelog: v.3.5...v3.6.0