Skip to content

Commit f915b7a

Browse files
committed
update solution file and assembly info
1 parent 3fd1f6a commit f915b7a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

FSharp.Compiler.Service.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{83FEE492-6701-4E59-9184-16B1D30E91F8}"
1515
ProjectSection(SolutionItems) = preProject
1616
docs\content\caches.fsx = docs\content\caches.fsx
17+
docs\content\corelib.fsx = docs\content\corelib.fsx
1718
docs\content\devnotes.md = docs\content\devnotes.md
1819
docs\content\editor.fsx = docs\content\editor.fsx
1920
docs\content\filesystem.fsx = docs\content\filesystem.fsx
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
namespace System
22
open System.Reflection
33

4-
[<assembly: AssemblyVersionAttribute("0.0.77")>]
5-
[<assembly: AssemblyFileVersionAttribute("0.0.77")>]
4+
[<assembly: AssemblyVersionAttribute("0.0.78")>]
5+
[<assembly: AssemblyFileVersionAttribute("0.0.78")>]
66
do ()
77

88
module internal AssemblyVersionInformation =
9-
let [<Literal>] Version = "0.0.77"
9+
let [<Literal>] Version = "0.0.78"

0 commit comments

Comments
 (0)