File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
5
### 1.1.2 - 05.01.2016
2
6
* Fix auto-refresh - https://github.com/fsprojects/FsReveal/pull/88
3
7
Original file line number Diff line number Diff line change 2
2
remote: https://www.nuget.org/api/v2
3
3
specs:
4
4
FSharp.Compiler.Service (1.4.2.3)
5
- FSharp.Formatting (2.13.0 )
5
+ FSharp.Formatting (2.13.5 )
6
6
FSharp.Compiler.Service (>= 1.4.2 < 1.5.0)
7
7
FSharpVSPowerTools.Core (>= 2.2.0 < 2.3.0)
8
8
FSharpVSPowerTools.Core (2.2.0)
@@ -15,7 +15,7 @@ GROUP Build
15
15
NUGET
16
16
remote: https://www.nuget.org/api/v2
17
17
specs:
18
- FAKE (4.12.0 )
18
+ FAKE (4.17.1 )
19
19
Microsoft.Bcl (1.1.10)
20
20
Microsoft.Bcl.Build (>= 1.0.14)
21
21
Microsoft.Bcl.Build (1.0.21) - import_targets: false
28
28
GITHUB
29
29
remote: fsharp/FAKE
30
30
specs:
31
- modules/Octokit/Octokit.fsx (3834900476aed462f35ce3acc3ea5c4708971e43 )
31
+ modules/Octokit/Octokit.fsx (e537d90b050d02cc287cb64e18b72a8b7e984805 )
32
32
Octokit
33
33
GROUP Test
34
34
NUGET
39
39
GITHUB
40
40
remote: forki/FsUnit
41
41
specs:
42
- FsUnit.fs (ddee2d57be2afd2b5a0327b87dd5b8d1dea947ce )
42
+ FsUnit.fs (09548391a0c613c7ab01691fe8a3f05a7c8d701a )
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ open System.Reflection
4
4
[<assembly: AssemblyTitleAttribute( " FsReveal" ) >]
5
5
[<assembly: AssemblyProductAttribute( " FsReveal" ) >]
6
6
[<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 " ) >]
9
9
do ()
10
10
11
11
module internal AssemblyVersionInformation =
12
- let [<Literal>] Version = " 1.1.2 "
12
+ let [<Literal>] Version = " 1.2.0 "
You can’t perform that action at this time.
0 commit comments