Commit Graph

20 Commits

Author SHA1 Message Date
Matt Cooley
5326b8e646
Build with Visual Studio 2022 (#1793)
- Use Visual Studio 2022
- Use an Azure Pipelines image which has Visual Studio 2022 installed
- Use the v143 C++ build tools
- Use the Windows SDK version 22000
- Raise the minimum platform version to 17763
  - As a consequence of this change, we will use the "msix" file extension instead of "appx" for our packages
- Update UI tests from .NET Core 2.1 to .NET Core 3.1
2022-02-11 09:07:48 -08:00
Rose
0b1a3adfde
Mention C# in the README (#1703) 2021-09-27 23:22:53 -07:00
Lee Won Jun
64df01cecc
Fix link of mock implementation of the engine (#1309)
Link of "mock implementation of the engine" is changed to "/src/GraphingImpl/Mocks" from "/src/MockGraphingImpl"
2020-07-11 07:57:56 -07:00
Pepe Rivera
41fbcfe9c5
Merge master into feature/GraphingCalculator branch (#660) 2019-09-05 15:01:12 -07:00
Stephanie Anderl
a418777f02
Merge master into feature/GraphingCalculator branch (#585)
* Merge master into feature/GraphingCalculator branch
2019-07-15 11:17:21 -07:00
Daniel Belcher
091732aa94
Feature/GraphingCalculator initial commit (#450)
Initial PR for the feature/GraphingCalculator feature branch, part of #338.

The feature incorporates a proprietary Microsoft-owned graphing engine to drive graphing experiences in the Windows Calculator app. Due to the private nature of the graphing engine, the source available in the public repo will make use of a mock graphing engine. See README.md for more details.

This PR simply serves as a base for future feature development. As such, the PR will be immediately merged. Feedback on the content of this PR, and on the feature in general, is encouraged. If there is feedback related to the content of this specific PR, please leave comments on the PR page. We will address the comments in future PRs to the feature branch.
2019-04-10 18:15:10 -07:00
Sonali Agrawal
cb31349ee2 Update README to add description of "date calculation" functionality (#365)
Fixes #140.

Added a one-liner description about the date calculation functionality

Description of the changes:
* This change maintains consistency by writing it after the description of the programmer calculator so that it matches the order of the positions of these functionalities in the hamburger menu of the calculator.
* Just like the other descriptions, this is also a one-liner
* This description covers both the functionality under "date calculation" i.e. the difference between the dates and adding/subtracting a date from another.

Co-Authored-By: sonali9696 <sonali9696@gmail.com>
2019-04-03 06:45:47 -07:00
Ruige Lee
595ae6a8ff Update punctuation in README.md (#205) 2019-03-08 23:18:41 -08:00
Josh Soref
8a75dcd09d Switch urls from http: to https: (#137) 2019-03-07 08:56:25 -08:00
Barry Langer
1eb717f336 windows store is now called microsoft store 2019-03-06 11:51:52 -08:00
Matt Cooley
941d211181
Update pipelines badge on README to point to public CI (#99) 2019-03-06 10:45:00 -08:00
Brett Waldbaum
df02025d2f
Fix license link in README.md
The link to the MIT License in README.md was broken.
2019-02-26 16:15:48 -08:00
David Grochocki
9c966fb797
Adding Windows Calculator Roadmap Document (#37)
* Create Roadmap.md

* Update Roadmap.md

* Adding reference to roadmap in README

* Update README.md
2019-02-25 15:56:35 -08:00
Howard Wolosky
424891516f Removing team contact email address from README
Removing the team contact email address from the README and disabled it from
accepting incoming mail from external users.  We want to encourage open communication
with the community, and so would prefer to defer all communication to open channels
whenever possible.
2019-02-25 09:48:32 -08:00
Matt Cooley
cc69faf81d
Fix headers in README (#23) 2019-02-19 07:10:47 -08:00
Howard Wolosky
56fe16349d
README updates (#17)
Adding the following sections:

* Telemetry notice
* Reporting security issues
* License reference
* Team contact email address
2019-02-14 13:57:22 -08:00
David Grochocki
ff4e0824e8
Fixing README typo 2019-02-04 21:23:36 -08:00
Matt Cooley
774b4db502 Fix links and remove outdated/internal info from README 2019-01-29 09:53:48 -08:00
Howard Wolosky
c13b8a099e Hello GitHub 2019-01-28 16:24:37 -08:00
Microsoft Open Source
456fe5e355 Initial commit 2019-01-28 09:55:54 -08:00