Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit fff1a78

Browse files
SotoiGhostSotoiGhost
authored andcommitted
Replaced PackageLicenseUrl with PackageLicenseFile in .csproj
1 parent f8e6d0c commit fff1a78

File tree

32 files changed

+67
-32
lines changed

32 files changed

+67
-32
lines changed

source/Firebase/ABTesting/ABTesting.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2222
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosabtesting_128x128.png</PackageIconUrl>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2004275</PackageProjectUrl>
24-
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=2004700</PackageLicenseUrl>
24+
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<PackageVersion>3.0.0.1</PackageVersion>
2727
</PropertyGroup>
@@ -36,6 +36,7 @@
3636

3737
<ItemGroup>
3838
<None Include="ABTesting.targets" Pack="True" PackagePath="build/Xamarin.Firebase.iOS.ABTesting.targets" />
39+
<None Include="License.md" Pack="True" PackagePath="License.md" />
3940
</ItemGroup>
4041

4142
<ItemGroup>

source/Firebase/AdMob/AdMob.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2323
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosadmob_128x128.png</PackageIconUrl>
2424
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865546</PackageProjectUrl>
25-
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=865550</PackageLicenseUrl>
25+
<PackageLicenseFile>License.md</PackageLicenseFile>
2626
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2727
<PackageVersion>7.47.0.1</PackageVersion>
2828
</PropertyGroup>
@@ -35,6 +35,10 @@
3535
<Folder Include="Resources\" />
3636
</ItemGroup>
3737

38+
<ItemGroup>
39+
<None Include="License.md" Pack="True" PackagePath="License.md" />
40+
</ItemGroup>
41+
3842
<ItemGroup>
3943
<Compile Remove="Enums.cs" />
4044
<Compile Remove="ApiDefinition.cs" />

source/Firebase/Analytics/Analytics.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2222
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosanalytics_128x128.png</PackageIconUrl>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865559</PackageProjectUrl>
24-
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=865564</PackageLicenseUrl>
24+
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<PackageVersion>6.0.4.1</PackageVersion>
2727
</PropertyGroup>
@@ -36,6 +36,7 @@
3636

3737
<ItemGroup>
3838
<None Include="Analytics.targets" Pack="True" PackagePath="build/Xamarin.Firebase.iOS.Analytics.targets" />
39+
<None Include="License.md" Pack="True" PackagePath="License.md" />
3940
</ItemGroup>
4041

4142
<ItemGroup>

source/Firebase/Auth/Auth.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2222
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosauth_128x128.png</PackageIconUrl>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865530</PackageProjectUrl>
24-
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=865534</PackageLicenseUrl>
24+
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<PackageVersion>6.2.1.2</PackageVersion>
2727
</PropertyGroup>
@@ -39,6 +39,7 @@
3939
<Link>FirebaseAuth.framework</Link>
4040
</None>
4141
<None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" />
42+
<None Include="License.md" Pack="True" PackagePath="License.md" />
4243
</ItemGroup>
4344

4445
<ItemGroup>

source/Firebase/CloudFirestore/CloudFirestore.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2222
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseioscloudfirestore_128x128.png</PackageIconUrl>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2030883</PackageProjectUrl>
24-
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=2030782</PackageLicenseUrl>
24+
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<PackageVersion>1.4.2.2</PackageVersion>
2727
</PropertyGroup>
@@ -48,6 +48,7 @@
4848
<Link>openssl_grpc.framework</Link>
4949
</None>
5050
<None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" />
51+
<None Include="License.md" Pack="True" PackagePath="License.md" />
5152
</ItemGroup>
5253

5354
<ItemGroup>

source/Firebase/CloudMessaging/CloudMessaging.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2222
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseioscloudmessaging_128x128.png</PackageIconUrl>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865576</PackageProjectUrl>
24-
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=865577</PackageLicenseUrl>
24+
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<PackageVersion>4.1.1.2</PackageVersion>
2727
</PropertyGroup>
@@ -39,6 +39,7 @@
3939
<Link>FirebaseMessaging.framework</Link>
4040
</None>
4141
<None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" />
42+
<None Include="License.md" Pack="True" PackagePath="License.md" />
4243
</ItemGroup>
4344

4445
<ItemGroup>

source/Firebase/Core/Core.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2222
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseioscore_128x128.png</PackageIconUrl>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=2007321</PackageProjectUrl>
24-
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=2007137</PackageLicenseUrl>
24+
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<PackageVersion>6.1.0.1</PackageVersion>
2727
</PropertyGroup>
@@ -64,6 +64,7 @@
6464
<Link>GoogleAPIClientForREST.framework</Link>
6565
</None>
6666
<None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" />
67+
<None Include="License.md" Pack="True" PackagePath="License.md" />
6768
</ItemGroup>
6869

6970
<ItemGroup>

source/Firebase/CrashReporting/CrashReporting.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2222
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseioscrashreporting_128x128.png</PackageIconUrl>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865578</PackageProjectUrl>
24-
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=865531</PackageLicenseUrl>
24+
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<PackageVersion>2.0.0.6</PackageVersion>
2727
</PropertyGroup>
@@ -37,6 +37,7 @@
3737
<ItemGroup>
3838
<None Include="CrashReporting.targets" Pack="True" PackagePath="build/Xamarin.Firebase.iOS.CrashReporting.targets" />
3939
<None Include="xamarin_upload_symbols.sh" Pack="True" PackagePath="content/xamarin_upload_symbols.sh" />
40+
<None Include="License.md" Pack="True" PackagePath="License.md" />
4041
</ItemGroup>
4142

4243
<ItemGroup>

source/Firebase/Crashlytics/Crashlytics.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2222
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseioscrashlytics_128x128.png</PackageIconUrl>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=873305</PackageProjectUrl>
24-
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=873306</PackageLicenseUrl>
24+
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<PackageVersion>3.14.0.1</PackageVersion>
2727
</PropertyGroup>
@@ -38,6 +38,7 @@
3838
<None Include="Crashlytics.targets" Pack="True" PackagePath="build/Xamarin.Firebase.iOS.Crashlytics.targets" />
3939
<None Include="Crashlytics.props" Pack="True" PackagePath="build/Xamarin.Firebase.iOS.Crashlytics.props" />
4040
<None Include="readme.txt" Pack="True" PackagePath="readme.txt" />
41+
<None Include="License.md" Pack="True" PackagePath="License.md" />
4142
</ItemGroup>
4243

4344
<ItemGroup>

source/Firebase/Database/Database.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2222
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosdatabase_128x128.png</PackageIconUrl>
2323
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865568</PackageProjectUrl>
24-
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=865571</PackageLicenseUrl>
24+
<PackageLicenseFile>License.md</PackageLicenseFile>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2626
<PackageVersion>6.0.0.1</PackageVersion>
2727
</PropertyGroup>
@@ -39,6 +39,7 @@
3939
<Link>FirebaseDatabase.framework</Link>
4040
</None>
4141
<None Include="External-Dependency-Info.txt" Pack="True" PackagePath="THIRD-PARTY-NOTICES.txt" />
42+
<None Include="License.md" Pack="True" PackagePath="License.md" />
4243
</ItemGroup>
4344

4445
<ItemGroup>

0 commit comments

Comments
 (0)