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