https://github.com/pmiossec/clickonceuniqueid
Generate a unique `ApplicationRevision` for a ClickOnce deployment (and update the `csproj` file)
https://github.com/pmiossec/clickonceuniqueid
Last synced: 18 days ago
JSON representation
Generate a unique `ApplicationRevision` for a ClickOnce deployment (and update the `csproj` file)
- Host: GitHub
- URL: https://github.com/pmiossec/clickonceuniqueid
- Owner: pmiossec
- Created: 2014-12-18T14:52:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T14:53:19.000Z (over 10 years ago)
- Last Synced: 2025-01-28T19:14:01.623Z (6 months ago)
- Language: C#
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
This program provide a unique number (based on the date and time) to use for `ApplicationRevision` when using ClickOnce deployment.
It could also update itself the csproj file if you pass it as parameter.
## Use
### Without parameters
ClickOnceUniqueId.exe
will return:315993
### With a csproj path as parameter
ClickOnceUniqueId.exe C:\Path\To\My\Project.csproj
will update the `ApplicationRevision` variable in the `Project.csproj` file.