Xamarin.PackageBuddy 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.PackageBuddy --version 1.0.0
NuGet\Install-Package Xamarin.PackageBuddy -Version 1.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="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.PackageBuddy --version 1.0.0
#r "nuget: Xamarin.PackageBuddy, 1.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=1.0.0

// Install Xamarin.PackageBuddy as a Cake Tool
#tool nuget:?package=Xamarin.PackageBuddy&version=1.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:
       - packageName maps to the package attribute
       - versionCode maps to the android:versionCode attribute
       - versionName maps to the android:versionName attribute
       
       iOS:
       - packageName maps to CFBundleIdentifier
       - versionName maps to CFBundleVersion
       - versionCode maps to CFBundleShortVersionString

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,046 12/6/2017
1.0.0 1,178 8/27/2016
0.0.2 966 8/27/2016
0.0.1 1,099 3/8/2016

[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