Skip to content

fix typo in variable name #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)\
Expand Down