Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 715 Bytes

File metadata and controls

58 lines (30 loc) · 715 Bytes

CHANGELOG

1.0.10

added

  • documentation examples

changed

  • moved to xunit.v3

1.0.9

  • changed global and target framework to net10
  • updated README

1.0.8

changed

  • msbuild version (security update)

1.0.7

added

  • better virtual project name, for better error messages

1.0.6

added

  • support for "source", "project" and "dll" reference directives

1.0.5

changed

  • "Virtual" (in-memory) project file

1.0.4

changed

  • Avoid artifact left-over in certain error situations

1.0.3

changed

  • Direct calls to msbuild, making runfs faster. But still no virtual (in-memory) project file due to sdk dll hell.

1.0.2

added

  • Initial version