Skip to content

Commit c9af67f

Browse files
committed
update assemblyinfo
1 parent cf0b404 commit c9af67f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 0.0.82 -
2+
* Better support for Metadata of C# (and other) Assemblies.
3+
* Expose the DefaultFileSystem as a type instead of anonymous
4+
15
#### 0.0.81 -
26
* Update GetDeclarationListSymbols to expose FSharpSymbolUse
37
* Improve reporting of format specifiers
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.80")>]
5-
[<assembly: AssemblyFileVersionAttribute("0.0.80")>]
4+
[<assembly: AssemblyVersionAttribute("0.0.82")>]
5+
[<assembly: AssemblyFileVersionAttribute("0.0.82")>]
66
do ()
77

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

0 commit comments

Comments
 (0)