This commit is contained in:
Fluent Build System 2020-11-06 19:06:40 +00:00
Родитель 42f21d9a4a
Коммит 640ef27b9c
10 изменённых файлов: 11 добавлений и 11 удалений

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

@ -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.80'
implementation 'com.microsoft.design:fluent-system-icons:1.1.81'
```
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
use_frameworks!
pod "FluentIcons", "1.1.80"
pod "FluentIcons", "1.1.81"
```
#### Carthage
```bash
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.80"
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.81"
```
For library docs, see [ios/README.md](ios/README.md).
@ -50,7 +50,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
fluentui_system_icons: "1.1.80"
fluentui_system_icons: "1.1.81"
```
For library docs, see [flutter/README.md](flutter/README.md)

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

@ -113,7 +113,7 @@
}
],
"iconType": "Svg",
"lastUpdated": "2020-11-06T18:38Z",
"lastUpdated": "2020-11-06T19:06Z",
"libraryInfoKey": "3821b375b",
"libraryName": "Fluent System Library",
"libraryProperties": {
@ -129,5 +129,5 @@
"metadata-1-sorting" : "ByWeight",
"requestIconUrl": "https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR18J4l1dADVOphobsZW8ExlUNVZTMFpJNVk4SURPWVNDSlZDNFFSWks5VS4u"
},
"libraryVersion": "1.1.80"
"libraryVersion": "1.1.81"
}

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

@ -1 +1 @@
## [1.1.80] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.81] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags

Двоичные данные
flutter/lib/fonts/FluentSystemIcons-Filled.ttf

Двоичный файл не отображается.

Двоичные данные
flutter/lib/fonts/FluentSystemIcons-Regular.ttf

Двоичный файл не отображается.

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

@ -1,6 +1,6 @@
name: fluentui_system_icons
description: Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft.
version: 1.1.80
version: 1.1.81
homepage: https://github.com/microsoft/fluentui-system-icons/tree/master
environment:

Двоичные данные
fonts/FluentSystemIcons-Filled.ttf

Двоичный файл не отображается.

Двоичные данные
fonts/FluentSystemIcons-Regular.ttf

Двоичный файл не отображается.

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

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

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

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