[PerformanceMonitoring] 1.0.6 general build and packaging fixes

- Adding Firebase. PerformanceMonitoring to the manifest
 - Moving the License file to the root
 - Fixing up the nuspec metadata to be consistent with others
 - Changing nuspec links to be fwlinks
This commit is contained in:
Bill Holmes 2018-01-10 12:19:40 -05:00
Родитель 34a835d78c
Коммит 64a3e6d87f
5 изменённых файлов: 14 добавлений и 9 удалений

Просмотреть файл

@ -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
20180110

Просмотреть файл

@ -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

Просмотреть файл

@ -4,13 +4,13 @@
<id>Xamarin.Firebase.iOS.PerformanceMonitoring</id>
<title>Firebase APIs Performance Monitoring iOS Library</title>
<version>1.0.6.0</version>
<authors>Xamarin Inc.</authors>
<owners>Xamarin Inc.</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>C# bindings for Firebase APIs Performance Monitoring iOS Library</description>
<copyright>Copyright 2016 Microsoft</copyright>
<projectUrl>https://components.xamarin.com/view/firebaseiosperformancemonitoring</projectUrl>
<licenseUrl>https://components.xamarin.com/license/firebaseiosperformancemonitoring</licenseUrl>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<projectUrl>https://go.microsoft.com/fwlink/?linkid=866312</projectUrl>
<licenseUrl>https://go.microsoft.com/fwlink/?linkid=866311</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/xamarin/GoogleApisForiOSComponents/master/icons/firebaseiosperformancemonitoring_128x128.png</iconUrl>
<dependencies>
<group targetFramework="Xamarin.iOS10">

Просмотреть файл

@ -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.

Просмотреть файл

@ -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 ]