This commit is contained in:
Fluent Build System 2020-11-05 20:00:53 +00:00
Родитель 7677116605
Коммит bdc9a9e00b
12 изменённых файлов: 14 добавлений и 14 удалений

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

@ -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.75'
implementation 'com.microsoft.design:fluent-system-icons:1.1.76'
```
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.75"
pod "FluentIcons", "1.1.76"
```
#### Carthage
```bash
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.75"
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.76"
```
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.75"
fluentui_system_icons: "1.1.76"
```
For library docs, see [flutter/README.md](flutter/README.md)

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

@ -113,7 +113,7 @@
}
],
"iconType": "Svg",
"lastUpdated": "2020-11-04T20:10Z",
"lastUpdated": "2020-11-05T20:00Z",
"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.75"
"libraryVersion": "1.1.76"
}

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

@ -1 +1 @@
## [1.1.75] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
## [1.1.76] - 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,10 +1,10 @@
name: fluentui_system_icons
description: Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft.
version: 1.1.75
version: 1.1.76
homepage: https://github.com/microsoft/fluentui-system-icons/tree/master
environment:
sdk: ">=1.1.75 <1.1.75"
sdk: ">=1.1.76 <1.1.76"
dependencies:
flutter:

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

@ -1,6 +1,6 @@
@font-face {
font-family: "FluentSystemIcons-Filled";
src: url("./FluentSystemIcons-Filled.ttf?ed6510df34a3f554992ec303f308c08f") format("truetype");
src: url("./FluentSystemIcons-Filled.ttf?7fdce4564ad5a9872a6ea4f5559852c8") format("truetype");
}
i[class^="icon-"]:before, i[class*=" icon-"]:before {

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

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

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

@ -1,6 +1,6 @@
@font-face {
font-family: "FluentSystemIcons-Regular";
src: url("./FluentSystemIcons-Regular.ttf?dc7ba1e7dce9fc474dd65f373b6b3b0b") format("truetype");
src: url("./FluentSystemIcons-Regular.ttf?8970a89a5e5b0f2a184b835f938be0b7") format("truetype");
}
i[class^="icon-"]:before, i[class*=" icon-"]:before {

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

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

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

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

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

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