This commit is contained in:
Fluent Build System 2020-05-27 22:00:00 +00:00
Родитель a93eb5682b
Коммит b95d00fdf1
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -21,7 +21,7 @@ repositories {
```
Include the following dependency in your project's `build.gradle`
```groovy
implementation 'com.microsoft.design:fluent-icons:1.0.224'
implementation 'com.microsoft.design:fluent-icons:1.0.225'
```
For library docs, see [android/README.md](android/README.md).
@ -30,13 +30,13 @@ For library docs, see [android/README.md](android/README.md).
#### Cocoapods
```ruby
pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.224"
pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.225"
```
#### Carthage
```bash
git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.224"
git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.225"
```
For library docs, see [ios/README.md](ios/README.md).

Просмотреть файл

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'FluentIcons'
s.version = '1.0.224'
s.version = '1.0.225'
s.summary = 'FluentIcons'
s.description = <<-DESC

Просмотреть файл

@ -8,13 +8,13 @@
```ruby
use_frameworks!
pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.224"
pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.225"
```
### Carthage
```bash
git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.224"
git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.225"
```
## Usage