From 4db770bcd378fa304c1b91e1ad04846479942470 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Tue, 7 Jan 2020 16:24:40 +0000 Subject: [PATCH] Bump version to 3.3.4 --- CONTRIBUTING.md | 11 ----------- RELEASE_NOTES.md | 3 +++ 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d947b3152..a1daf36b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,14 +115,3 @@ embedded Markdown documentation) to a nice HTML documentation. * If you want to build the documentation, simply run the `build.fsx` script ([GitHub link](https://github.com/fsharp/FSharp.Data/blob/master/tools/build.fsx)) which builds the documentation. - -## Related articles - -If you want to learn more about writing type providers in general, here are some useful resources: - - * [Writing F# Type Providers with the F# 3.0 Developer Preview - An Introductory Guide and Samples](http://blogs.msdn.com/b/fsharpteam/archive/2011/09/24/developing-f-type-providers-with-the-f-3-0-developer-preview-an-introductory-guide-and-samples.aspx) - - * [F# 3.0 Sample Pack](http://fsharp3sample.codeplex.com/) contains a number of examples ranging - from quite simple, to very complex. - - * [Tutorial: Creating a Type Provider (F#)](http://msdn.microsoft.com/en-gb/library/hh361034.aspx) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1ae9de95c..7e26cb1fa 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 3.3.4 - January 7 2020 +* Rebuild using "Release" target + #### 3.3.3 - January 7 2020 * Fix nuget package