Xamarin.PackageBuddy 2.0.0

dotnet add package Xamarin.PackageBuddy --version 2.0.0
NuGet\Install-Package Xamarin.PackageBuddy -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.PackageBuddy" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.PackageBuddy --version 2.0.0
#r "nuget: Xamarin.PackageBuddy, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.PackageBuddy as a Cake Addin
#addin nuget:?package=Xamarin.PackageBuddy&version=2.0.0

// Install Xamarin.PackageBuddy as a Cake Tool
#tool nuget:?package=Xamarin.PackageBuddy&version=2.0.0

A utility to manage manipulating version & package information in AndroidManifest.xml & Info.plist files. Use it in your build process to easily manipulate bundle information.
       
       Note: this package does not require Xamarin to be installed. You do however need mono installed on OSx or Linux.
       
       Android:
       - appName maps to application android:label attribute
       - packageName maps to the package attribute
       - build maps to the android:versionCode attribute
       - versionName maps to the android:versionName attribute
       
       iOS:
       - appName maps to CFBundleName
       - packageName maps to CFBundleIdentifier
       - build maps to CFBundleShortVersionString
       - versionName maps to CFBundleVersion

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 1,044 12/6/2017
1.0.0 1,176 8/27/2016
0.0.2 964 8/27/2016
0.0.1 1,097 3/8/2016

[2.0.0]
       - add support for app name
       - renamed version code to "build" to match how xamarin studio names things
       [1.0.0]
- First major release
       - Fixed issue with android package name not updating
       - Fixed CFBundleShortVersionString & CFBundleVersion not updating properly.
       [0.0.2]
- Fixed android versionCode not updating
[0.0.1]
- Inital release