Skip to content

v0.7.2

Compare
Choose a tag to compare
@CXuesong CXuesong released this 27 Jun 05:26
· 277 commits to master since this release
  • Now any parsing failures in MediaWikiVersion.Parse will throw FormatException instead of ArgumentException.
  • Optionally allow truncating version suffix in MediaWikiVersion.Parse, if the dashed suffix does not fall in any of the standard MediaWiki dev channel. So MediaWiki versions like 1.19.5-1+deb7u1 won't cause FormatException. (#72)
    • This will make TFWiki contributors' day way better XD
  • SiteInfo.Version now allows version suffix truncation.