Skip to content
This repository was archived by the owner on Sep 17, 2020. It is now read-only.

Releases: jeffkl/RoslynCodeTaskFactory

v2.0.7

26 Apr 14:20

Choose a tag to compare

What's New

  • Automatically discover parameters when user supplies an entire class (#34)
    Thanks @binki!

v2.0.5

06 Apr 14:00
e268c93

Choose a tag to compare

What's New

  • Remove support for NETStandard1.5 in favor of NETStandard2.0. This makes more APIs available but might not work in older .NET Core runtimes. If you are still using .NET Core 1.X, please keep using the 1.X version of the RoslynCodeTaskFactory package

v1.2.10

05 Apr 16:31
d7dd73f

Choose a tag to compare

What's New

  • Add more default references so that classes in System.IO are available out of the box (#28)

v1.2.8

02 Apr 14:21
dc67cac

Choose a tag to compare

What's New

  • Set tool name of Csc to csc (#23)

https://www.nuget.org/packages/RoslynCodeTaskFactory/1.2.8

v1.2.6

26 Jan 16:14

Choose a tag to compare

What's New

v1.2.4

22 Jan 16:25

Choose a tag to compare

What's New

  • Add all facade assemblies needed for .NET Framework to use .NET Standard

v1.2.2

03 Jan 04:31

Choose a tag to compare

What's New

  • Add net46\System.IO.Compression.ZipFile.dll

v1.2

02 Jan 16:53

Choose a tag to compare

What's New

  • Update logic to find compilers (#17)

v1.1

09 Oct 15:45

Choose a tag to compare

What's New

  • Add facade assemblies for NET46 (#13)

https://www.nuget.org/packages/RoslynCodeTaskFactory/1.1.7

v1.0

20 Sep 16:34

Choose a tag to compare

Initial release