mirror of https://github.com/abpframework/abp
parent
f818db3425
commit
04108a6969
@ -1,10 +0,0 @@
|
||||
const fse = require('fs-extra');
|
||||
|
||||
const commonProps = fse.readFileSync('../common.props').toString();
|
||||
|
||||
const versionTag = '<Version>';
|
||||
const versionEndTag = '</Version>';
|
||||
const first = commonProps.indexOf(versionTag) + versionTag.length;
|
||||
const last = commonProps.indexOf(versionEndTag);
|
||||
|
||||
console.log(commonProps.substring(first, last));
|
Loading…
Reference in new issue