This commit is contained in:
Fluent Build System 2020-02-26 06:14:02 +00:00
Родитель 8b9346af12
Коммит b66d17f678
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.177'
implementation 'com.microsoft.design:fluent-icons:1.0.179'
```
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.177"
pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.179"
```
#### Carthage
```bash
git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.177"
git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.179"
```
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.177'
s.version = '1.0.179'
s.summary = 'FluentIcons'
s.description = <<-DESC

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

@ -7,13 +7,13 @@
### Cocoapods
```ruby
pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.177"
pod "FluentIcons", git: "https://microsoftdesign@dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons", tag: "1.0.179"
```
### Carthage
```bash
git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.177"
git "git@ssh.dev.azure.com:v3/microsoftdesign/Design%20System/fluent-mobile-icons" "1.0.179"
```
## Usage