diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 327b3a5..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,2 +0,0 @@ -Please DO NOT open issues in this repository. -We are now using the Home repository for centralized issue management. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 53a14e7..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,36 +0,0 @@ - - -## Description - - -## Motivation and Context - - -- Fixes/Closes/Resolves nanoFramework/Home#NNNN - -## How Has This Been Tested? - - - - -## Screenshots - -## Types of changes - -- [ ] Improvement (non-breaking change that improves a feature, code or algorithm) -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) - -## Checklist: - - -- [ ] My code follows the code style of this project. -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. -- [ ] I have read the **CONTRIBUTING** document. -- [ ] I have added tests to cover my changes. -- [ ] All new and existing tests passed. - - -Signed-off-by: GITHUB_USER \ No newline at end of file diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml new file mode 100644 index 0000000..58a5045 --- /dev/null +++ b/.github/workflows/update-dependencies.yml @@ -0,0 +1,52 @@ +# Copyright (c) .NET Foundation and Contributors +# See LICENSE file in the project root for full license information. + +# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running. + +name: Daily update dependencies + +on: + schedule: + # At 00:00 UTC every day. + - cron: '00 00 * * *' + repository_dispatch: + types: update-dependencies + +defaults: + run: + shell: pwsh + +jobs: + update-dotnet-preview: + name: Update .NET nanoFramework dependencies + timeout-minutes: 15 + runs-on: windows-latest + steps: + - name: Checkout + uses: actions/checkout@v2.3.1 + with: + path: main + - name: Checkout tools repo + uses: actions/checkout@v2.3.1 + with: + repository: nanoframework/nf-tools + path: tools + - name: Update dependencies + run: ./github-actions/update-nf-dependencies.ps1 + working-directory: tools + - name: Create Pull Request + uses: peter-evans/create-pull-request@v3 + if: env.CREATE_PR == 'true' + with: + title: '${{ env.PR_TITLE }}' + body: | + ${{ env.PR_MESSAGE }} + + [version update] + + ### :warning: This is an automated update. :warning: + committer: 'nfbot ' + branch: ${{ env.BRANCH_NAME }} + path: main + labels: | + Type: dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e63323..8509390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,248 @@ ## [v1.4.2-preview.5](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.2-preview.5) (2020-06-17) +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.51...HEAD) + +**Documentation and other chores:** + +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.1-preview.26 to 1.10.1-preview.28 [\#174](https://github.com/nanoframework/lib-Windows.Storage/pull/174) +- Update 3 NuGet dependencies [\#173](https://github.com/nanoframework/lib-Windows.Storage/pull/173) + +## [v1.4.4-preview.51](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.51) (2021-03-21) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.49...v1.4.4-preview.51) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#172](https://github.com/nanoframework/lib-Windows.Storage/pull/172) + +## [v1.4.4-preview.49](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.49) (2021-03-17) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.47...v1.4.4-preview.49) + +**Documentation and other chores:** + +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.1-preview.24 to 1.10.1-preview.26 [\#171](https://github.com/nanoframework/lib-Windows.Storage/pull/171) + +## [v1.4.4-preview.47](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.47) (2021-03-17) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.45...v1.4.4-preview.47) + +**Documentation and other chores:** + +- Bumps nanoFramework.System.Text from 1.1.1-preview.29 to 1.1.1-preview.33 [\#170](https://github.com/nanoframework/lib-Windows.Storage/pull/170) + +## [v1.4.4-preview.45](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.45) (2021-03-02) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.43...v1.4.4-preview.45) + +**Documentation and other chores:** + +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.1-preview.21 to 1.10.1-preview.24 [\#169](https://github.com/nanoframework/lib-Windows.Storage/pull/169) +- Update 3 NuGet dependencies [\#168](https://github.com/nanoframework/lib-Windows.Storage/pull/168) + +## [v1.4.4-preview.43](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.43) (2021-03-02) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.40...v1.4.4-preview.43) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#167](https://github.com/nanoframework/lib-Windows.Storage/pull/167) + +## [v1.4.4-preview.40](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.40) (2021-01-06) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.38...v1.4.4-preview.40) + +**Documentation and other chores:** + +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.1-preview.16 to 1.10.1-preview.21 [\#166](https://github.com/nanoframework/lib-Windows.Storage/pull/166) +- Update 3 NuGet dependencies [\#165](https://github.com/nanoframework/lib-Windows.Storage/pull/165) + +## [v1.4.4-preview.38](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.38) (2021-01-06) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.36...v1.4.4-preview.38) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#164](https://github.com/nanoframework/lib-Windows.Storage/pull/164) +- Update 3 NuGet dependencies [\#163](https://github.com/nanoframework/lib-Windows.Storage/pull/163) + +## [v1.4.4-preview.36](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.36) (2020-12-29) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.34...v1.4.4-preview.36) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#162](https://github.com/nanoframework/lib-Windows.Storage/pull/162) +- Update 3 NuGet dependencies [\#160](https://github.com/nanoframework/lib-Windows.Storage/pull/160) + +## [v1.4.4-preview.34](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.34) (2020-12-28) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.31...v1.4.4-preview.34) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#161](https://github.com/nanoframework/lib-Windows.Storage/pull/161) + +## [v1.4.4-preview.31](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.31) (2020-12-10) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.29...v1.4.4-preview.31) + +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.13 to 1.9.0-preview.2 [\#159](https://github.com/nanoframework/lib-Windows.Storage/pull/159) + +## [v1.4.4-preview.29](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.29) (2020-12-07) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.27...v1.4.4-preview.29) + +**Documentation and other chores:** + +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.1-preview.14 to 1.10.1-preview.16 [\#157](https://github.com/nanoframework/lib-Windows.Storage/pull/157) +- Update 3 NuGet dependencies [\#156](https://github.com/nanoframework/lib-Windows.Storage/pull/156) + +## [v1.4.4-preview.27](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.27) (2020-12-07) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.25...v1.4.4-preview.27) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#155](https://github.com/nanoframework/lib-Windows.Storage/pull/155) +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.1-preview.12 to 1.10.1-preview.14 [\#154](https://github.com/nanoframework/lib-Windows.Storage/pull/154) + +## [v1.4.4-preview.25](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.25) (2020-10-21) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.23...v1.4.4-preview.25) + +**Documentation and other chores:** + +- Update dependencies [\#153](https://github.com/nanoframework/lib-Windows.Storage/pull/153) + +## [v1.4.4-preview.23](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.23) (2020-10-21) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.21...v1.4.4-preview.23) + +**Documentation and other chores:** + +- Bumps nanoFramework.System.Text from 1.1.1-preview.12 to 1.1.1-preview.14 [\#152](https://github.com/nanoframework/lib-Windows.Storage/pull/152) + +## [v1.4.4-preview.21](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.21) (2020-10-20) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.19...v1.4.4-preview.21) + +**Documentation and other chores:** + +- Update 2 NuGet dependencies [\#151](https://github.com/nanoframework/lib-Windows.Storage/pull/151) + +## [v1.4.4-preview.19](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.19) (2020-10-20) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.17...v1.4.4-preview.19) + +**Documentation and other chores:** + +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.1-preview.10 to 1.10.1-preview.12 [\#150](https://github.com/nanoframework/lib-Windows.Storage/pull/150) +- Update 3 NuGet dependencies [\#149](https://github.com/nanoframework/lib-Windows.Storage/pull/149) + +## [v1.4.4-preview.17](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.17) (2020-10-20) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.15...v1.4.4-preview.17) + +**Documentation and other chores:** + +- Update 3 NuGet dependencies [\#148](https://github.com/nanoframework/lib-Windows.Storage/pull/148) + +## [v1.4.4-preview.15](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.15) (2020-10-01) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.13...v1.4.4-preview.15) + +**Documentation and other chores:** + +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.1-preview.8 to 1.10.1-preview.10 [\#147](https://github.com/nanoframework/lib-Windows.Storage/pull/147) + +## [v1.4.4-preview.13](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.13) (2020-10-01) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.11...v1.4.4-preview.13) + +**Documentation and other chores:** + +- Bumps nanoFramework.System.Text from 1.1.1-preview.2 to 1.1.1-preview.10 [\#146](https://github.com/nanoframework/lib-Windows.Storage/pull/146) + +## [v1.4.4-preview.11](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.11) (2020-09-30) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.9...v1.4.4-preview.11) + +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.8.2-preview.3 to 1.8.2-preview.5 [\#145](https://github.com/nanoframework/lib-Windows.Storage/pull/145) + +## [v1.4.4-preview.9](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.9) (2020-09-30) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.7...v1.4.4-preview.9) + +**Documentation and other chores:** + +- Update 2 NuGet dependencies [\#144](https://github.com/nanoframework/lib-Windows.Storage/pull/144) + +## [v1.4.4-preview.7](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.7) (2020-09-27) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.5...v1.4.4-preview.7) + +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.8.1-preview.22 to 1.8.2-preview.1 [\#143](https://github.com/nanoframework/lib-Windows.Storage/pull/143) + +## [v1.4.4-preview.5](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.5) (2020-09-25) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.4-preview.1...v1.4.4-preview.5) + +**Documentation and other chores:** + +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.1-preview.2 to 1.10.1-preview.8 [\#142](https://github.com/nanoframework/lib-Windows.Storage/pull/142) + +## [v1.4.4-preview.1](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.4-preview.1) (2020-09-24) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.3-preview.5...v1.4.4-preview.1) + +**Documentation and other chores:** + +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.0 to 1.10.1-preview.2 [\#140](https://github.com/nanoframework/lib-Windows.Storage/pull/140) + +## [v1.4.3-preview.5](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.3-preview.5) (2020-09-19) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.3-preview.2...v1.4.3-preview.5) + +**Documentation and other chores:** + +- Bumps nanoFramework.Windows.Storage.Streams from 1.10.0 to 1.10.1-preview.2 [\#141](https://github.com/nanoframework/lib-Windows.Storage/pull/141) +- Update dependencies [\#139](https://github.com/nanoframework/lib-Windows.Storage/pull/139) + +## [v1.4.3-preview.2](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.3-preview.2) (2020-09-19) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.3-preview.3...v1.4.3-preview.2) + +**Documentation and other chores:** + +- Update 2 NuGet dependencies [\#138](https://github.com/nanoframework/lib-Windows.Storage/pull/138) +- Bumps nanoFramework.Runtime.Events from 1.8.1-alpha.18 to 1.8.1-preview.22 [\#137](https://github.com/nanoframework/lib-Windows.Storage/pull/137) + +## [v1.4.3-preview.3](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.3-preview.3) (2020-07-01) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.2...v1.4.3-preview.3) + +**Documentation and other chores:** + +- Bumps nanoFramework.Runtime.Events from 1.8.0 to 1.8.1-alpha.18 [\#136](https://github.com/nanoframework/lib-Windows.Storage/pull/136) + +## [v1.4.2](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.2) (2020-06-17) + +[Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.2-preview.5...v1.4.2) + +**Documentation and other chores:** + +- release-v1.4.2 [\#135](https://github.com/nanoframework/lib-Windows.Storage/pull/135) + +## [v1.4.2-preview.5](https://github.com/nanoframework/lib-Windows.Storage/tree/v1.4.2-preview.5) (2020-06-17) + [Full Changelog](https://github.com/nanoframework/lib-Windows.Storage/compare/v1.4.1...v1.4.2-preview.5) **Documentation and other chores:** diff --git a/LICENSE b/LICENSE index 9c8f3ea..94286c9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,201 +1,21 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright {yyyy} {name of copyright owner} - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file +MIT License + +Copyright (c) .NET Foundation and Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/source/NuGet.Config b/NuGet.Config similarity index 100% rename from source/NuGet.Config rename to NuGet.Config diff --git a/README.md b/README.md index a440a9c..93135de 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-Windows.Storage&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-Windows.Storage) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-Windows.Storage&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-Windows.Storage) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/nanoframework/Home/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.Windows.Storage.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.Windows.Storage/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-Windows.Storage&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-Windows.Storage) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-Windows.Storage&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-Windows.Storage) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.Windows.Storage.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.Windows.Storage/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T) ![nanoFramework logo](https://github.com/nanoframework/Home/blob/master/resources/logo/nanoFramework-repo-logo.png) @@ -26,9 +26,13 @@ The list of contributors to this project can be found at [CONTRIBUTORS](https:// ## License -The **nanoFramework** Class Libraries are licensed under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0). +The **nanoFramework** Class Libraries are licensed under the [MIT license](LICENSE.md). ## Code of Conduct -This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) -to clarify expected behavior in our community. +This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. +For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). + +### .NET Foundation + +This project is supported by the [.NET Foundation](https://dotnetfoundation.org). diff --git a/source/Windows.Storage/AppDataPaths.cs b/Windows.Storage/AppDataPaths.cs similarity index 93% rename from source/Windows.Storage/AppDataPaths.cs rename to Windows.Storage/AppDataPaths.cs index d9e224e..615ade3 100644 --- a/source/Windows.Storage/AppDataPaths.cs +++ b/Windows.Storage/AppDataPaths.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/ApplicationData.cs b/Windows.Storage/ApplicationData.cs similarity index 87% rename from source/Windows.Storage/ApplicationData.cs rename to Windows.Storage/ApplicationData.cs index a1a0c56..8af9f52 100644 --- a/source/Windows.Storage/ApplicationData.cs +++ b/Windows.Storage/ApplicationData.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/ApplicationDataCompositeValue.cs b/Windows.Storage/ApplicationDataCompositeValue.cs similarity index 88% rename from source/Windows.Storage/ApplicationDataCompositeValue.cs rename to Windows.Storage/ApplicationDataCompositeValue.cs index 905cf9d..de76436 100644 --- a/source/Windows.Storage/ApplicationDataCompositeValue.cs +++ b/Windows.Storage/ApplicationDataCompositeValue.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/ApplicationDataContainer.cs b/Windows.Storage/ApplicationDataContainer.cs similarity index 87% rename from source/Windows.Storage/ApplicationDataContainer.cs rename to Windows.Storage/ApplicationDataContainer.cs index 147a0d9..b990bdc 100644 --- a/source/Windows.Storage/ApplicationDataContainer.cs +++ b/Windows.Storage/ApplicationDataContainer.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/ApplicationDataContainerSettings.cs b/Windows.Storage/ApplicationDataContainerSettings.cs similarity index 90% rename from source/Windows.Storage/ApplicationDataContainerSettings.cs rename to Windows.Storage/ApplicationDataContainerSettings.cs index cb84a20..f22a8ba 100644 --- a/source/Windows.Storage/ApplicationDataContainerSettings.cs +++ b/Windows.Storage/ApplicationDataContainerSettings.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/ApplicationDataCreateDisposition.cs b/Windows.Storage/ApplicationDataCreateDisposition.cs similarity index 92% rename from source/Windows.Storage/ApplicationDataCreateDisposition.cs rename to Windows.Storage/ApplicationDataCreateDisposition.cs index aaf9a38..48d37f8 100644 --- a/source/Windows.Storage/ApplicationDataCreateDisposition.cs +++ b/Windows.Storage/ApplicationDataCreateDisposition.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/ApplicationDataLocality.cs b/Windows.Storage/ApplicationDataLocality.cs similarity index 93% rename from source/Windows.Storage/ApplicationDataLocality.cs rename to Windows.Storage/ApplicationDataLocality.cs index f764040..d07caf6 100644 --- a/source/Windows.Storage/ApplicationDataLocality.cs +++ b/Windows.Storage/ApplicationDataLocality.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/ApplicationDataSetVersionHandler.cs b/Windows.Storage/ApplicationDataSetVersionHandler.cs similarity index 88% rename from source/Windows.Storage/ApplicationDataSetVersionHandler.cs rename to Windows.Storage/ApplicationDataSetVersionHandler.cs index 5db65c7..e55c60c 100644 --- a/source/Windows.Storage/ApplicationDataSetVersionHandler.cs +++ b/Windows.Storage/ApplicationDataSetVersionHandler.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/CachedFileManager.cs b/Windows.Storage/CachedFileManager.cs similarity index 82% rename from source/Windows.Storage/CachedFileManager.cs rename to Windows.Storage/CachedFileManager.cs index 04fb6d4..1c7e7cd 100644 --- a/source/Windows.Storage/CachedFileManager.cs +++ b/Windows.Storage/CachedFileManager.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/CreationCollisionOption.cs b/Windows.Storage/CreationCollisionOption.cs similarity index 95% rename from source/Windows.Storage/CreationCollisionOption.cs rename to Windows.Storage/CreationCollisionOption.cs index 3f29a21..4eff71f 100644 --- a/source/Windows.Storage/CreationCollisionOption.cs +++ b/Windows.Storage/CreationCollisionOption.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/DownloadsFolder.cs b/Windows.Storage/DownloadsFolder.cs similarity index 82% rename from source/Windows.Storage/DownloadsFolder.cs rename to Windows.Storage/DownloadsFolder.cs index bfa16ea..e9b9077 100644 --- a/source/Windows.Storage/DownloadsFolder.cs +++ b/Windows.Storage/DownloadsFolder.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/FileAccessMode.cs b/Windows.Storage/FileAccessMode.cs similarity index 94% rename from source/Windows.Storage/FileAccessMode.cs rename to Windows.Storage/FileAccessMode.cs index 70869a6..1626f6f 100644 --- a/source/Windows.Storage/FileAccessMode.cs +++ b/Windows.Storage/FileAccessMode.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/FileAttributes.cs b/Windows.Storage/FileAttributes.cs similarity index 94% rename from source/Windows.Storage/FileAttributes.cs rename to Windows.Storage/FileAttributes.cs index abe1b2b..c8e3d10 100644 --- a/source/Windows.Storage/FileAttributes.cs +++ b/Windows.Storage/FileAttributes.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/FileIO.cs b/Windows.Storage/FileIO.cs similarity index 98% rename from source/Windows.Storage/FileIO.cs rename to Windows.Storage/FileIO.cs index 0e323d7..6fe31d9 100644 --- a/source/Windows.Storage/FileIO.cs +++ b/Windows.Storage/FileIO.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/IStorageFile.cs b/Windows.Storage/IStorageFile.cs similarity index 96% rename from source/Windows.Storage/IStorageFile.cs rename to Windows.Storage/IStorageFile.cs index b1ea561..2774a62 100644 --- a/source/Windows.Storage/IStorageFile.cs +++ b/Windows.Storage/IStorageFile.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/IStorageFile2.cs b/Windows.Storage/IStorageFile2.cs similarity index 90% rename from source/Windows.Storage/IStorageFile2.cs rename to Windows.Storage/IStorageFile2.cs index 5713d05..7db9d28 100644 --- a/source/Windows.Storage/IStorageFile2.cs +++ b/Windows.Storage/IStorageFile2.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/IStorageFilePropertiesWithAvailability.cs b/Windows.Storage/IStorageFilePropertiesWithAvailability.cs similarity index 84% rename from source/Windows.Storage/IStorageFilePropertiesWithAvailability.cs rename to Windows.Storage/IStorageFilePropertiesWithAvailability.cs index c64151a..722def4 100644 --- a/source/Windows.Storage/IStorageFilePropertiesWithAvailability.cs +++ b/Windows.Storage/IStorageFilePropertiesWithAvailability.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/IStorageFolder.cs b/Windows.Storage/IStorageFolder.cs similarity index 95% rename from source/Windows.Storage/IStorageFolder.cs rename to Windows.Storage/IStorageFolder.cs index f7b059b..8080324 100644 --- a/source/Windows.Storage/IStorageFolder.cs +++ b/Windows.Storage/IStorageFolder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/IStorageFolder2.cs b/Windows.Storage/IStorageFolder2.cs similarity index 86% rename from source/Windows.Storage/IStorageFolder2.cs rename to Windows.Storage/IStorageFolder2.cs index 472ee1d..e985322 100644 --- a/source/Windows.Storage/IStorageFolder2.cs +++ b/Windows.Storage/IStorageFolder2.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/IStorageItem.cs b/Windows.Storage/IStorageItem.cs similarity index 96% rename from source/Windows.Storage/IStorageItem.cs rename to Windows.Storage/IStorageItem.cs index 4b45cb6..e53824f 100644 --- a/source/Windows.Storage/IStorageItem.cs +++ b/Windows.Storage/IStorageItem.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/IStorageItem2.cs b/Windows.Storage/IStorageItem2.cs similarity index 88% rename from source/Windows.Storage/IStorageItem2.cs rename to Windows.Storage/IStorageItem2.cs index 7832d27..c51c503 100644 --- a/source/Windows.Storage/IStorageItem2.cs +++ b/Windows.Storage/IStorageItem2.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/IStorageItemProperties.cs b/Windows.Storage/IStorageItemProperties.cs similarity index 93% rename from source/Windows.Storage/IStorageItemProperties.cs rename to Windows.Storage/IStorageItemProperties.cs index a24ae67..ce4b870 100644 --- a/source/Windows.Storage/IStorageItemProperties.cs +++ b/Windows.Storage/IStorageItemProperties.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/IStorageItemProperties2.cs b/Windows.Storage/IStorageItemProperties2.cs similarity index 92% rename from source/Windows.Storage/IStorageItemProperties2.cs rename to Windows.Storage/IStorageItemProperties2.cs index 64a6f9e..6a8710a 100644 --- a/source/Windows.Storage/IStorageItemProperties2.cs +++ b/Windows.Storage/IStorageItemProperties2.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/IStorageItemPropertiesWithProvider.cs b/Windows.Storage/IStorageItemPropertiesWithProvider.cs similarity index 87% rename from source/Windows.Storage/IStorageItemPropertiesWithProvider.cs rename to Windows.Storage/IStorageItemPropertiesWithProvider.cs index 7133404..6dbb4cc 100644 --- a/source/Windows.Storage/IStorageItemPropertiesWithProvider.cs +++ b/Windows.Storage/IStorageItemPropertiesWithProvider.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/IStorageProvider.cs b/Windows.Storage/IStorageProvider.cs similarity index 78% rename from source/Windows.Storage/IStorageProvider.cs rename to Windows.Storage/IStorageProvider.cs index bccdb6c..b17a581 100644 --- a/source/Windows.Storage/IStorageProvider.cs +++ b/Windows.Storage/IStorageProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/IStreamedFileDataRequest.cs b/Windows.Storage/IStreamedFileDataRequest.cs similarity index 89% rename from source/Windows.Storage/IStreamedFileDataRequest.cs rename to Windows.Storage/IStreamedFileDataRequest.cs index a637fc3..9960a0e 100644 --- a/source/Windows.Storage/IStreamedFileDataRequest.cs +++ b/Windows.Storage/IStreamedFileDataRequest.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/KnownFolderId.cs b/Windows.Storage/KnownFolderId.cs similarity index 97% rename from source/Windows.Storage/KnownFolderId.cs rename to Windows.Storage/KnownFolderId.cs index da89081..0c946f9 100644 --- a/source/Windows.Storage/KnownFolderId.cs +++ b/Windows.Storage/KnownFolderId.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // using System; diff --git a/source/Windows.Storage/KnownFolders.cs b/Windows.Storage/KnownFolders.cs similarity index 96% rename from source/Windows.Storage/KnownFolders.cs rename to Windows.Storage/KnownFolders.cs index 7e5ea0b..9335b96 100644 --- a/source/Windows.Storage/KnownFolders.cs +++ b/Windows.Storage/KnownFolders.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/KnownLibraryId.cs b/Windows.Storage/KnownLibraryId.cs similarity index 91% rename from source/Windows.Storage/KnownLibraryId.cs rename to Windows.Storage/KnownLibraryId.cs index c33e931..9c5fbc5 100644 --- a/source/Windows.Storage/KnownLibraryId.cs +++ b/Windows.Storage/KnownLibraryId.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/NameCollisionOption.cs b/Windows.Storage/NameCollisionOption.cs similarity index 95% rename from source/Windows.Storage/NameCollisionOption.cs rename to Windows.Storage/NameCollisionOption.cs index 54401f2..ab4e526 100644 --- a/source/Windows.Storage/NameCollisionOption.cs +++ b/Windows.Storage/NameCollisionOption.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/PathIO.cs b/Windows.Storage/PathIO.cs similarity index 97% rename from source/Windows.Storage/PathIO.cs rename to Windows.Storage/PathIO.cs index f6b9625..3c7ecb8 100644 --- a/source/Windows.Storage/PathIO.cs +++ b/Windows.Storage/PathIO.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/Properties/AssemblyInfo.cs b/Windows.Storage/Properties/AssemblyInfo.cs similarity index 92% rename from source/Windows.Storage/Properties/AssemblyInfo.cs rename to Windows.Storage/Properties/AssemblyInfo.cs index 51cbb93..8f2ab27 100644 --- a/source/Windows.Storage/Properties/AssemblyInfo.cs +++ b/Windows.Storage/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("CSharp.BlankApplication")] -[assembly: AssemblyCopyright("Copyright © ")] +[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/source/Windows.Storage/RemovableDeviceEventArgs.cs b/Windows.Storage/RemovableDeviceEventArgs.cs similarity index 94% rename from source/Windows.Storage/RemovableDeviceEventArgs.cs rename to Windows.Storage/RemovableDeviceEventArgs.cs index c84a31c..9419c0c 100644 --- a/source/Windows.Storage/RemovableDeviceEventArgs.cs +++ b/Windows.Storage/RemovableDeviceEventArgs.cs @@ -1,9 +1,9 @@ // -// Copyright (c) 2019 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // -using nanoFramework.Runtime.Events; +using System; namespace Windows.Storage { diff --git a/source/Windows.Storage/Search/CommonFileQuery.cs b/Windows.Storage/Search/CommonFileQuery.cs similarity index 97% rename from source/Windows.Storage/Search/CommonFileQuery.cs rename to Windows.Storage/Search/CommonFileQuery.cs index 6e7be62..c6b819c 100644 --- a/source/Windows.Storage/Search/CommonFileQuery.cs +++ b/Windows.Storage/Search/CommonFileQuery.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2019 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/SetVersionDeferral.cs b/Windows.Storage/SetVersionDeferral.cs similarity index 83% rename from source/Windows.Storage/SetVersionDeferral.cs rename to Windows.Storage/SetVersionDeferral.cs index c8245b4..822dc57 100644 --- a/source/Windows.Storage/SetVersionDeferral.cs +++ b/Windows.Storage/SetVersionDeferral.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/SetVersionRequest.cs b/Windows.Storage/SetVersionRequest.cs similarity index 85% rename from source/Windows.Storage/SetVersionRequest.cs rename to Windows.Storage/SetVersionRequest.cs index 55c7034..c9f80b0 100644 --- a/source/Windows.Storage/SetVersionRequest.cs +++ b/Windows.Storage/SetVersionRequest.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StorageDeleteOption.cs b/Windows.Storage/StorageDeleteOption.cs similarity index 95% rename from source/Windows.Storage/StorageDeleteOption.cs rename to Windows.Storage/StorageDeleteOption.cs index 792ff2e..d055cd2 100644 --- a/source/Windows.Storage/StorageDeleteOption.cs +++ b/Windows.Storage/StorageDeleteOption.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StorageDevices.cs b/Windows.Storage/StorageDevices.cs similarity index 100% rename from source/Windows.Storage/StorageDevices.cs rename to Windows.Storage/StorageDevices.cs diff --git a/source/Windows.Storage/StorageEventManager.cs b/Windows.Storage/StorageEventManager.cs similarity index 99% rename from source/Windows.Storage/StorageEventManager.cs rename to Windows.Storage/StorageEventManager.cs index 983c081..1389014 100644 --- a/source/Windows.Storage/StorageEventManager.cs +++ b/Windows.Storage/StorageEventManager.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2019 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/StorageFile.cs b/Windows.Storage/StorageFile.cs similarity index 99% rename from source/Windows.Storage/StorageFile.cs rename to Windows.Storage/StorageFile.cs index b2afeb8..d19ce13 100644 --- a/source/Windows.Storage/StorageFile.cs +++ b/Windows.Storage/StorageFile.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/StorageFolder.cs b/Windows.Storage/StorageFolder.cs similarity index 99% rename from source/Windows.Storage/StorageFolder.cs rename to Windows.Storage/StorageFolder.cs index 561688f..96b4c0c 100644 --- a/source/Windows.Storage/StorageFolder.cs +++ b/Windows.Storage/StorageFolder.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/StorageItemTypes.cs b/Windows.Storage/StorageItemTypes.cs similarity index 93% rename from source/Windows.Storage/StorageItemTypes.cs rename to Windows.Storage/StorageItemTypes.cs index 055d58f..f3db2e6 100644 --- a/source/Windows.Storage/StorageItemTypes.cs +++ b/Windows.Storage/StorageItemTypes.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StorageLibrary.cs b/Windows.Storage/StorageLibrary.cs similarity index 87% rename from source/Windows.Storage/StorageLibrary.cs rename to Windows.Storage/StorageLibrary.cs index 487c121..d17bafb 100644 --- a/source/Windows.Storage/StorageLibrary.cs +++ b/Windows.Storage/StorageLibrary.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StorageLibraryChange.cs b/Windows.Storage/StorageLibraryChange.cs similarity index 85% rename from source/Windows.Storage/StorageLibraryChange.cs rename to Windows.Storage/StorageLibraryChange.cs index 91899ad..4765ca1 100644 --- a/source/Windows.Storage/StorageLibraryChange.cs +++ b/Windows.Storage/StorageLibraryChange.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StorageLibraryChangeReader.cs b/Windows.Storage/StorageLibraryChangeReader.cs similarity index 85% rename from source/Windows.Storage/StorageLibraryChangeReader.cs rename to Windows.Storage/StorageLibraryChangeReader.cs index 01c248d..329cf1e 100644 --- a/source/Windows.Storage/StorageLibraryChangeReader.cs +++ b/Windows.Storage/StorageLibraryChangeReader.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StorageLibraryChangeTracker.cs b/Windows.Storage/StorageLibraryChangeTracker.cs similarity index 86% rename from source/Windows.Storage/StorageLibraryChangeTracker.cs rename to Windows.Storage/StorageLibraryChangeTracker.cs index 4505191..02e5edd 100644 --- a/source/Windows.Storage/StorageLibraryChangeTracker.cs +++ b/Windows.Storage/StorageLibraryChangeTracker.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StorageLibraryChangeType.cs b/Windows.Storage/StorageLibraryChangeType.cs similarity index 96% rename from source/Windows.Storage/StorageLibraryChangeType.cs rename to Windows.Storage/StorageLibraryChangeType.cs index b3a8291..fc99d48 100644 --- a/source/Windows.Storage/StorageLibraryChangeType.cs +++ b/Windows.Storage/StorageLibraryChangeType.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StorageOpenOptions.cs b/Windows.Storage/StorageOpenOptions.cs similarity index 92% rename from source/Windows.Storage/StorageOpenOptions.cs rename to Windows.Storage/StorageOpenOptions.cs index e11c36e..bc6f7d2 100644 --- a/source/Windows.Storage/StorageOpenOptions.cs +++ b/Windows.Storage/StorageOpenOptions.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StorageProvider.cs b/Windows.Storage/StorageProvider.cs similarity index 96% rename from source/Windows.Storage/StorageProvider.cs rename to Windows.Storage/StorageProvider.cs index ab49ce8..c79614e 100644 --- a/source/Windows.Storage/StorageProvider.cs +++ b/Windows.Storage/StorageProvider.cs @@ -1,5 +1,5 @@ // -// Copyright (c) 2018 The nanoFramework project contributors +// Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // diff --git a/source/Windows.Storage/StorageStreamTransaction.cs b/Windows.Storage/StorageStreamTransaction.cs similarity index 85% rename from source/Windows.Storage/StorageStreamTransaction.cs rename to Windows.Storage/StorageStreamTransaction.cs index db2c80f..2d62849 100644 --- a/source/Windows.Storage/StorageStreamTransaction.cs +++ b/Windows.Storage/StorageStreamTransaction.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StreamedFileDataRequest.cs b/Windows.Storage/StreamedFileDataRequest.cs similarity index 88% rename from source/Windows.Storage/StreamedFileDataRequest.cs rename to Windows.Storage/StreamedFileDataRequest.cs index 2e4043c..f62330c 100644 --- a/source/Windows.Storage/StreamedFileDataRequest.cs +++ b/Windows.Storage/StreamedFileDataRequest.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StreamedFileDataRequestedHandler.cs b/Windows.Storage/StreamedFileDataRequestedHandler.cs similarity index 90% rename from source/Windows.Storage/StreamedFileDataRequestedHandler.cs rename to Windows.Storage/StreamedFileDataRequestedHandler.cs index ed53ff6..2feb13b 100644 --- a/source/Windows.Storage/StreamedFileDataRequestedHandler.cs +++ b/Windows.Storage/StreamedFileDataRequestedHandler.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/StreamedFileFailureMode.cs b/Windows.Storage/StreamedFileFailureMode.cs similarity index 91% rename from source/Windows.Storage/StreamedFileFailureMode.cs rename to Windows.Storage/StreamedFileFailureMode.cs index 0098ec7..09bc27c 100644 --- a/source/Windows.Storage/StreamedFileFailureMode.cs +++ b/Windows.Storage/StreamedFileFailureMode.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/SystemAudioProperties.cs b/Windows.Storage/SystemAudioProperties.cs similarity index 85% rename from source/Windows.Storage/SystemAudioProperties.cs rename to Windows.Storage/SystemAudioProperties.cs index 05cd515..d38316b 100644 --- a/source/Windows.Storage/SystemAudioProperties.cs +++ b/Windows.Storage/SystemAudioProperties.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/SystemDataPaths.cs b/Windows.Storage/SystemDataPaths.cs similarity index 85% rename from source/Windows.Storage/SystemDataPaths.cs rename to Windows.Storage/SystemDataPaths.cs index 08381af..4e85e62 100644 --- a/source/Windows.Storage/SystemDataPaths.cs +++ b/Windows.Storage/SystemDataPaths.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/SystemGPSProperties.cs b/Windows.Storage/SystemGPSProperties.cs similarity index 84% rename from source/Windows.Storage/SystemGPSProperties.cs rename to Windows.Storage/SystemGPSProperties.cs index f330b33..5d08662 100644 --- a/source/Windows.Storage/SystemGPSProperties.cs +++ b/Windows.Storage/SystemGPSProperties.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/SystemImageProperties.cs b/Windows.Storage/SystemImageProperties.cs similarity index 85% rename from source/Windows.Storage/SystemImageProperties.cs rename to Windows.Storage/SystemImageProperties.cs index a68ffff..b944847 100644 --- a/source/Windows.Storage/SystemImageProperties.cs +++ b/Windows.Storage/SystemImageProperties.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/SystemMediaProperties.cs b/Windows.Storage/SystemMediaProperties.cs similarity index 85% rename from source/Windows.Storage/SystemMediaProperties.cs rename to Windows.Storage/SystemMediaProperties.cs index e98bea1..392365c 100644 --- a/source/Windows.Storage/SystemMediaProperties.cs +++ b/Windows.Storage/SystemMediaProperties.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/SystemMusicProperties.cs b/Windows.Storage/SystemMusicProperties.cs similarity index 85% rename from source/Windows.Storage/SystemMusicProperties.cs rename to Windows.Storage/SystemMusicProperties.cs index e0abf61..0460554 100644 --- a/source/Windows.Storage/SystemMusicProperties.cs +++ b/Windows.Storage/SystemMusicProperties.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/SystemPhotoProperties.cs b/Windows.Storage/SystemPhotoProperties.cs similarity index 85% rename from source/Windows.Storage/SystemPhotoProperties.cs rename to Windows.Storage/SystemPhotoProperties.cs index c95acad..dcfa4b7 100644 --- a/source/Windows.Storage/SystemPhotoProperties.cs +++ b/Windows.Storage/SystemPhotoProperties.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/SystemProperties.cs b/Windows.Storage/SystemProperties.cs similarity index 88% rename from source/Windows.Storage/SystemProperties.cs rename to Windows.Storage/SystemProperties.cs index 41f202d..b5f84ec 100644 --- a/source/Windows.Storage/SystemProperties.cs +++ b/Windows.Storage/SystemProperties.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/SystemVideoProperties.cs b/Windows.Storage/SystemVideoProperties.cs similarity index 84% rename from source/Windows.Storage/SystemVideoProperties.cs rename to Windows.Storage/SystemVideoProperties.cs index 9c0edcd..f0be588 100644 --- a/source/Windows.Storage/SystemVideoProperties.cs +++ b/Windows.Storage/SystemVideoProperties.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/UserDataPaths.cs b/Windows.Storage/UserDataPaths.cs similarity index 85% rename from source/Windows.Storage/UserDataPaths.cs rename to Windows.Storage/UserDataPaths.cs index 3ce00ed..ecfdfc6 100644 --- a/source/Windows.Storage/UserDataPaths.cs +++ b/Windows.Storage/UserDataPaths.cs @@ -1,5 +1,5 @@ //// -//// Copyright (c) 2018 The nanoFramework project contributors +//// Copyright (c) .NET Foundation and Contributors //// See LICENSE file in the project root for full license information. //// diff --git a/source/Windows.Storage/Windows.Storage.nfproj b/Windows.Storage/Windows.Storage.nfproj similarity index 90% rename from source/Windows.Storage/Windows.Storage.nfproj rename to Windows.Storage/Windows.Storage.nfproj index a9f01b0..9d2c4cc 100644 --- a/source/Windows.Storage/Windows.Storage.nfproj +++ b/Windows.Storage/Windows.Storage.nfproj @@ -1,4 +1,4 @@ - + $(MSBuildToolsPath)..\..\..\nanoFramework\v1.0\ @@ -40,13 +40,13 @@ - + false - + false - + false @@ -121,20 +121,20 @@ - - ..\packages\nanoFramework.CoreLibrary.1.7.3\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll True - - ..\packages\nanoFramework.Runtime.Events.1.8.0\lib\nanoFramework.Runtime.Events.dll + + ..\packages\nanoFramework.Runtime.Events.1.9.1\lib\nanoFramework.Runtime.Events.dll True - - ..\packages\nanoFramework.System.Text.1.1.0\lib\nanoFramework.System.Text.dll + + ..\packages\nanoFramework.System.Text.1.1.1\lib\nanoFramework.System.Text.dll True - - ..\packages\nanoFramework.Windows.Storage.Streams.1.10.0\lib\Windows.Storage.Streams.dll + + ..\packages\nanoFramework.Windows.Storage.Streams.1.12.2\lib\Windows.Storage.Streams.dll True diff --git a/source/Windows.Storage/Windows.Storage.previous.nugetreferenceswitcher b/Windows.Storage/Windows.Storage.previous.nugetreferenceswitcher similarity index 100% rename from source/Windows.Storage/Windows.Storage.previous.nugetreferenceswitcher rename to Windows.Storage/Windows.Storage.previous.nugetreferenceswitcher diff --git a/source/Windows.Storage/key.snk b/Windows.Storage/key.snk similarity index 100% rename from source/Windows.Storage/key.snk rename to Windows.Storage/key.snk diff --git a/source/Windows.Storage/packages.config b/Windows.Storage/packages.config similarity index 54% rename from source/Windows.Storage/packages.config rename to Windows.Storage/packages.config index ddafb36..10510d6 100644 --- a/source/Windows.Storage/packages.config +++ b/Windows.Storage/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cf25bd5..6e7b6c8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,6 @@ trigger: branches: - include: [master, develop, "release-*" ] + include: [main, develop, "release-*" ] paths: exclude: ["*.md", .gitignore] tags: @@ -17,15 +17,15 @@ resources: endpoint: nanoframework pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-2019' variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - solution: '**/source/*.sln' + solution: '**/*.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' nugetPackageName: 'nanoFramework.Windows.Storage' - repoName: 'lib-Windows.Storage' + repoName: 'Windows.Storage' steps: diff --git a/config/SignClient.json b/config/SignClient.json new file mode 100644 index 0000000..482177d --- /dev/null +++ b/config/SignClient.json @@ -0,0 +1,14 @@ +{ + "SignClient": { + "AzureAd": { + "AADInstance": "https://login.microsoftonline.com/", + "ClientId": "c248d68a-ba6f-4aa9-8a68-71fe872063f8", + "TenantId": "16076fdc-fcc1-4a15-b1ca-32c9a255900e" + }, + "Service": { + "Url": "https://codesign.dotnetfoundation.org/", + "ResourceId": "https://SignService/3c30251f-36f3-490b-a955-520addb85001" + } + } + } + \ No newline at end of file diff --git a/config/filelist.txt b/config/filelist.txt new file mode 100644 index 0000000..bbe08df --- /dev/null +++ b/config/filelist.txt @@ -0,0 +1 @@ +**/Windows.Storage.* \ No newline at end of file diff --git a/source/nanoFramework.Windows.Storage.DELIVERABLES.nuspec b/nanoFramework.Windows.Storage.DELIVERABLES.nuspec similarity index 85% rename from source/nanoFramework.Windows.Storage.DELIVERABLES.nuspec rename to nanoFramework.Windows.Storage.DELIVERABLES.nuspec index 6b45298..d695775 100644 --- a/source/nanoFramework.Windows.Storage.DELIVERABLES.nuspec +++ b/nanoFramework.Windows.Storage.DELIVERABLES.nuspec @@ -12,16 +12,16 @@ false https://github.com/nanoframework/lib-Windows.Storage https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad - Copyright (c) 2018 The nanoFramework project contributors + Copyright (c) .NET Foundation and Contributors ** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the nanoFramework.Windows.Storage assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library. nanoFramework.Windows.Storage.DELIVERABLES is not meant for development. - - - - + + + + diff --git a/source/nanoFramework.Windows.Storage.nuspec b/nanoFramework.Windows.Storage.nuspec similarity index 86% rename from source/nanoFramework.Windows.Storage.nuspec rename to nanoFramework.Windows.Storage.nuspec index 9c678e9..8d5f210 100644 --- a/source/nanoFramework.Windows.Storage.nuspec +++ b/nanoFramework.Windows.Storage.nuspec @@ -14,16 +14,16 @@ https://github.com/nanoframework/lib-Windows.Storage https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad - Copyright (c) 2018 The nanoFramework project contributors + Copyright (c) .NET Foundation and Contributors This package includes the nanoFramework.Windows.Storage assembly for nanoFramework C# projects. This package requires a target with nanoFramework.Windows.Storage v$nativeVersion$. nanoFramework.Windows.Storage assembly for nanoFramework C# projects nanoFramework C# csharp netmf netnf nanoFramework.Windows.Storage - - - - + + + + diff --git a/source/nanoFramework.Windows.Storage.sln b/nanoFramework.Windows.Storage.sln similarity index 99% rename from source/nanoFramework.Windows.Storage.sln rename to nanoFramework.Windows.Storage.sln index 2c56e67..cf51760 100644 --- a/source/nanoFramework.Windows.Storage.sln +++ b/nanoFramework.Windows.Storage.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28010.2026 diff --git a/source/readme.txt b/readme.txt similarity index 100% rename from source/readme.txt rename to readme.txt diff --git a/source/version.json b/version.json similarity index 88% rename from source/version.json rename to version.json index 4573942..fb845c4 100644 --- a/source/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.4.2", + "version": "1.4.4", "assemblyVersion": { "precision": "revision" }, @@ -9,7 +9,8 @@ "semVer": 2.0 }, "publicReleaseRefSpec": [ - "^refs/heads/master$", + "^refs/heads/develop$", + "^refs/heads/main$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": {