Skip to content

Commit 9e44923

Browse files
committed
RELEASE_NOTES
1 parent 13c429e commit 9e44923

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.2.0 - 31.01.2016
2+
* Slide properties also allow to name slide that you can reference in links - http://fsprojects.github.io/FsReveal/formatting.html#Named-slides
3+
* Syntax highlighting for Paket files
4+
15
### 1.1.2 - 05.01.2016
26
* Fix auto-refresh - https://github.com/fsprojects/FsReveal/pull/88
37

paket.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NUGET
22
remote: https://www.nuget.org/api/v2
33
specs:
44
FSharp.Compiler.Service (1.4.2.3)
5-
FSharp.Formatting (2.13.0)
5+
FSharp.Formatting (2.13.5)
66
FSharp.Compiler.Service (>= 1.4.2 < 1.5.0)
77
FSharpVSPowerTools.Core (>= 2.2.0 < 2.3.0)
88
FSharpVSPowerTools.Core (2.2.0)
@@ -15,7 +15,7 @@ GROUP Build
1515
NUGET
1616
remote: https://www.nuget.org/api/v2
1717
specs:
18-
FAKE (4.12.0)
18+
FAKE (4.17.1)
1919
Microsoft.Bcl (1.1.10)
2020
Microsoft.Bcl.Build (>= 1.0.14)
2121
Microsoft.Bcl.Build (1.0.21) - import_targets: false
@@ -28,7 +28,7 @@ NUGET
2828
GITHUB
2929
remote: fsharp/FAKE
3030
specs:
31-
modules/Octokit/Octokit.fsx (3834900476aed462f35ce3acc3ea5c4708971e43)
31+
modules/Octokit/Octokit.fsx (e537d90b050d02cc287cb64e18b72a8b7e984805)
3232
Octokit
3333
GROUP Test
3434
NUGET
@@ -39,4 +39,4 @@ NUGET
3939
GITHUB
4040
remote: forki/FsUnit
4141
specs:
42-
FsUnit.fs (ddee2d57be2afd2b5a0327b87dd5b8d1dea947ce)
42+
FsUnit.fs (09548391a0c613c7ab01691fe8a3f05a7c8d701a)

src/FsReveal/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FsReveal")>]
55
[<assembly: AssemblyProductAttribute("FsReveal")>]
66
[<assembly: AssemblyDescriptionAttribute("FsReveal parses markdown or F# script files and generates reveal.js slides.")>]
7-
[<assembly: AssemblyVersionAttribute("1.1.2")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.1.2")>]
7+
[<assembly: AssemblyVersionAttribute("1.2.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.2.0")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "1.1.2"
12+
let [<Literal>] Version = "1.2.0"

0 commit comments

Comments
 (0)