Skip to content

Commit dd9ebf7

Browse files
author
Tom Clegg
committed
csproj
1 parent 6368899 commit dd9ebf7

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

csharp/PhoneNumbers/PhoneNumbers.csproj

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<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>
68
<VersionPrefix>$(APPVEYOR_BUILD_VERSION)</VersionPrefix>
79
<Authors>Patrick Mézard;Tom Clegg;Jarrod Alexander;Google;libphonenumber contributors</Authors>
810
<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>
1212
<PackageProjectUrl>https://github.com/twcclegg/libphonenumber-csharp</PackageProjectUrl>
1313
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
14+
<PackageIconUrl>https://github.com/twcclegg/libphonenumber-csharp/blob/master/icon.png</PackageIconUrl>
1415
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
15-
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/twcclegg/libphonenumber-csharp</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
18+
<RepositoryBranch>master</RepositoryBranch>
19+
<RepositoryCommit>$APPVEYOR_REPO_COMMIT</RepositoryCommit>
1720
<DebugType>full</DebugType>
1821
</PropertyGroup>
1922

icon.png

19.5 KB
Loading

0 commit comments

Comments
 (0)