File tree 16 files changed +482
-672
lines changed
XPlot.GoogleCharts.Deedle
16 files changed +482
-672
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"paket" : {
6
- "version" : " 7.2.1 " ,
6
+ "version" : " 9.0.0 " ,
7
7
"commands" : [" paket" ]
8
8
},
9
9
"fsdocs-tool" : {
10
- "version" : " 18.1.0 " ,
10
+ "version" : " 21.0.0-beta-003 " ,
11
11
"commands" : [" fsdocs" ]
12
12
}
13
13
}
Original file line number Diff line number Diff line change
1
+ ### 4.2.0
2
+
3
+ * Update TFMs and packages
4
+ * Bump .NET Interactive dependencies
5
+
1
6
### 4.1.0
2
7
3
8
* some stuff
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ group Formatting
15
15
16
16
group Test
17
17
source https://api.nuget.org/v3/index.json
18
- frameworks: net7 .0
18
+ frameworks: net8 .0
19
19
20
20
nuget Expecto
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " XPlot.D3" ) >]
6
6
[<assembly: AssemblyProductAttribute( " XPlot" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " Data visualization library for F#" ) >]
8
- [<assembly: AssemblyVersionAttribute( " 4.1 .0" ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 4.1 .0" ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 4.2 .0" ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 4.2 .0" ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " XPlot.D3"
14
14
let [<Literal>] AssemblyProduct = " XPlot"
15
15
let [<Literal>] AssemblyDescription = " Data visualization library for F#"
16
- let [<Literal>] AssemblyVersion = " 4.1 .0"
17
- let [<Literal>] AssemblyFileVersion = " 4.1 .0"
16
+ let [<Literal>] AssemblyVersion = " 4.2 .0"
17
+ let [<Literal>] AssemblyFileVersion = " 4.2 .0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " XPlot.GoogleCharts.Deedle" ) >]
6
6
[<assembly: AssemblyProductAttribute( " XPlot" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " Data visualization library for F#" ) >]
8
- [<assembly: AssemblyVersionAttribute( " 4.1 .0" ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 4.1 .0" ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 4.2 .0" ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 4.2 .0" ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " XPlot.GoogleCharts.Deedle"
14
14
let [<Literal>] AssemblyProduct = " XPlot"
15
15
let [<Literal>] AssemblyDescription = " Data visualization library for F#"
16
- let [<Literal>] AssemblyVersion = " 4.1 .0"
17
- let [<Literal>] AssemblyFileVersion = " 4.1 .0"
16
+ let [<Literal>] AssemblyVersion = " 4.2 .0"
17
+ let [<Literal>] AssemblyFileVersion = " 4.2 .0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " XPlot.GoogleCharts" ) >]
6
6
[<assembly: AssemblyProductAttribute( " XPlot" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " Data visualization library for F#" ) >]
8
- [<assembly: AssemblyVersionAttribute( " 4.1 .0" ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 4.1 .0" ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 4.2 .0" ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 4.2 .0" ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " XPlot.GoogleCharts"
14
14
let [<Literal>] AssemblyProduct = " XPlot"
15
15
let [<Literal>] AssemblyDescription = " Data visualization library for F#"
16
- let [<Literal>] AssemblyVersion = " 4.1 .0"
17
- let [<Literal>] AssemblyFileVersion = " 4.1 .0"
16
+ let [<Literal>] AssemblyVersion = " 4.2 .0"
17
+ let [<Literal>] AssemblyFileVersion = " 4.2 .0"
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " XPlot.Plotly.Interactive" ) >]
6
6
[<assembly: AssemblyProductAttribute( " XPlot" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " Data visualization library for F#" ) >]
8
- [<assembly: AssemblyVersionAttribute( " 4.1 .0" ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 4.1 .0" ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 4.2 .0" ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 4.2 .0" ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " XPlot.Plotly.Interactive"
14
14
let [<Literal>] AssemblyProduct = " XPlot"
15
15
let [<Literal>] AssemblyDescription = " Data visualization library for F#"
16
- let [<Literal>] AssemblyVersion = " 4.1 .0"
17
- let [<Literal>] AssemblyFileVersion = " 4.1 .0"
16
+ let [<Literal>] AssemblyVersion = " 4.2 .0"
17
+ let [<Literal>] AssemblyFileVersion = " 4.2 .0"
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Library</OutputType >
5
- <TargetFramework >net7 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<PackageId >XPlot.Plotly.Interactive</PackageId >
7
7
<IsPackable >true</IsPackable >
8
- <PackageVersion >4.1 .0</PackageVersion >
8
+ <PackageVersion >4.2 .0</PackageVersion >
9
9
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
10
10
<RepositoryType >git</RepositoryType >
11
11
<PackageProjectUrl >https://fslab.org/XPlot/</PackageProjectUrl >
23
23
24
24
<ItemGroup >
25
25
<PackageReference Include =" Giraffe.ViewEngine" Version =" 1.2.0" />
26
- <PackageReference Include =" Microsoft.DotNet.Interactive" Version =" 1.0.0-beta.23258.3 " />
27
- <PackageReference Include =" Microsoft.DotNet.Interactive.PowerShell" Version =" 1.0.0-beta.23258.3 " />
28
- <PackageReference Include =" Microsoft.Dotnet.Interactive.http" Version =" 1.0.0-beta.23258.3 " />
26
+ <PackageReference Include =" Microsoft.DotNet.Interactive" Version =" 1.0.0-beta.24563.1 " />
27
+ <PackageReference Include =" Microsoft.DotNet.Interactive.PowerShell" Version =" 1.0.0-beta.24563.1 " />
28
+ <PackageReference Include =" Microsoft.Dotnet.Interactive.http" Version =" 1.0.0-beta.24563.1 " />
29
29
</ItemGroup >
30
30
31
31
<ItemGroup >
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " XPlot.Plotly" ) >]
6
6
[<assembly: AssemblyProductAttribute( " XPlot" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " Data visualization library for F#" ) >]
8
- [<assembly: AssemblyVersionAttribute( " 4.1 .0" ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 4.1 .0" ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 4.2 .0" ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 4.2 .0" ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " XPlot.Plotly"
14
14
let [<Literal>] AssemblyProduct = " XPlot"
15
15
let [<Literal>] AssemblyDescription = " Data visualization library for F#"
16
- let [<Literal>] AssemblyVersion = " 4.1 .0"
17
- let [<Literal>] AssemblyFileVersion = " 4.1 .0"
16
+ let [<Literal>] AssemblyVersion = " 4.2 .0"
17
+ let [<Literal>] AssemblyFileVersion = " 4.2 .0"
Original file line number Diff line number Diff line change 87
87
</ItemGroup >
88
88
<ItemGroup >
89
89
<PackageReference Update =" FSharp.Core" Version =" 4.7.2" />
90
- <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.3" />
90
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.3" />
91
91
</ItemGroup >
92
92
</Project >
Original file line number Diff line number Diff line change @@ -5,11 +5,7 @@ open Expecto
5
5
6
6
[<EntryPoint>]
7
7
let main args =
8
- let config =
9
- { defaultConfig with
10
- verbosity = Logging.LogLevel.Verbose }
11
8
let asmName = System.Reflection.Assembly.GetExecutingAssembly() .GetName() .Name
12
9
let fileName = sprintf " bin/TestResults-%s -%O .xml" asmName ( System.Environment.OSVersion)
13
10
let writeResults = TestResults.writeNUnitSummary fileName
14
- let config = config.appendSummaryHandler writeResults
15
- runTestsInAssembly config args
11
+ runTestsInAssemblyWithCLIArgs [] args
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
- <TargetFramework >net7 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
</PropertyGroup >
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.1 </TargetFramework >
5
+ <TargetFramework >net8.0 </TargetFramework >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<Compile Include =" ../../tests/TestData/XPlot.Plotly/Shapes.fs" Link =" XPlot.Plotly/Shapes.fs" />
Original file line number Diff line number Diff line change 2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.1 </TargetFramework >
5
+ <TargetFramework >net8.0 </TargetFramework >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<Compile Include =" Program.fs" />
You can’t perform that action at this time.
0 commit comments