Skip to content

Commit

Permalink
Updating the readme
Browse files Browse the repository at this point in the history
Signed-off-by: sernaj
  • Loading branch information
jvserna committed May 7, 2015
1 parent f1dea4a commit 6a601e7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .gitattributes
@@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# composition
This repository contains code samples created with the new Windows.UI.Composition WinRT API. Samples contained in this repository either created by the Microsoft Composition team, or contributors, are offered for use by the community via the MIT license. All code sample submissions are subject to review by the Microsoft composition team.
This repository contains code samples created with the new Windows.UI.Composition WinRT API. Samples contained in this repository either created by the Microsoft Composition team, or contributors, are offered for use by the community via the MIT license. All code sample submissions are subject to review by the Microsoft composition team before final publishing on the hub.

The Windows.UI.Composition WinRT API is currently in preview mode and subject to change before final release later in 2015. The API itself is only available for 3rd party development on Windows Insider builds as we take in community feedback.

Expand Down

0 comments on commit 6a601e7

Please sign in to comment.