Skip to content

Releases: microsoft/Windows-universal-samples

Windows 10 RTM Release - August 2015 Update 3

20 Aug 05:47
Compare
Choose a tag to compare
  • Fix manifests in SocketActivityStreamSocket, FolderEnumeration, Appointments, AssociationLaunching, LockScreenApps, MultipleViews, SecondaryTiles, ShareTarget, SplashScreen.
  • Improved README for UssdProtocol and other samples.
  • Fix EnterpriseDataProtection scenario 13 if not invoked via share contract.
  • Add location support to SpeechRecognitionAndSynthesis JavaScript sample.
  • Fix build issues in BackgroundTasks sample.
  • Remove references to unused/nonexistent CSS files in various samples. (Thanks, getsetbro.)
  • Update SplashScreen sample to use Canvas to get proper layout and position the image properly. (Thanks, shinsenai.)
  • Fix crash in XamlBind sample if you move the slider to zero. (Thanks, davidni.)
  • New samples: DisplayOrientation, ContactCards, ContactPicker.

Windows 10 RTM Release - August 2015 Update 2

13 Aug 01:19
Compare
Choose a tag to compare
  • Fix build issues in Geolocation, Projection, ResizeAppView, UserInfo.
  • Improvements to the speech recognition sample:
    • New scenario "PauseAsync".
    • Fix Chinese SRGS constraint.
    • Fix an error case in the JS sample that resulted in crashes when switching scenarios.
  • New samples: XamlAnimatedGif, Playlists, DateTimeFormatting.
  • Tweaks to various samples to reduce disk footprint and to prevent deployment to unsupported devices.

Windows 10 RTM Release - August 2015 Update

06 Aug 17:58
Compare
Choose a tag to compare

Change log

  • Fixes to various README files.
  • Fix build issues in DpiScaling, Transform3DParallax, XamlPivot, XamlUIBasics, and Webview.
  • Replace AccountPictureName sample with UserInfo sample.
  • New samples: BackButton, XamlDragDrop.
  • Improvements to the speech recognition sample:
    • JavaScript sample reports confidence in words (“high”, “medium”, “low”) rather than numbers (0, 1, 2).
    • Fix Spanish SRGS constraint.
  • AdventureWorks sample no longer crashes if you try to cancel a trip and then change your mind.
  • Add clarifications to ResponsiveTechniques sample.

Windows 10 RTM Release - July 2015

05 Aug 22:37
Compare
Choose a tag to compare

Windows 10 Samples Release

This release contains the Universal Windows Platform samples for APIs in the Windows Software Development Kit (SDK) for Windows 10 at RTM. These code samples were created with the Universal Windows templates available in Visual Studio, and are designed to run on desktop, mobile, and future devices that support the Universal Windows Platform

There are over 180 samples, covering the breadth of Universal Windows Platform APIs with support in multiple languages such as C#, C++, and JavaScript.

The samples use Linked files in Visual Studio to reduce duplication of common files, including sample template files and image assets. These common files are stored in the SharedContent folder at the root of the repository and referred to in the project files using links. To use the samples you need to extract the entire zip file including the SharedContent folder

Build the samples

  1. If you download the samples ZIP, make sure that you unzip the entire archive.
  2. Start Microsoft Visual Studio 2015 and select File > Open > Project/Solution.
  3. Go to the directory to which you unzipped the samples archive, go to the Samples subdirectory, then the subdirectory named for this sample, then the subdirectory containing the sample in the language you desire. Double-click the Visual Studio 2015 Solution (.sln) file.
  4. Press Ctrl+Shift+B, or select Build > Build Solution.