File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ src/typescript2.fs
5
5
* .tgz
6
6
test-compile /* .fs
7
7
build /
8
+ .ionide /**
8
9
9
10
# # Ignore Visual Studio temporary files, build results, and
10
11
# # files generated by popular Visual Studio add-ons.
Original file line number Diff line number Diff line change 1
1
os : Visual Studio 2019
2
- version : 0.7 .0-build.{build}
2
+ version : 0.8 .0-build.{build}
3
3
install :
4
4
# Get the latest stable version of .NET Core
5
5
- cmd : choco install dotnetcore-sdk --no-progress
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ let getFsFileOutWithText (text: string) =
16
16
17
17
let emitFsFileOutAsText ( fsFileOut : FsFileOut ) =
18
18
let lines = List []
19
- for line in printFsFile " 0.7 .0" fsFileOut do
19
+ for line in printFsFile " 0.8 .0" fsFileOut do
20
20
lines.Add( line)
21
21
lines |> String.concat " \n "
You can’t perform that action at this time.
0 commit comments