当前位置: 首页>>代码示例>>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;未经允许,请勿转载。