Skip to content

Commit

Permalink
Firebase 11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamEssenmacher committed Dec 18, 2024
1 parent 80e8f03 commit 6dc0fb2
Show file tree
Hide file tree
Showing 17 changed files with 86 additions and 86 deletions.
72 changes: 36 additions & 36 deletions components.cake
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// Firebase artifacts available to be built. These artifacts generate NuGets.
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting");
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics");
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth");
Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Core");
Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Database");
Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks");
Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ("Firebase.ABTesting", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "ABTesting");
Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ("Firebase.Analytics", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Analytics");
Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ("Firebase.Auth", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Auth");
Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ("Firebase.CloudFirestore", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFirestore");
Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ("Firebase.CloudFunctions", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudFunctions");
Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ("Firebase.CloudMessaging", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "CloudMessaging");
Artifact FIREBASE_CORE_ARTIFACT = new Artifact ("Firebase.Core", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Core");
Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ("Firebase.Crashlytics", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Crashlytics");
Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ("Firebase.Database", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Database");
Artifact FIREBASE_DYNAMIC_LINKS_ARTIFACT = new Artifact ("Firebase.DynamicLinks", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "DynamicLinks");
Artifact FIREBASE_IN_APP_MESSAGING_ARTIFACT = new Artifact ("Firebase.InAppMessaging", "8.10.0.3", "11.0", ComponentGroup.Firebase, csprojName: "InAppMessaging");
Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations");
Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ("Firebase.Installations", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Installations");
Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT = new Artifact ("Firebase.PerformanceMonitoring", "8.10.0.3", "11.0", ComponentGroup.Firebase, csprojName: "PerformanceMonitoring");
Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.2.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage");
Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ("Firebase.RemoteConfig", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "RemoteConfig");
Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Storage", "11.3.0", "13.0", ComponentGroup.Firebase, csprojName: "Storage");
// Artifact FIREBASE_APP_DISTRIBUTION_ARTIFACT = new Artifact ("Firebase.AppDistribution", "8.10.0.1", "10.0", ComponentGroup.Firebase, csprojName: "AppDistribution");
// Artifact FIREBASE_APP_CHECK_ARTIFACT = new Artifact ("Firebase.AppCheck", "8.10.0.1", "11.0", ComponentGroup.Firebase, csprojName: "AppCheck");

Expand Down Expand Up @@ -149,66 +149,66 @@ void SetArtifactsPodSpecs ()
{
// Firebase components
FIREBASE_AB_TESTING_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseABTesting", "11.2.0", frameworkSource: FrameworkSource.Pods)
PodSpec.Create ("FirebaseABTesting", "11.3.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_ANALYTICS_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseAnalytics", "11.2.0")
PodSpec.Create ("FirebaseAnalytics", "11.3.0")
};
FIREBASE_AUTH_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseAuth", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseAuth", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("RecaptchaInterop", "100.0.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_CLOUD_FIRESTORE_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseFirestore", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseFirestoreInternal", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseFirestore", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseFirestoreInternal", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("BoringSSL-GRPC", "0.0.36", frameworkSource: FrameworkSource.Pods, frameworkName: "openssl_grpc"),
PodSpec.Create ("gRPC-Core", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpc"),
PodSpec.Create ("gRPC-C++", "1.65.5", frameworkSource: FrameworkSource.Pods, frameworkName: "grpcpp"),
PodSpec.Create ("abseil", "1.20240116.2", frameworkSource: FrameworkSource.Pods, frameworkName: "absl", subSpecs: new [] { "algorithm", "base", "memory", "meta", "strings", "time", "types" }),
};
FIREBASE_CLOUD_FUNCTIONS_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseFunctions", "11.2.0", frameworkSource: FrameworkSource.Pods)
PodSpec.Create ("FirebaseFunctions", "11.3.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_CLOUD_MESSAGING_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseMessaging", "11.2.0", frameworkSource: FrameworkSource.Pods)
PodSpec.Create ("FirebaseMessaging", "11.3.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_CORE_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseAppCheckInterop", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseAuthInterop", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseCore", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseCoreExtension", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseCoreInternal", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseMessagingInterop", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseRemoteConfigInterop", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseSessions", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseSharedSwift", "11.2.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("GoogleAppMeasurement", "11.2.0"),
PodSpec.Create ("FirebaseAppCheckInterop", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseAuthInterop", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseCore", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseCoreExtension", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseCoreInternal", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseMessagingInterop", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseRemoteConfigInterop", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseSessions", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("FirebaseSharedSwift", "11.3.0", frameworkSource: FrameworkSource.Pods),
PodSpec.Create ("GoogleAppMeasurement", "11.3.0"),
PodSpec.Create ("PromisesSwift", "2.4.0", frameworkSource: FrameworkSource.Pods, frameworkName: "Promises", targetName: "PromisesSwift"),
PodSpec.Create ("leveldb-library", "1.22.6", frameworkSource: FrameworkSource.Pods, frameworkName: "leveldb"),
};
FIREBASE_CRASHLYTICS_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseCrashlytics", "11.2.0", frameworkSource: FrameworkSource.Pods)
PodSpec.Create ("FirebaseCrashlytics", "11.3.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_DATABASE_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseDatabase", "11.2.0", frameworkSource: FrameworkSource.Pods)
PodSpec.Create ("FirebaseDatabase", "11.3.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_DYNAMIC_LINKS_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseDynamicLinks", "11.2.0", frameworkSource: FrameworkSource.Pods)
PodSpec.Create ("FirebaseDynamicLinks", "11.3.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_IN_APP_MESSAGING_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseInAppMessaging", targetName: "FirebaseInAppMessaging", subSpecs: new [] { "InAppMessaging" })
};
FIREBASE_INSTALLATIONS_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseInstallations", "11.2.0", frameworkSource: FrameworkSource.Pods)
PodSpec.Create ("FirebaseInstallations", "11.3.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_PERFORMANCE_MONITORING_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebasePerformance", targetName: "FirebasePerformance", subSpecs: new [] { "Performance" })
};
FIREBASE_REMOTE_CONFIG_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseRemoteConfig", "11.2.0", frameworkSource: FrameworkSource.Pods)
PodSpec.Create ("FirebaseRemoteConfig", "11.3.0", frameworkSource: FrameworkSource.Pods)
};
FIREBASE_STORAGE_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("FirebaseStorage", "11.2.0", frameworkSource: FrameworkSource.Pods)
PodSpec.Create ("FirebaseStorage", "11.3.0", frameworkSource: FrameworkSource.Pods)
};
// FIREBASE_APP_DISTRIBUTION_ARTIFACT.PodSpecs = new [] {
// PodSpec.Create ("Firebase", "8.10.0", frameworkSource: FrameworkSource.Pods, frameworkName: "FirebaseAppDistribution", targetName: "FirebaseAppDistribution", subSpecs: new [] { "AppDistribution" })
Expand Down
6 changes: 3 additions & 3 deletions source/Firebase/ABTesting/ABTesting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
<RootNamespace>Firebase.ABTesting</RootNamespace>
<AssemblyName>Firebase.ABTesting</AssemblyName>
<AssemblyVersion>11.2.0.0</AssemblyVersion>
<FileVersion>11.2.0</FileVersion>
<AssemblyVersion>11.3.0.0</AssemblyVersion>
<FileVersion>11.3.0</FileVersion>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand All @@ -26,7 +26,7 @@
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>11.2.0</PackageVersion>
<PackageVersion>11.3.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\AssemblyInfo.cs" />
Expand Down
6 changes: 3 additions & 3 deletions source/Firebase/Analytics/Analytics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
<RootNamespace>Firebase.Analytics</RootNamespace>
<AssemblyName>Firebase.Analytics</AssemblyName>
<AssemblyVersion>11.2.0.0</AssemblyVersion>
<FileVersion>11.2.0</FileVersion>
<AssemblyVersion>11.3.0.0</AssemblyVersion>
<FileVersion>11.3.0</FileVersion>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ProcessEnums>true</ProcessEnums>
Expand All @@ -27,7 +27,7 @@
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>11.2.0</PackageVersion>
<PackageVersion>11.3.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\AssemblyInfo.cs" />
Expand Down
8 changes: 4 additions & 4 deletions source/Firebase/Analytics/Analytics.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<_FirebaseAnalyticsAssemblyName>Firebase.Analytics, Version=11.2.0.0, Culture=neutral, PublicKeyToken=null</_FirebaseAnalyticsAssemblyName>
<_FirebaseAnalyticsItemsFolder>FAnlytcs-11.1.0</_FirebaseAnalyticsItemsFolder>
<_FirebaseAnalyticsSDKBaseFolder>$(XamarinBuildDownloadDir)$(_FirebaseAnalyticsItemsFolder)\FirebaseAnalytics-11.1.0\Frameworks\</_FirebaseAnalyticsSDKBaseFolder>
<_FirebaseAnalyticsAssemblyName>Firebase.Analytics, Version=11.3.0.0, Culture=neutral, PublicKeyToken=null</_FirebaseAnalyticsAssemblyName>
<_FirebaseAnalyticsItemsFolder>FAnlytcs-11.3.0</_FirebaseAnalyticsItemsFolder>
<_FirebaseAnalyticsSDKBaseFolder>$(XamarinBuildDownloadDir)$(_FirebaseAnalyticsItemsFolder)\FirebaseAnalytics-11.3.0\Frameworks\</_FirebaseAnalyticsSDKBaseFolder>
</PropertyGroup>
<!-- Framework names to strip bitcode -->
<ItemGroup Condition="('$(OutputType)'!='Library' OR '$(IsAppExtension)'=='True')">
Expand All @@ -11,7 +11,7 @@
<!-- *.tar.gz URLs can be found in the podspec: https://github.com/CocoaPods/Specs/tree/master/Specs/e/2/1/FirebaseAnalytics -->
<ItemGroup Condition="('$(OutputType)'!='Library' OR '$(IsAppExtension)'=='True')">
<XamarinBuildDownload Include="$(_FirebaseAnalyticsItemsFolder)">
<Url>https://dl.google.com/firebase/ios/analytics/ad70ce75cb9d5945/FirebaseAnalytics-11.1.0.tar.gz</Url>
<Url>https://dl.google.com/firebase/ios/analytics/7c5cc65f2b583ee1/FirebaseAnalytics-11.3.0.tar.gz</Url>
<Kind>Tgz</Kind>
</XamarinBuildDownload>
<XamarinBuildRestoreResources Include="_FAnlytcsDownloadedItems" />
Expand Down
6 changes: 3 additions & 3 deletions source/Firebase/Auth/Auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
<RootNamespace>Firebase.Auth</RootNamespace>
<AssemblyName>Firebase.Auth</AssemblyName>
<AssemblyVersion>11.2.0.0</AssemblyVersion>
<FileVersion>11.2.0</FileVersion>
<AssemblyVersion>11.3.0.0</AssemblyVersion>
<FileVersion>11.3.0</FileVersion>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand All @@ -26,7 +26,7 @@
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>11.2.0</PackageVersion>
<PackageVersion>11.3.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\AssemblyInfo.cs" />
Expand Down
6 changes: 3 additions & 3 deletions source/Firebase/CloudFirestore/CloudFirestore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
<RootNamespace>Firebase.CloudFirestore</RootNamespace>
<AssemblyName>Firebase.CloudFirestore</AssemblyName>
<AssemblyVersion>11.2.0.0</AssemblyVersion>
<FileVersion>11.2.0</FileVersion>
<AssemblyVersion>11.3.0.0</AssemblyVersion>
<FileVersion>11.3.0</FileVersion>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand All @@ -26,7 +26,7 @@
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>11.2.0</PackageVersion>
<PackageVersion>11.3.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\AssemblyInfo.cs" />
Expand Down
6 changes: 3 additions & 3 deletions source/Firebase/CloudFunctions/CloudFunctions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
<RootNamespace>Firebase.CloudFunctions</RootNamespace>
<AssemblyName>Firebase.CloudFunctions</AssemblyName>
<AssemblyVersion>11.2.0.0</AssemblyVersion>
<FileVersion>11.2.0</FileVersion>
<AssemblyVersion>11.3.0.0</AssemblyVersion>
<FileVersion>11.3.0</FileVersion>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand All @@ -26,7 +26,7 @@
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>11.2.0</PackageVersion>
<PackageVersion>11.3.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\AssemblyInfo.cs" />
Expand Down
6 changes: 3 additions & 3 deletions source/Firebase/CloudMessaging/CloudMessaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
<RootNamespace>Firebase.CloudMessaging</RootNamespace>
<AssemblyName>Firebase.CloudMessaging</AssemblyName>
<AssemblyVersion>11.2.0.0</AssemblyVersion>
<FileVersion>11.2.0</FileVersion>
<AssemblyVersion>11.3.0.0</AssemblyVersion>
<FileVersion>11.3.0</FileVersion>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand All @@ -26,7 +26,7 @@
<PackageProjectUrl>https://github.com/AdamEssenmacher/GoogleApisForiOSComponents</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>11.2.0</PackageVersion>
<PackageVersion>11.3.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\AssemblyInfo.cs" />
Expand Down
Loading

0 comments on commit 6dc0fb2

Please sign in to comment.