Xamarin.PackageBuddy
2.0.0
dotnet add package Xamarin.PackageBuddy --version 2.0.0
NuGet\Install-Package Xamarin.PackageBuddy -Version 2.0.0
<PackageReference Include="Xamarin.PackageBuddy" Version="2.0.0" />
paket add Xamarin.PackageBuddy --version 2.0.0
#r "nuget: Xamarin.PackageBuddy, 2.0.0"
// 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
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.
[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