Skip to content

Instantly share code, notes, and snippets.

View dwdii's full-sized avatar

Daniel Dittenhafer dwdii

View GitHub Profile
@dwdii
dwdii / PreBuildEvt_IncAndroidManifestVersion.ps1
Created April 28, 2012 02:45
Mono Android Auto-Increment Manifest Version using PowerShell
param
(
[string] $ProjectPath = "C:\SourceCode\TestApps\AndroidTestIt\AndroidTestIt"
)
process
{
# Load the bootstrap file
[xml] $xam = Get-Content -Path ($ProjectPath + "\Properties\AndroidManifest.xml")