diff --git a/Firebase.PerformanceMonitoring/component/License.md b/Firebase.PerformanceMonitoring/License.md similarity index 99% rename from Firebase.PerformanceMonitoring/component/License.md rename to Firebase.PerformanceMonitoring/License.md index c5fcba7c..51b0cf74 100755 --- a/Firebase.PerformanceMonitoring/component/License.md +++ b/Firebase.PerformanceMonitoring/License.md @@ -14,4 +14,4 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -20160910 \ No newline at end of file +20180110 \ No newline at end of file diff --git a/Firebase.PerformanceMonitoring/component/component.yaml b/Firebase.PerformanceMonitoring/component/component.yaml index 419b4b78..2cbb890c 100755 --- a/Firebase.PerformanceMonitoring/component/component.yaml +++ b/Firebase.PerformanceMonitoring/component/component.yaml @@ -9,6 +9,7 @@ icons: - ../../icons/firebaseiosperformancemonitoring_128x128.png - ../../icons/firebaseiosperformancemonitoring_512x512.png docs-url: https://firebase.google.com/docs/perf-mon/ +license: ../License.md libraries: ios-unified: - ../output/Firebase.PerformanceMonitoring.dll diff --git a/Firebase.PerformanceMonitoring/nuget/Xamarin.Firebase.iOS.PerformanceMonitoring.nuspec b/Firebase.PerformanceMonitoring/nuget/Xamarin.Firebase.iOS.PerformanceMonitoring.nuspec index 6b1b075f..1f40a54b 100644 --- a/Firebase.PerformanceMonitoring/nuget/Xamarin.Firebase.iOS.PerformanceMonitoring.nuspec +++ b/Firebase.PerformanceMonitoring/nuget/Xamarin.Firebase.iOS.PerformanceMonitoring.nuspec @@ -4,13 +4,13 @@ Xamarin.Firebase.iOS.PerformanceMonitoring Firebase APIs Performance Monitoring iOS Library 1.0.6.0 - Xamarin Inc. - Xamarin Inc. - false + Microsoft + Microsoft + true C# bindings for Firebase APIs Performance Monitoring iOS Library - Copyright 2016 Microsoft - https://components.xamarin.com/view/firebaseiosperformancemonitoring - https://components.xamarin.com/license/firebaseiosperformancemonitoring + © Microsoft Corporation. All rights reserved. + https://go.microsoft.com/fwlink/?linkid=866312 + https://go.microsoft.com/fwlink/?linkid=866311 https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosperformancemonitoring_128x128.png diff --git a/Firebase.PerformanceMonitoring/source/Firebase.PerformanceMonitoring/Properties/AssemblyInfo.cs b/Firebase.PerformanceMonitoring/source/Firebase.PerformanceMonitoring/Properties/AssemblyInfo.cs index 18517416..1b566219 100644 --- a/Firebase.PerformanceMonitoring/source/Firebase.PerformanceMonitoring/Properties/AssemblyInfo.cs +++ b/Firebase.PerformanceMonitoring/source/Firebase.PerformanceMonitoring/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ using Foundation; [assembly: AssemblyConfiguration ("")] [assembly: AssemblyCompany ("")] [assembly: AssemblyProduct ("")] -[assembly: AssemblyCopyright ("(c) Israel Soto")] +[assembly: AssemblyCopyright ("© Microsoft Corporation. All rights reserved.")] [assembly: AssemblyTrademark ("")] [assembly: AssemblyCulture ("")] @@ -25,7 +25,7 @@ using Foundation; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("1.0.*")] +[assembly: AssemblyVersion ("1.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/manifest.yaml b/manifest.yaml index b4598f82..c637f3ee 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -94,3 +94,7 @@ BuildScript: ./Google.TagManager/build.cake TriggerPaths: [ Google.TagManager ] MacBuildTargets: [ samples, component ] +- Name: Firebase.PerformanceMonitoring + BuildScript: ./Firebase.PerformanceMonitoring/build.cake + TriggerPaths: [ Firebase.PerformanceMonitoring ] + MacBuildTargets: [ samples, component ]