UNPKG

@process-engine/ci_tools

Version:
11 lines (10 loc) 372 B
/** * Internal: Used by package_version.ts */ export declare function getPackageVersionDotnet(): Promise<string>; /** * Internal: Used by package_version.ts */ export declare function setPackageVersionDotnet(newVersion: string): Promise<void>; export declare function getCsprojAsObject(filePath: string): Promise<any>; export declare function getCsprojPath(): string;