All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for .NET 8
- Bump deps
- Bump Copyright
- Updated lots of XML docs to make more sense
- Changed
WikiSearchSettings.Namespaces
to a property
- Use nullable
- WikiSearcher is now no longer static, it will have to be instantiated
- Proxy options were removed, in favour of providing your own (global)
HttpClient
- Proxy options were removed, in favour of providing your own (global)
ConstantUrl
&Url
inWikiSearchQuery
are now properties (instead of methods) and areUri
s. They will not need the language to be provided anymore- Drop .NET 5 support for .NET 6
- Removed HTTP support
- Support .NET 5
- Update Newtonsoft.Json to 13.0.1
- Fix Language property not being set correctly
- Added possibility to define wiki language (PR by JayJay1989)
- BREAKING: Changed namespace from
CreepysinStudios.WikiDotNet
toWikiDotNet
Updated package details
- Changed from .NET Core to .NET Standard
- Project is now under the MIT license
- Cleaned up code, minor XML document changes
- IDK, we didn't keep a changelog at this point lol
- Initial release