Release 1.1.20
This commit is contained in:
Родитель
0f3c0a0a62
Коммит
e6e7cacaf7
|
@ -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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче