Skip to content

v1.4.0 Strong named assembly, minor updates

Compare
Choose a tag to compare
@jingwood jingwood released this 08 Aug 02:02
· 50 commits to master since this release

Changes

  • Adding some function overload to simplify API (like LoadBitmap(string filepath)) 9f440ac
  • Rename some enumerable types to CamelCase style (like D2D1_DEBUG_LEVEL to D2DDebugLevel) bbe75cc
  • Set window default DPI to 96 in order to resolve some issues in High DPI environment 9a8810d
  • Fixed a FPS counter problem #77
  • Fixed memory leak from CreateTextLayout function (DrawText) #82
  • Strong named assemblies #85
  • Change supported .NET framework to .NET 4.6.2, .NET Standard 2.0, tested on .NET 6.0 #86