Skip to content

Commit 2a604bf

Browse files
committed
v8.13.42
1 parent f85a0e2 commit 2a604bf

File tree

10 files changed

+142
-7
lines changed

10 files changed

+142
-7
lines changed

PhoneNumbersUnmanaged/PhoneNumbersUnmanaged.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
<None Include="packages.config" />
7474
</ItemGroup>
7575
<ItemGroup>
76-
<Reference Include="PhoneNumbers, Version=8.13.40.0, Culture=neutral, processorArchitecture=MSIL">
77-
<HintPath>packages\libphonenumber-csharp.8.13.40\lib\netstandard2.0\PhoneNumbers.dll</HintPath>
76+
<Reference Include="PhoneNumbers, Version=8.13.42.0, Culture=neutral, processorArchitecture=MSIL">
77+
<HintPath>packages\libphonenumber-csharp.8.13.42\lib\netstandard2.0\PhoneNumbers.dll</HintPath>
7878
</Reference>
7979
<Reference Include="System" />
8080
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">

PhoneNumbersUnmanaged/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3232
// übernehmen, indem Sie "*" eingeben:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("8.13.40.0")]
35-
[assembly: AssemblyFileVersion("8.13.40.0")]
34+
[assembly: AssemblyVersion("8.13.42.0")]
35+
[assembly: AssemblyFileVersion("8.13.42.0")]

