This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1472 from vasily-kirichenko/update-packages
Update FCS to v.8 and all the packages as well
- Loading branch information
Showing
27 changed files
with
2,833 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 10 additions & 5 deletions
15
src/FSharp.Editing.VisualStudio.Tests.v2015/AssemblyInfo.fs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
namespace System | ||
// Auto-Generated by FAKE; do not edit | ||
namespace System | ||
open System.Reflection | ||
open System.Runtime.CompilerServices | ||
|
||
[<assembly: InternalsVisibleToAttribute("FSharp.Editing.VisualStudio.Tests")>] | ||
[<assembly: AssemblyTitleAttribute("FSharp.Editing.VisualStudio.v2015")>] | ||
[<assembly: AssemblyProductAttribute("FSharpVSPowerTools")>] | ||
[<assembly: AssemblyDescriptionAttribute("A collection of additional commands for F# in Visual Studio")>] | ||
[<assembly: AssemblyVersionAttribute("2.5.2")>] | ||
[<assembly: AssemblyFileVersionAttribute("2.5.2")>] | ||
[<assembly: AssemblyVersionAttribute("2.5.4")>] | ||
[<assembly: AssemblyFileVersionAttribute("2.5.4")>] | ||
do () | ||
|
||
module internal AssemblyVersionInformation = | ||
let [<Literal>] Version = "2.5.2" | ||
let [<Literal>] InformationalVersion = "2.5.2" | ||
let [<Literal>] InternalsVisibleTo = "FSharp.Editing.VisualStudio.Tests" | ||
let [<Literal>] AssemblyTitle = "FSharp.Editing.VisualStudio.v2015" | ||
let [<Literal>] AssemblyProduct = "FSharpVSPowerTools" | ||
let [<Literal>] AssemblyDescription = "A collection of additional commands for F# in Visual Studio" | ||
let [<Literal>] AssemblyVersion = "2.5.4" | ||
let [<Literal>] AssemblyFileVersion = "2.5.4" |
Oops, something went wrong.