Skip to content

Commit e161fc8

Browse files
beta70
1 parent 50aff96 commit e161fc8

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

src/LiveChartsCore/LiveChartsCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Nullable>enable</Nullable>
55
<LangVersion>9.0</LangVersion>
66
<TargetFrameworks>net462;netstandard2.0;netcoreapp2.0;</TargetFrameworks>
77
<AssemblyName>LiveChartsCore</AssemblyName>
88
<RootNamespace>LiveChartsCore</RootNamespace>
9-
<Version>2.0.0-beta.60</Version>
9+
<Version>2.0.0-beta.70</Version>
1010
<PackageIcon>icon.png</PackageIcon>
1111
<Description>Simple, flexible, interactive and powerful data visualization for .Net, this is the core package probably you need another package also unless you are building your own backed.</Description>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/skiasharp/LiveChartsCore.SkiaSharp.Avalonia/LiveChartsCore.SkiaSharpView.Avalonia.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Library</OutputType>
44
<LangVersion>9.0</LangVersion>
55
<Nullable>enable</Nullable>
66
<TargetFrameworks>netcoreapp2.0;netstandard2.0;net462;</TargetFrameworks>
77
<AssemblyName>LiveChartsCore.SkiaSharpView.Avalonia</AssemblyName>
88
<RootNamespace>LiveChartsCore.SkiaSharpView.Avalonia</RootNamespace>
9-
<Version>2.0.0-beta.60</Version>
9+
<Version>2.0.0-beta.70</Version>
1010
<PackageIcon>icon.png</PackageIcon>
1111
<Description>Simple, flexible, interactive and powerful data visualization for AvaloniaUI.</Description>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/skiasharp/LiveChartsCore.SkiaSharp.WPF/LiveChartsCore.SkiaSharpView.WPF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
44
<Nullable>enable</Nullable>
@@ -7,7 +7,7 @@
77
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
88
<AssemblyName>LiveChartsCore.SkiaSharpView.WPF</AssemblyName>
99
<RootNamespace>LiveChartsCore.SkiaSharpView.WPF</RootNamespace>
10-
<Version>2.0.0-beta.60</Version>
10+
<Version>2.0.0-beta.70</Version>
1111
<PackageIcon>icon.png</PackageIcon>
1212
<Description>Simple, flexible, interactive and powerful data visualization for WPF.</Description>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/skiasharp/LiveChartsCore.SkiaSharp.WinForms/LiveChartsCore.SkiaSharpView.WinForms.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
@@ -9,7 +9,7 @@
99
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
1010
<AssemblyName>LiveChartsCore.SkiaSharpView.WinForms</AssemblyName>
1111
<RootNamespace>LiveChartsCore.SkiaSharpView.WinForms</RootNamespace>
12-
<Version>2.0.0-beta.60</Version>
12+
<Version>2.0.0-beta.70</Version>
1313
<PackageIcon>icon.png</PackageIcon>
1414
<Description>Simple, flexible, interactive and powerful data visualization for WindowsForms.</Description>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/skiasharp/LiveChartsCore.SkiaSharp.Xamarin.Forms/LiveChartsCore.SkiaSharpView.Xamarin.Forms.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<LangVersion>9.0</LangVersion>
55
<Nullable>enable</Nullable>
66
<TargetFrameworks>netstandard2.0;</TargetFrameworks>
77
<AssemblyName>LiveChartsCore.SkiaSharpView.XamarinForms</AssemblyName>
88
<RootNamespace>LiveChartsCore.SkiaSharpView.XamarinForms</RootNamespace>
9-
<Version>2.0.0-beta.60</Version>
9+
<Version>2.0.0-beta.70</Version>
1010
<PackageIcon>icon.png</PackageIcon>
1111
<Description>Simple, flexible, interactive and powerful data visualization for XamarinForms.</Description>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/skiasharp/LiveChartsCore.SkiaSharp/LiveChartsCore.SkiaSharpView.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Nullable>enable</Nullable>
55
<LangVersion>9.0</LangVersion>
66
<TargetFrameworks>net462;netstandard2.0;netcoreapp2.0;</TargetFrameworks>
77
<AssemblyName>LiveChartsCore.SkiaSharpView</AssemblyName>
88
<RootNamespace>LiveChartsCore.SkiaSharpView</RootNamespace>
9-
<Version>2.0.0-beta.60</Version>
9+
<Version>2.0.0-beta.70</Version>
1010
<PackageIcon>icon.png</PackageIcon>
1111
<Description>Simple, flexible, interactive and powerful data visualization for .Net, this package contains the SkiaSharp backend.</Description>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>

src/skiasharp/LiveChartsCore.SkiaSharpVew.WinUI/LiveChartsCore.SkiaSharpView.WinUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RootNamespace>LiveChartsCore.SkiaSharpView.WinUI</RootNamespace>
88
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
99
<UseWinUI>true</UseWinUI>
10-
<Version>2.0.0-beta.60</Version>
10+
<Version>2.0.0-beta.70</Version>
1111
<!-- it seems that images are bugged for now. -->
1212
<!--<PackageIcon>icon.png</PackageIcon>-->
1313
<Description>Simple, flexible, interactive and powerful data visualization for WinUI 3.</Description>

src/skiasharp/LiveChartsCore.SkiaSharpView.UWP/LiveChartsCore.SkiaSharpView.UWP.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>LiveChartsCore.SkiaSharpView.UWP</id>
5-
<version>2.0.0-beta.60</version>
5+
<version>2.0.0-beta.70</version>
66
<title>LiveChartsCore.SkiaSharpView.UWP</title>
77
<authors>BetoRodriguez</authors>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>
@@ -17,8 +17,8 @@
1717
<dependency id="Newtonsoft.Json" version="[13.0.1]" />
1818
<dependency id="SkiaSharp" version="[2.80.3]" />
1919
<dependency id="SkiaSharp.Views.Uno" version="[2.80.3]" />
20-
<dependency id="LiveChartsCore.SkiaSharpView" version="2.0.0-beta.60" />
21-
<dependency id="LiveChartsCore" version="2.0.0-beta.60" />
20+
<dependency id="LiveChartsCore.SkiaSharpView" version="2.0.0-beta.70" />
21+
<dependency id="LiveChartsCore" version="2.0.0-beta.70" />
2222
</dependencies>
2323
</metadata>
2424

0 commit comments

Comments
 (0)