diff --git a/README.md b/README.md index cfe19139b..cff890104 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,23 @@ Fabric is a responsive, mobile-first collection of styles and tools designed to make it quick and simple for you to create web experiences using the Office Design Language. -**Latest version:** 9.5.0 +**Latest version:** 9.6.0 ## Contents -- [What's included](#whats-included) -- [Get started](#get-started) -- [Learn more](#learn-more) -- [Contribute to Fabric](#contribute-to-fabric) -- [Licenses](#licenses) -- [Changelog](#changelog) +* [What's included](#whats-included) +* [Get started](#get-started) +* [Learn more](#learn-more) +* [Contribute to Fabric](#contribute-to-fabric) +* [Licenses](#licenses) +* [Changelog](#changelog) ## What's included + This repository contains the core styles used across all aspects of Fabric including icons, type, fonts, colors, the grid, etc. This is a separate project from [Office UI Fabric React](https://github.com/OfficeDev/office-ui-fabric-react), which contains the React components. ## Get started + For a quick start, reference the latest release of Fabric from a CDN or add a copy to your project. See [get started](https://developer.microsoft.com/en-us/fabric#/get-started) on the [Office UI Fabric site](https://developer.microsoft.com/en-us/fabric) for full details on the most common ways to get started with the core along with a description of what's included. If you'd like to get Fabric through a package manager such as Bower, npm, or NuGet, check out the [package manager docs](https://github.com/OfficeDev/office-ui-fabric-core/blob/master/ghdocs/PACKAGES.md). @@ -40,8 +42,9 @@ Bug reports, feature requests, and questions are posted on the [issue tracker](h All files in this GitHub repository are subject to the [MIT license](https://github.com/OfficeDev/office-ui-fabric-core/blob/master/LICENSE). This project also references fonts and icons from a CDN, which are subject to a separate [asset license](https://static2.sharepointonline.com/files/fabric/assets/license.txt). ## Changelog + We use [GitHub Releases](https://github.com/blog/1547-release-your-software) to manage our releases, including the changelog between every release. View a complete list of additions, fixes, and changes since 1.0 on the [releases](https://github.com/OfficeDev/Office-UI-Fabric/releases) page. -- - - +--- This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. diff --git a/bower.json b/bower.json index f9597356d..ca1a42e34 100644 --- a/bower.json +++ b/bower.json @@ -1,8 +1,9 @@ { "name": "office-ui-fabric-core", "author": "Office UI Fabric Team", - "version": "9.5.0", - "description": "The front-end framework for building experiences for Office 365.", + "version": "9.6.0", + "description": + "The front-end framework for building experiences for Office 365.", "license": "MIT", "repository": { "type": "git", diff --git a/package.json b/package.json index afc43964e..77eed2248 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "office-ui-fabric-core", "author": "Office UI Fabric Team", - "version": "9.5.0", - "description": "The front-end framework for building experiences for Office 365.", + "version": "9.6.0", + "description": + "The front-end framework for building experiences for Office 365.", "license": "MIT", "scripts": { "test": "gulp"