|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <Description>C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. For usage samples: http: //code.google.com/p/libphonenumber/A port of Google's libphonenumber for .NET Core</Description> |
5 |
| - <AssemblyTitle>libphonenumber-csharp</AssemblyTitle> |
| 4 | + <Description>C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. http://code.google.com/p/libphonenumber/</Description> |
| 5 | + <Title>libphonenumber-csharp</Title> |
| 6 | + <AssemblyName>PhoneNumbers</AssemblyName> |
| 7 | + <PackageId>libphonenumber-csharp</PackageId> |
6 | 8 | <VersionPrefix>$(APPVEYOR_BUILD_VERSION)</VersionPrefix>
|
7 | 9 | <Authors>Patrick Mézard;Tom Clegg;Jarrod Alexander;Google;libphonenumber contributors</Authors>
|
8 | 10 | <TargetFrameworks>net35;net40;netstandard1.3;netstandard2.0;portable-net45+win8+wpa81+wp8</TargetFrameworks>
|
9 |
| - <AssemblyName>PhoneNumbers</AssemblyName> |
10 |
| - <PackageId>libphonenumber-csharp</PackageId> |
11 |
| - <PackageTags>phonenumber phone libphonenumber e164 e.164 international</PackageTags> |
| 11 | + <PackageTags>phonenumber;phone;libphonenumber;e164;e.164;international</PackageTags> |
12 | 12 | <PackageProjectUrl>https://github.com/twcclegg/libphonenumber-csharp</PackageProjectUrl>
|
13 | 13 | <PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
|
| 14 | + <PackageIconUrl>https://github.com/twcclegg/libphonenumber-csharp/blob/master/icon.png</PackageIconUrl> |
14 | 15 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
15 |
| - <RepositoryType>git</RepositoryType> |
16 | 16 | <RepositoryUrl>https://github.com/twcclegg/libphonenumber-csharp</RepositoryUrl>
|
| 17 | + <RepositoryType>git</RepositoryType> |
| 18 | + <RepositoryBranch>master</RepositoryBranch> |
| 19 | + <RepositoryCommit>$APPVEYOR_REPO_COMMIT</RepositoryCommit> |
17 | 20 | <DebugType>full</DebugType>
|
18 | 21 | </PropertyGroup>
|
19 | 22 |
|
|
0 commit comments