8000 [Library] v6.0.0-beta4 · skia4delphi/skia4delphi@01ccfb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01ccfb2

Browse files
[Library] v6.0.0-beta4
Co-Authored-By: Paulo César Botelho Barbosa <16469061+paulocesarbot@users.noreply.github.com>
1 parent cc7d53e commit 01ccfb2

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ The APIs are very similar to Skia's, few methods and functions have been renamed
605605

606606
# Version
607607

608-
**[Skia4Delphi 6.0.0-beta3](/../../releases/latest)**
608+
**[Skia4Delphi 6.0.0-beta4](/../../releases/latest)**
609609

610610
Skia Version used: [chrome/m107](https://github.com/google/skia/tree/chrome/m107)
611611

Source/System.Skia.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ interface
5757
System.Skia.API;
5858

5959
const
60-
SkVersion = '6.0.0-beta3';
60+
SkVersion = '6.0.0-beta4';
6161

6262
{$REGION 'FPC Compatibility'}
6363
{$IFDEF FPC}

Tools/Chocolatey Package/Tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
#$file = Join-Path $toolsDir 'Skia4Delphi_6.0.0-beta3_Setup.exe'
4-
$url = 'https://github.com/skia4delphi/skia4delphi/releases/download/v6.0.0-beta3/Skia4Delphi_6.0.0-beta3_Setup.exe'
3+
#$file = Join-Path $toolsDir 'Skia4Delphi_6.0.0-beta4_Setup.exe'
4+
$url = 'https://github.com/skia4delphi/skia4delphi/releases/download/v6.0.0-beta4/Skia4Delphi_6.0.0-beta4_Setup.exe'
55

66
$packageArgs = @{
77
packageName = $env:ChocolateyPackageName

Tools/Chocolatey Package/skia4delphi.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
99
<metadata>
1010
<id>skia4delphi</id>
11-
<version>6.0.0-beta3</version>
11+
<version>6.0.0-beta4</version>
1212
<packageSourceUrl>https://github.com/skia4delphi/skia4delphi/tree/main/Tools/Chocolatey%20Package</packageSourceUrl>
1313
<owners>Paulo César Botelho Barbosa,Vinícius Felipe Botelho Barbosa</owners>
1414
<title>Skia4Delphi</title>

Tools/Setup/Setup.iss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,27 @@
3838
{************************************************************************}
3939
{ }
4040
{ Example of command line to install in silent mode: }
41-
{ cmd /C ""Skia4Delphi_6.0.0-beta3_Setup.exe" /DIR="C:\Skia4Delphi" /SILENT }
41+
{ cmd /C ""Skia4Delphi_6.0.0-beta4_Setup.exe" /DIR="C:\Skia4Delphi" /SILENT }
4242
{ /RADStudioVersions=all" }
4343
{ }
4444
{ In GetIt implementation, the installation command could be: }
45-
{ cmd /C ""$(BDSCatalogRepository)\Skia4Delphi-6.0.0-beta3\ }
46-
{ Skia4Delphi_6.0.0-beta3_Setup.exe" }
47-
{ /DIR="$(BDSCatalogRepository)\Skia4Delphi-6.0.0-beta3" /VERYSILENT }
45+
{ cmd /C ""$(BDSCatalogRepository)\Skia4Delphi-6.0.0-beta4\ }
46+
{ Skia4Delphi_6.0.0-beta4_Setup.exe" }
47+
{ /DIR="$(BDSCatalogRepository)\Skia4Delphi-6.0.0-beta4" /VERYSILENT }
4848
{ /RADStudioVersions=$(ProductVersion) /CreateUninstallRegKey=no" }
4949
{ }
5050
{ Example of command line to uninstall in silent mode: }
5151
{ cmd /C ""C:\Skia4Delphi\unins000.exe" /VERYSILENT }
5252
{ /RADStudioVersions=all" }
5353
{ }
5454
{ In GetIt implementation, the uninstall command could be: }
55-
{ cmd /C ""$(BDSCatalogRepository)\Skia4Delphi-6.0.0-beta3\unins000.exe" }
55+
{ cmd /C ""$(BDSCatalogRepository)\Skia4Delphi-6.0.0-beta4\unins000.exe" }
5656
{ /VERYSILENT /RADStudioVersions=$(ProductVersion)" }
57 6687 57
{ }
5858
{************************************************************************}
5959
6060
#define LibraryName "Skia4Delphi"
61-
#define LibraryVersion "6.0.0-beta3"
61+
#define LibraryVersion "6.0.0-beta4"
6262
#define LibraryPublisher "Skia4Delphi Team"
6363
#define LibraryCopyright "Copyright (c) 2021-2023 Skia4Delphi Project"
6464
#define LibraryURL "https://skia4delphi.org"

0 commit comments

Comments
 (0)
0