This extension is now unpublished from Marketplace. You can choose to uninstall it.
Service Fabric Tools
Package Versioning Task
Applies versioning to a Service Fabric package.
By using hashing to version packages, this task can easily build diffential packages, which can dramatically improve upgrade performance, with less disruptions to the services (unchanged services are not restarted).
Parameters
Application/Service version - appends a string to the version in the manifest
Code/Config/Data package version mode:
None - does nothing
Specify - appends the specified string
Hash - hashes all the files and appends the hash value to the version
Differential package:
Connects to a cluster and retrieves the currently registered package versions
If a code/config/data package's version has not changed (binary-compared), it is REMOVED from the package
Note that for C# code packages to be binary-compatible, you must enable deterministic builds and exclude PDBs from hashing (latter is the default)