-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Svg.Skia from 1.0.0.3 to 1.0.0.8
Bumps [Svg.Skia](https://github.com/wieslawsoltes/Svg.Skia) from 1.0.0.3 to 1.0.0.8. - [Release notes](https://github.com/wieslawsoltes/Svg.Skia/releases) - [Changelog](https://github.com/wieslawsoltes/Svg.Skia/blob/master/CHANGELOG.md) - [Commits](wieslawsoltes/Svg.Skia@1.0.0.3...1.0.0.8) --- updated-dependencies: - dependency-name: Svg.Skia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
0a6d6cc
commit 95a188a
Showing
2 changed files
with
158 additions
and
158 deletions.
There are no files selected for viewing
106 changes: 53 additions & 53 deletions
106
EtoForms.Controls.Custom/EtoForms.Controls.Custom.csproj
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,54 +1,54 @@ | ||
<Project Sdk="Eto.Forms/2.8.0"> | ||
|
||
<!-- | ||
Set the BuildPlatform property to the Eto platform you wish to build for. | ||
The default is the platform you are building on. | ||
Valid values: Wpf, Windows, Mac64, XamMac2, Gtk, Direct2D | ||
--> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ApplicationIcon /> | ||
<OutputType>Library</OutputType> | ||
<StartupObject /> | ||
<Description>Custom Eto.Forms controls.</Description> | ||
<Copyright>Copyright © VPKSoft 2023</Copyright> | ||
<DocumentationFile>bin\$(Configuration)\EtoForms.Controls.Custom.xml</DocumentationFile> | ||
<PackageIconUrl /> | ||
<RepositoryType>git</RepositoryType> | ||
<Nullable>enable</Nullable> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<Company>VPKSoft</Company> | ||
|
||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\amp.licenseheader" Link="amp.licenseheader" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="FluentIcons.Resources" Version="1.0.1" /> | ||
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.6" /> | ||
<PackageReference Include="Svg.Skia" Version="1.0.0.3" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\VPKSoft.Utils.Common\VPKSoft.Utils.Common.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="Properties\Resources.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<EmbeddedResource Update="Properties\Resources.resx"> | ||
<Generator>PublicResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
|
||
<Project Sdk="Eto.Forms/2.8.0"> | ||
|
||
<!-- | ||
Set the BuildPlatform property to the Eto platform you wish to build for. | ||
The default is the platform you are building on. | ||
Valid values: Wpf, Windows, Mac64, XamMac2, Gtk, Direct2D | ||
--> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ApplicationIcon /> | ||
<OutputType>Library</OutputType> | ||
<StartupObject /> | ||
<Description>Custom Eto.Forms controls.</Description> | ||
<Copyright>Copyright © VPKSoft 2023</Copyright> | ||
<DocumentationFile>bin\$(Configuration)\EtoForms.Controls.Custom.xml</DocumentationFile> | ||
<PackageIconUrl /> | ||
<RepositoryType>git</RepositoryType> | ||
<Nullable>enable</Nullable> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<Company>VPKSoft</Company> | ||
|
||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\amp.licenseheader" Link="amp.licenseheader" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="FluentIcons.Resources" Version="1.0.1" /> | ||
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.6" /> | ||
<PackageReference Include="Svg.Skia" Version="1.0.0.8" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\VPKSoft.Utils.Common\VPKSoft.Utils.Common.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="Properties\Resources.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<EmbeddedResource Update="Properties\Resources.resx"> | ||
<Generator>PublicResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
|
||
</Project> |
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,105 +1,105 @@ | ||
<Project Sdk="Eto.Forms/2.8.0"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<ApplicationIcon>Images/amp.ico</ApplicationIcon> | ||
<Copyright>Copyright © VPKSoft 2023</Copyright> | ||
<Description>Music player for common audio formats.</Description> | ||
<PackageProjectUrl>https://github.com/VPKSoft/amp-multi</PackageProjectUrl> | ||
<PackageIcon>amp.png</PackageIcon> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<RepositoryUrl>https://github.com/VPKSoft/amp-multi</RepositoryUrl> | ||
<Company>VPKSoft</Company> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<DocumentationFile>bin\$(Configuration)\amp.EtoForms.xml</DocumentationFile> | ||
<IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX> | ||
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows> | ||
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux> | ||
<Version>1.0.5.0</Version> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(IsOSX)'=='true'"> | ||
<DefineConstants>OSX</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(IsWindows)'=='true'"> | ||
<DefineConstants>Windows</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(IsLinux)'=='true'"> | ||
<DefineConstants>Linux</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="$(ProjectDir)\FormMain.*.cs"> | ||
<DependentUpon>$(ProjectDir)\FormMain.cs</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="DtoClasses\**" /> | ||
<Compile Remove="EventArguments\**" /> | ||
<EmbeddedResource Remove="DtoClasses\**" /> | ||
<EmbeddedResource Remove="EventArguments\**" /> | ||
<None Remove="DtoClasses\**" /> | ||
<None Remove="EventArguments\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="Images/amp.ico" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\amp.licenseheader" Link="amp.licenseheader" /> | ||
<None Include="..\amp.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
<None Include="..\README.md"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="AutoMapper" Version="12.0.1" /> | ||
<PackageReference Include="CommandLineParser" Version="2.9.1" /> | ||
<PackageReference Include="EtoForms.SpectrumVisualizer" Version="1.0.5" /> | ||
<PackageReference Include="FluentIcons.Resources" Version="1.0.1" /> | ||
<PackageReference Include="FuzzierSharp" Version="3.0.1" /> | ||
<PackageReference Include="Serilog" Version="3.0.1" /> | ||
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> | ||
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.6" /> | ||
<PackageReference Include="Svg.Skia" Version="1.0.0.3" /> | ||
<PackageReference Include="VPKSoft.ApplicationSettingsJson" Version="1.0.1" /> | ||
<PackageReference Include="VPKSoft.RandomizationUtils" Version="1.0.1" /> | ||
<PackageReference Include="z440.atl.core" Version="5.11.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\amp.DataAccessLayer\amp.DataAccessLayer.csproj" /> | ||
<ProjectReference Include="..\amp.Database\amp.Database.csproj" /> | ||
<ProjectReference Include="..\amp.Playback\amp.Playback.csproj" /> | ||
<ProjectReference Include="..\EtoForms.Controls.Custom\EtoForms.Controls.Custom.csproj" /> | ||
<ProjectReference Include="..\EtoForms.FormPositions\EtoForms.FormPositions.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="Properties\Resources.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<EmbeddedResource Update="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Eto.Forms/2.8.0"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<ApplicationIcon>Images/amp.ico</ApplicationIcon> | ||
<Copyright>Copyright © VPKSoft 2023</Copyright> | ||
<Description>Music player for common audio formats.</Description> | ||
<PackageProjectUrl>https://github.com/VPKSoft/amp-multi</PackageProjectUrl> | ||
<PackageIcon>amp.png</PackageIcon> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<RepositoryUrl>https://github.com/VPKSoft/amp-multi</RepositoryUrl> | ||
<Company>VPKSoft</Company> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<DocumentationFile>bin\$(Configuration)\amp.EtoForms.xml</DocumentationFile> | ||
<IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX> | ||
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows> | ||
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux> | ||
<Version>1.0.5.0</Version> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(IsOSX)'=='true'"> | ||
<DefineConstants>OSX</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(IsWindows)'=='true'"> | ||
<DefineConstants>Windows</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(IsLinux)'=='true'"> | ||
<DefineConstants>Linux</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="$(ProjectDir)\FormMain.*.cs"> | ||
<DependentUpon>$(ProjectDir)\FormMain.cs</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Remove="DtoClasses\**" /> | ||
<Compile Remove="EventArguments\**" /> | ||
<EmbeddedResource Remove="DtoClasses\**" /> | ||
<EmbeddedResource Remove="EventArguments\**" /> | ||
<None Remove="DtoClasses\**" /> | ||
<None Remove="EventArguments\**" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="Images/amp.ico" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\amp.licenseheader" Link="amp.licenseheader" /> | ||
<None Include="..\amp.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
<None Include="..\README.md"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="AutoMapper" Version="12.0.1" /> | ||
<PackageReference Include="CommandLineParser" Version="2.9.1" /> | ||
<PackageReference Include="EtoForms.SpectrumVisualizer" Version="1.0.5" /> | ||
<PackageReference Include="FluentIcons.Resources" Version="1.0.1" /> | ||
<PackageReference Include="FuzzierSharp" Version="3.0.1" /> | ||
<PackageReference Include="Serilog" Version="3.0.1" /> | ||
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> | ||
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.6" /> | ||
<PackageReference Include="Svg.Skia" Version="1.0.0.8" /> | ||
<PackageReference Include="VPKSoft.ApplicationSettingsJson" Version="1.0.1" /> | ||
<PackageReference Include="VPKSoft.RandomizationUtils" Version="1.0.1" /> | ||
<PackageReference Include="z440.atl.core" Version="5.11.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\amp.DataAccessLayer\amp.DataAccessLayer.csproj" /> | ||
<ProjectReference Include="..\amp.Database\amp.Database.csproj" /> | ||
<ProjectReference Include="..\amp.Playback\amp.Playback.csproj" /> | ||
<ProjectReference Include="..\EtoForms.Controls.Custom\EtoForms.Controls.Custom.csproj" /> | ||
<ProjectReference Include="..\EtoForms.FormPositions\EtoForms.FormPositions.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="Properties\Resources.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<EmbeddedResource Update="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
|
||
</Project> |