Skip to content

v2.0.179

Compare
Choose a tag to compare
@alexrp alexrp released this 01 Jan 18:57
· 197 commits to master since this release
v2.0.179
  • Updated to .NET 8.0.0.
  • Changed required target framework to net8.0.
  • Updated library dependencies.
    • Updated Iced to 1.20.0.
    • Updated PeNet to 4.0.3.
    • Updated runtime.win-x64.Microsoft.NETCore.DotNetAppHost to 8.0.0.
  • Applied [DisableRuntimeMarshalling] to all libraries.
  • Vezel.Ruptura.Injection
    • Marked this library as trimming-compatible.
    • Added RupturaIncludeModules MSBuild property that can be set to false to disable including the native modules as Content items.
    • Changed AssemblyInjectorOptions.ModuleDirectory to default to AppContext.BaseDirectory.
    • Cleaned up and improved AssemblyInjectorOptions API surface to be friendlier.
  • Vezel.Ruptura.Memory
    • Implemented IEqualityOperators<CodePlacement, CodePlacement, bool> on CodePlacement.
  • Vezel.Ruptura.System
    • Implemented IEqualityOperators<KernelObject, KernelObject, bool> on KernelObject.