Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.