Hi,
there are two different issues here.
First of all we have a problem with supporting older .NET versions. FAKE 1.x supports .NET 2.0 and FAKE supports .NET 4.0. Both Fake versions are used.The second is that FAKE 2 contains some new features like additions to FAKE.deploy. We need more documentation in this area.
Having this said there is actually no real reason not to use FAKE 2 - consider it as already released.
If you are talking about the nuget packages. Maybe I'll create a new package called FAKE.Backwards or somethig like this for the old version.
Then I could release FAKE 2 in the FAKE package.
What do you think?
Cheers,
Steffen
Do you have a tentative release plan for fake 2? Is there any areas that are remaining that need help to look at to get to a final release.--
Sie haben diese Nachricht erhalten, weil Sie der Google Groups-Gruppe FAKE - F# Make beigetreten sind.
Um Ihr Abonnement für diese Gruppe zu beenden und keine E-Mails mehr von dieser Gruppe zu erhalten, senden Sie eine Email an fsharpMake+...@googlegroups.com.
Weitere Optionen: https://groups.google.com/groups/opt_out
Hi,
FAKE 2.0 uses F# 3.0 and .NET 4.0 for the build script.
You can still build all .NET versions since it’s just a command line call.
Cheers,
Steffen
--