Each time an App is uploaded it is assigned a unique AssemblyID. This will change each time your release a new version.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public int AppAssemblyID { get; }
Public ReadOnly Property AppAssemblyID As Integer

See Also