Method | Description | |
---|---|---|
GetName ( this project ) : string |
Gets the name of the project.
|
|
ReplaceVersion ( this project, string newVersion ) : void |
Replaces Assembly version number with the given one.
|
Method | Description | |
---|---|---|
ReplaceVersionInLine ( string line, string assemblyVersionPrefix, string newVersion ) : string |
Returns the assembly information line with the new version.
|
public static GetName ( this project ) : string | ||
project | this | |
return | string |
public static ReplaceVersion ( this project, string newVersion ) : void | ||
project | this | |
newVersion | string | |
return | void |