This commit is contained in:
Fluent Build System 2020-06-24 16:01:11 +00:00
Родитель 0f3c0a0a62
Коммит e6e7cacaf7
3 изменённых файлов: 6 добавлений и 6 удалений

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

@ -21,7 +21,7 @@ repositories {
``` ```
Include the following dependency in your project's `build.gradle` Include the following dependency in your project's `build.gradle`
```groovy ```groovy
implementation 'com.microsoft.design:fluent-system-icons:1.1.19' implementation 'com.microsoft.design:fluent-system-icons:1.1.20'
``` ```
For library docs, see [android/README.md](android/README.md). For library docs, see [android/README.md](android/README.md).
@ -32,13 +32,13 @@ For library docs, see [android/README.md](android/README.md).
```ruby ```ruby
use_frameworks! use_frameworks!
pod "FluentIcons", "1.1.19" pod "FluentIcons", "1.1.20"
``` ```
#### Carthage #### Carthage
```bash ```bash
git "git@github.com:microsoft/fluent-system-icons.git" "1.1.19" git "git@github.com:microsoft/fluent-system-icons.git" "1.1.20"
``` ```
For library docs, see [ios/README.md](ios/README.md). For library docs, see [ios/README.md](ios/README.md).

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

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

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

@ -6,13 +6,13 @@
```ruby ```ruby
use_frameworks! use_frameworks!
pod "FluentIcons", "1.1.19" pod "FluentIcons", "1.1.20"
``` ```
### Carthage ### Carthage
```bash ```bash
git "git@github.com:microsoft/fluent-system-icons.git" "1.1.19" git "git@github.com:microsoft/fluent-system-icons.git" "1.1.20"
``` ```
## Usage ## Usage