File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
net/DevExtreme.AspNet.Data Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11version : ' {build}'
2+ image : Visual Studio 2017
23
34environment :
45 RELEASE_KEY_SECRET :
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ const MAIN_REPO_NAME = "DevExpress/DevExtreme.AspNet.Data";
88const META_COMPANY = "Developer Express Inc." ;
99const META_COPYRIGHT = "Copyright (c) " + META_COMPANY ;
1010const META_DESCRIPTION = "DevExtreme data layer extension for ASP.NET" ;
11- const META_LICENSE_URL = `https://raw.githubusercontent.com/${ MAIN_REPO_NAME } /master/LICENSE` ;
1211const META_PROJECT_URL = "https://github.com/" + MAIN_REPO_NAME ;
1312
1413const BUILD_NUMBER = process . argv [ 2 ] ;
@@ -51,7 +50,6 @@ if(REPO_NAME === MAIN_REPO_NAME && /^v?(([.\d]+)[\w-]*)$/.test(TAG)) {
5150 . replace ( "%meta_company%" , META_COMPANY )
5251 . replace ( "%meta_copyright%" , META_COPYRIGHT )
5352 . replace ( "%meta_description%" , META_DESCRIPTION )
54- . replace ( "%meta_license_url%" , META_LICENSE_URL )
5553 . replace ( "%meta_project_url%" , META_PROJECT_URL )
5654 ) ;
5755} ) ;
Original file line number Diff line number Diff line change 77 <Authors >%meta_company%</Authors >
88 <Copyright >%meta_copyright%</Copyright >
99 <PackageProjectUrl >%meta_project_url%</PackageProjectUrl >
10- <PackageLicenseUrl >%meta_license_url%</ PackageLicenseUrl >
10+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
1111 <PackageIconUrl >https://secure.gravatar.com/avatar/6b38f1e9ffd8b069bcdc2741934fdbcf?s=512& r=g</PackageIconUrl >
1212 </PropertyGroup >
1313
You can’t perform that action at this time.
0 commit comments