We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0b404 commit c9af67fCopy full SHA for c9af67f
RELEASE_NOTES.md
@@ -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
+
5
#### 0.0.81 -
6
* Update GetDeclarationListSymbols to expose FSharpSymbolUse
7
* Improve reporting of format specifiers
src/assemblyinfo/assemblyinfo.shared.fs
@@ -1,9 +1,9 @@
namespace System
open System.Reflection
-[<assembly: AssemblyVersionAttribute("0.0.80")>]
-[<assembly: AssemblyFileVersionAttribute("0.0.80")>]
+[<assembly: AssemblyVersionAttribute("0.0.82")>]
+[<assembly: AssemblyFileVersionAttribute("0.0.82")>]
do ()
8
module internal AssemblyVersionInformation =
9
- let [<Literal>] Version = "0.0.80"
+ let [<Literal>] Version = "0.0.82"
0 commit comments