當前位置: 首頁>>代碼示例>>TypeScript>>正文


TypeScript set-version.setVersion函數代碼示例

本文整理匯總了TypeScript中@uifabric/set-version.setVersion函數的典型用法代碼示例。如果您正苦於以下問題:TypeScript setVersion函數的具體用法?TypeScript setVersion怎麽用?TypeScript setVersion使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。


在下文中一共展示了setVersion函數的10個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的TypeScript代碼示例。

示例1: setVersion

// @uifabric/webpack-utils@0.7.4
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
import { setVersion } from '@uifabric/set-version';
setVersion('@uifabric/webpack-utils', '0.7.4');
開發者ID:aditima,項目名稱:office-ui-fabric-react,代碼行數:4,代碼來源:version.ts

示例2: setVersion

// perf-test@6.0.0
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
import { setVersion } from '@uifabric/set-version';
setVersion('perf-test', '6.0.0');
開發者ID:OfficeDev,項目名稱:office-ui-fabric-react,代碼行數:4,代碼來源:version.ts

示例3: setVersion

// @uifabric/fluent-theme@0.16.5
  // Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
  import { setVersion } from '@uifabric/set-version';
  setVersion('@uifabric/fluent-theme', '0.16.5');
開發者ID:joschect,項目名稱:office-ui-fabric-react,代碼行數:4,代碼來源:version.ts

示例4: setVersion

// @uifabric/example-app-base@6.10.0
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
import { setVersion } from '@uifabric/set-version';
setVersion('@uifabric/example-app-base', '6.10.0');
開發者ID:atneik,項目名稱:office-ui-fabric-react,代碼行數:4,代碼來源:version.ts

示例5: setVersion

// @uifabric/dashboard@0.42.2
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
import { setVersion } from '@uifabric/set-version';
setVersion('@uifabric/dashboard', '0.42.2');
開發者ID:atneik,項目名稱:office-ui-fabric-react,代碼行數:4,代碼來源:version.ts

示例6: setVersion

// @uifabric/date-time@0.3.0
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
import { setVersion } from '@uifabric/set-version';
setVersion('@uifabric/date-time', '0.3.0');
開發者ID:inateeg,項目名稱:office-ui-fabric-react,代碼行數:4,代碼來源:version.ts

示例7: setVersion

// @uifabric/fluent-theme@0.13.0
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
import { setVersion } from '@uifabric/set-version';
setVersion('@uifabric/fluent-theme', '0.13.0');
開發者ID:atneik,項目名稱:office-ui-fabric-react,代碼行數:4,代碼來源:version.ts

示例8: setVersion

// @uifabric/jest-serializer-merge-styles@6.0.8
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
import { setVersion } from '@uifabric/set-version';
setVersion('@uifabric/jest-serializer-merge-styles', '6.0.8');
開發者ID:OfficeDev,項目名稱:office-ui-fabric-react,代碼行數:4,代碼來源:version.ts

示例9: setVersion

// @uifabric/fabric-website@6.13.4
  // Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
  import { setVersion } from '@uifabric/set-version';
  setVersion('@uifabric/fabric-website', '6.13.4');
開發者ID:joschect,項目名稱:office-ui-fabric-react,代碼行數:4,代碼來源:version.ts

示例10: setVersion

// @uifabric/dashboard@0.52.0
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only.
import { setVersion } from '@uifabric/set-version';
setVersion('@uifabric/dashboard', '0.52.0');
開發者ID:inateeg,項目名稱:office-ui-fabric-react,代碼行數:4,代碼來源:version.ts


注:本文中的@uifabric/set-version.setVersion函數示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。