Release 1.1.4
This commit is contained in:
Родитель
e475d90e9c
Коммит
5de1804ff2
|
@ -21,7 +21,7 @@ repositories {
|
|||
```
|
||||
Include the following dependency in your project's `build.gradle`
|
||||
```groovy
|
||||
implementation 'com.microsoft.design:fluent-system-icons:1.1.3'
|
||||
implementation 'com.microsoft.design:fluent-system-icons:1.1.4'
|
||||
```
|
||||
|
||||
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://github.com/microsoft/fluent-system-icons.git", tag: "1.1.3"
|
||||
pod "FluentIcons", git: "https://github.com/microsoft/fluent-system-icons.git", tag: "1.1.4"
|
||||
```
|
||||
|
||||
#### Carthage
|
||||
|
||||
```bash
|
||||
git "git@github.com:microsoft/fluent-system-icons.git" "1.1.3"
|
||||
git "git@github.com:microsoft/fluent-system-icons.git" "1.1.4"
|
||||
```
|
||||
|
||||
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.1.3'
|
||||
s.version = '1.1.4'
|
||||
s.summary = 'FluentIcons'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -10,7 +10,9 @@ import Foundation
|
|||
|
||||
/// Fluent Icons
|
||||
///
|
||||
/// Docs: https://dev.azure.com/microsoftdesign/Design%20System/_git/fluent-mobile-icons?path=%2Flibrary%2Fios%2FREADME.md&version=GBlibrary
|
||||
/// View the full list of icons here:
|
||||
/// https://github.com/microsoft/fluent-system-icons/blob/master/icons.md
|
||||
///
|
||||
@objc public enum FluentIcon: Int, Equatable {
|
||||
case accessTime24Filled = 0
|
||||
case accessTime24Regular
|
||||
|
|
|
@ -8,13 +8,13 @@
|
|||
|
||||
```ruby
|
||||
use_frameworks!
|
||||
pod "FluentIcons", git: "https://github.com/microsoft/fluent-system-icons.git", tag: "1.1.3"
|
||||
pod "FluentIcons", git: "https://github.com/microsoft/fluent-system-icons.git", tag: "1.1.4"
|
||||
```
|
||||
|
||||
### Carthage
|
||||
|
||||
```bash
|
||||
git "git@github.com:microsoft/fluent-system-icons.git" "1.1.3"
|
||||
git "git@github.com:microsoft/fluent-system-icons.git" "1.1.4"
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Загрузка…
Ссылка в новой задаче