Skip to content

Commit

Permalink
multiple nuget package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-rodriguez committed Aug 3, 2021
1 parent e9aa707 commit eb3a9b0
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 9 deletions.
1 change: 1 addition & 0 deletions src/LiveChartsCore/LiveChartsCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
Expand All @@ -30,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<None Include="images\icon.png" Pack="true" PackagePath="\"/>
<None Include="images\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
Expand All @@ -32,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<None Include="images\icon.png" Pack="true" PackagePath="\"/>
<None Include="images\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<UseWinUI>true</UseWinUI>
<Version>2.0.0-beta.40</Version>
<!-- it seems that images are bugged for now. -->
<!--<PackageIcon>icon.png</PackageIcon>-->
<Description>Simple, flexible, interactive and powerful data visualization for WinUI 3.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -21,6 +22,8 @@
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<None Remove="CartesianChart.xaml" />
Expand Down Expand Up @@ -70,9 +73,8 @@
</Page>
</ItemGroup>

<ItemGroup>
<Content Update="images\icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<!--<ItemGroup>
<None Include="images\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>-->

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -36,6 +36,7 @@
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\LiveChartsCore.SkiaSharpView.UWP.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -205,4 +206,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>LiveChartsCore.SkiaSharpView.UWP</id>
<version>2.0.0-beta.40</version>
<title>LiveChartsCore.SkiaSharpView.UWP</title>
<authors>BetoRodriguez</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/beto-rodriguez/LiveCharts2</projectUrl>
<!-- <iconUrl>http://icon_url_here_or_delete_this_line/</iconUrl> -->
<description>Simple, flexible, interactive and powerful data visualization for UWP.</description>
<releaseNotes>https://github.com/beto-rodriguez/LiveCharts2/releases</releaseNotes>
<copyright>BetoRodriguez</copyright>
<tags>livechart chart charting plot plotting data</tags>
</metadata>

<files>
<!-- WinMd and IntelliSense files -->
<file src="bin\Debug\Microsoft.UI.Xaml.Markup.winmd" target="lib\uap10.0"/>
<file src="bin\Debug\LiveChartsCore.SkiaSharpView.UWP.xml" target="lib\uap10.0"/>

<!-- XAML controls -->
<!-- no templated controls :( -->

<!-- WINMDs and resources -->
<file src="bin\ARM\Debug\Microsoft.UI.Xaml.Markup.winmd" target="runtimes\win10-arm"/>
<file src="bin\ARM\Debug\LiveChartsCore.SkiaSharpView.UWP.pri" target="runtimes\win10-arm"/>

<file src="bin\ARM64\Debug\Microsoft.UI.Xaml.Markup.winmd" target="runtimes\win10-arm64"/>
<file src="bin\ARM64\Debug\LiveChartsCore.SkiaSharpView.UWP.pri" target="runtimes\win10-arm64"/>

<file src="bin\x64\Debug\Microsoft.UI.Xaml.Markup.winmd" target="runtimes\win10-x64"/>
<file src="bin\x64\Debug\LiveChartsCore.SkiaSharpView.UWP.pri" target="runtimes\win10-x64"/>

<file src="bin\x86\Debug\Microsoft.UI.Xaml.Markup.winmd" target="runtimes\win10-x86"/>
<file src="bin\x86\Debug\LiveChartsCore.SkiaSharpView.UWP.pri" target="runtimes\win10-x86"/>
</files>
</package>

0 comments on commit eb3a9b0

Please sign in to comment.