PhoneNumbersUnmanaged/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="DllExport" version="1.7.4" targetFramework="net40" />
4-
<package id="libphonenumber-csharp" version="8.13.40" targetFramework="net48" />
4+
<package id="libphonenumber-csharp" version="8.13.42" targetFramework="net48" />
55
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
66
<package id="System.Collections.Immutable" version="1.7.1" targetFramework="net48" />
77
<package id="System.IO.Compression" version="4.3.0" targetFramework="net48" />

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LibPhonenumber-for-Delphi
22
Delphi-wrapper for the [C# .NET port](https://github.com/twcclegg/libphonenumber-csharp) of Google's [libphonenumber library](https://github.com/googlei18n/libphonenumber).
33

4-
Current version is v8.13.40
4+
Current version is v8.13.42
55

66
The original Apache License 2.0 was preserved.
77

Samples/LibPhonenumber.dproj

Lines changed: 136 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ProjectGuid>{8BBF3D46-A5D3-4F18-A4A0-2D31C224D449}</ProjectGuid>
4-
<ProjectVersion>19.5</ProjectVersion>
4+
<ProjectVersion>20.1</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<MainSource>LibPhonenumber.dpr</MainSource>
77
<Base>True</Base>
88
<Config Condition="'$(Config)'==''">Debug</Config>
99
<Platform Condition="'$(Platform)'==''">Win32</Platform>
1010
<TargetedPlatforms>3</TargetedPlatforms>
1111
<AppType>Application</AppType>
12+
<ProjectName Condition="'$(ProjectName)'==''">LibPhonenumber</ProjectName>
1213
</PropertyGroup>
1314
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
1415
<Base>true</Base>
@@ -216,6 +217,16 @@
216217
<Operation>1</Operation>
217218
</Platform>
218219
</DeployClass>
220+
<DeployClass Name="AndroidSplashImageDefV21">
221+
<Platform Name="Android">
222+
<RemoteDir>res\drawable-anydpi-v21</RemoteDir>
223+
<Operation>1</Operation>
224+
</Platform>
225+
<Platform Name="Android64">
226+
<RemoteDir>res\drawable-anydpi-v21</RemoteDir>
227+
<Operation>1</Operation>
228+
</Platform>
229+
</DeployClass>
219230
<DeployClass Name="AndroidSplashStyles">
220231
<Platform Name="Android">
221232
<RemoteDir>res\values</RemoteDir>
@@ -236,6 +247,66 @@
236247
<Operation>1</Operation>
237248
</Platform>
238249
</DeployClass>
250+
<DeployClass Name="AndroidSplashStylesV31">
251+
<Platform Name="Android">
252+
<RemoteDir>res\values-v31</RemoteDir>
253+
<Operation>1</Operation>
254+
</Platform>
255+
<Platform Name="Android64">
256+
<RemoteDir>res\values-v31</RemoteDir>
257+
<Operation>1</Operation>
258+
</Platform>
259+
</DeployClass>
260+
<DeployClass Name="Android_AdaptiveIcon">
261+
<Platform Name="Android">
262+
<RemoteDir>res\drawable-anydpi-v26</RemoteDir>
263+
<Operation>1</Operation>
264+
</Platform>
265+
<Platform Name="Android64">
266+
<RemoteDir>res\drawable-anydpi-v26</RemoteDir>
267+
<Operation>1</Operation>
268+
</Platform>
269+
</DeployClass>
270+
<DeployClass Name="Android_AdaptiveIconBackground">
271+
<Platform Name="Android">
272+
<RemoteDir>res\drawable</RemoteDir>
273+
<Operation>1</Operation>
274+
</Platform>
275+
<Platform Name="Android64">
276+
<RemoteDir>res\drawable</RemoteDir>
277+
<Operation>1</Operation>
278+
</Platform>
279+
</DeployClass>
280+
<DeployClass Name="Android_AdaptiveIconForeground">
281+
<Platform Name="Android">
282+
<RemoteDir>res\drawable</RemoteDir>
283+
<Operation>1</Operation>
284+
</Platform>
285+
<Platform Name="Android64">
286+
<RemoteDir>res\drawable</RemoteDir>
287+
<Operation>1</Operation>
288+
</Platform>
289+
</DeployClass>
290+
<DeployClass Name="Android_AdaptiveIconMonochrome">
291+
<Platform Name="Android">
292+
<RemoteDir>res\drawable</RemoteDir>
293+
<Operation>1</Operation>
294+
</Platform>
295+
<Platform Name="Android64">
296+
<RemoteDir>res\drawable</RemoteDir>
297+
<Operation>1</Operation>
298+
</Platform>
299+
</DeployClass>
300+
<DeployClass Name="Android_AdaptiveIconV33">
301+
<Platform Name="Android">
302+
<RemoteDir>res\drawable-anydpi-v33</RemoteDir>
303+
<Operation>1</Operation>
304+
</Platform>
305+
<Platform Name="Android64">
306+
<RemoteDir>res\drawable-anydpi-v33</RemoteDir>
307+
<Operation>1</Operation>
308+
</Platform>
309+
</DeployClass>
239310
<DeployClass Name="Android_Colors">
240311
<Platform Name="Android">
241312
<RemoteDir>res\values</RemoteDir>
@@ -246,6 +317,16 @@
246317
<Operation>1</Operation>
247318
</Platform>
248319
</DeployClass>
320+
<DeployClass Name="Android_ColorsDark">
321+
<Platform Name="Android">
322+
<RemoteDir>res\values-night-v21</RemoteDir>
323+
<Operation>1</Operation>
324+
</Platform>
325+
<Platform Name="Android64">
326+
<RemoteDir>res\values-night-v21</RemoteDir>
327+
<Operation>1</Operation>
328+
</Platform>
329+
</DeployClass>
249330
<DeployClass Name="Android_DefaultAppIcon">
250331
<Platform Name="Android">
251332
<RemoteDir>res\drawable</RemoteDir>
@@ -416,6 +497,56 @@
416497
<Operation>1</Operation>
417498
</Platform>
418499
</DeployClass>
500+
<DeployClass Name="Android_VectorizedNotificationIcon">
501+
<Platform Name="Android">
502+
<RemoteDir>res\drawable-anydpi-v24</RemoteDir>
503+
<Operation>1</Operation>
504+
</Platform>
505+
<Platform Name="Android64">
506+
<RemoteDir>res\drawable-anydpi-v24</RemoteDir>
507+
<Operation>1</Operation>
508+
</Platform>
509+
</DeployClass>
510+
<DeployClass Name="Android_VectorizedSplash">
511+
<Platform Name="Android">
512+
<RemoteDir>res\drawable</RemoteDir>
513+
<Operation>1</Operation>
514+
</Platform>
515+
<Platform Name="Android64">
516+
<RemoteDir>res\drawable</RemoteDir>
517+
<Operation>1</Operation>
518+
</Platform>
519+
</DeployClass>
520+
<DeployClass Name="Android_VectorizedSplashDark">
521+
<Platform Name="Android">
522+
<RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
523+
<Operation>1</Operation>
524+
</Platform>
525+
<Platform Name="Android64">
526+
<RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
527+
<Operation>1</Operation>
528+
</Platform>
529+
</DeployClass>
530+
<DeployClass Name="Android_VectorizedSplashV31">
531+
<Platform Name="Android">
532+
<RemoteDir>res\drawable-anydpi-v31</RemoteDir>
533+
<Operation>1</Operation>
534+
</Platform>
535+
<Platform Name="Android64">
536+
<RemoteDir>res\drawable-anydpi-v31</RemoteDir>
537+
<Operation>1</Operation>
538+
</Platform>
539+
</DeployClass>
540+
<DeployClass Name="Android_VectorizedSplashV31Dark">
541+
<Platform Name="Android">
542+
<RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
543+
<Operation>1</Operation>
544+
</Platform>
545+
<Platform Name="Android64">
546+
<RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
547+
<Operation>1</Operation>
548+
</Platform>
549+
</DeployClass>
419550
<DeployClass Name="DebugSymbols">
420551
<Platform Name="iOSSimulator">
421552
<Operation>1</Operation>
@@ -656,6 +787,9 @@
656787
<Platform Name="Win64">
657788
<Operation>1</Operation>
658789
</Platform>
790+
<Platform Name="Win64x">
791+
<Operation>1</Operation>
792+
</Platform>
659793
</DeployClass>
660794
<DeployClass Name="ProjectiOSDeviceDebug">
661795
<Platform Name="iOSDevice32">
@@ -949,6 +1083,7 @@
9491083
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
9501084
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
9511085
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
1086+
<ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
9521087
</Deployment>
9531088
<Platforms>
9541089
<Platform value="Win32">True</Platform>

Samples/LibPhonenumber.res

41.5 KB
Binary file not shown.

Win32/PhoneNumbers.dll

1 KB
Binary file not shown.

Win32/PhoneNumbersUnmanaged.dll

0 Bytes
Binary file not shown.

Win64/PhoneNumbers.dll

1 KB
Binary file not shown.

Win64/PhoneNumbersUnmanaged.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)