Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T14:53:19.000Z (about 10 years ago)
- Last Synced: 2023-03-11T12:18:17.835Z (almost 2 years ago)
- Language: C#
- Size: 102 KB
- Stars: 0
- Watchers: 1
- 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.