Xamarin.PackageBuddy
1.0.0
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
<PackageReference Include="Xamarin.PackageBuddy" Version="1.0.0" />
paket add Xamarin.PackageBuddy --version 1.0.0
#r "nuget: Xamarin.PackageBuddy, 1.0.0"
// 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
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.
[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