From a66f243e7f60ed30ab20fd6cc00912316790fd36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gerstend=C3=B6rfer?= Date: Mon, 20 Oct 2014 08:48:13 +0200 Subject: [PATCH] fix typo in variable name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 158eb17..8ad0cc8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Optional: 1. $(BUILD) - Revision Version number, defaulted from project. 1. $(Revision) - Revision Version number, defaulted from project. Recommendation: use .1 = DEV, .2 = QA, .3 = PROD so you can distinguish multiple publishings of the same build. 1. $(ClickOnceVersion) - Override Assembly Version., Default: $(Major).$(Minor).$(Build).$(Revision) - 1. $(ClickOnceeBinaryPath) - Specify the path to the binaries you want packaged for click once Deployment. , Default: $(OutputPath) + 1. $(ClickOnceBinaryPath) - Specify the path to the binaries you want packaged for click once Deployment. , Default: $(OutputPath) 1. $(ClickOnceAssemblyName) - Specify the Assembly Name, this will be interpreted as Assembly Identity and must be different for side by side deployment. Default: $(AssemblyName) $(ClickOnceIdentitySuffix) 1. $(ClickOnceProductName) - Specify the Product Name to be used on the Start menu. Default: $(ProductName) $(ClickOnceIdentitySuffix) 1. $(ClickOnceApplicationPath) - $(AssemblyName)_$(ClickOnceVersion)\