Skip to content

Commit

Permalink
changing version to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed Sep 27, 2016
1 parent 2d00525 commit 3ce6e5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
10 changes: 0 additions & 10 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
### 1.0 - Unreleased
* More awesome stuff coming
* Added SourceLink for Source Indexing PDB

#### 0.5.1-beta - November 6 2013
* Improved quality of solution-wide README.md files

#### 0.5.0-beta - October 29 2013
* Improved quality of solution-wide README.md files

#### 0.0.1-beta - October 24 2013
* Changed name from fsharp-project-scaffold to FSharp.ProjectScaffold
* Initial release
Binary file modified build.fsx
Binary file not shown.
8 changes: 4 additions & 4 deletions src/Suave.Azure.Functions/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("Suave.Azure.Functions")>]
[<assembly: AssemblyProductAttribute("Suave.Azure.Functions")>]
[<assembly: AssemblyDescriptionAttribute("Suave + Azure Functions = Awesomeness")>]
[<assembly: AssemblyVersionAttribute("1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.0")>]
[<assembly: AssemblyVersionAttribute("0.0.1")>]
[<assembly: AssemblyFileVersionAttribute("0.0.1")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0"
let [<Literal>] InformationalVersion = "1.0"
let [<Literal>] Version = "0.0.1"
let [<Literal>] InformationalVersion = "0.0.1"

0 comments on commit 3ce6e5c

Please sign in to comment.