Граф коммитов

19 Коммитов

Автор SHA1 Сообщение Дата
nfbot 5ee91d7e90
Update 10 NuGet dependencies (#506)
Bumps nanoFramework.CoreLibrary from 1.12.0-preview.19 to 1.12.0</br>Bumps nanoFramework.Runtime.Events from 1.10.0-preview.13 to 1.10.0</br>Bumps nanoFramework.System.Collections from 1.4.0-preview.27 to 1.4.0</br>Bumps nanoFramework.System.IO.Streams from 1.0.0-preview.19 to 1.0.0</br>Bumps nanoFramework.System.Math from 1.4.4-preview.22 to 1.4.4</br>Bumps nanoFramework.System.Net from 1.8.0-preview.43 to 1.8.1</br>Bumps nanoFramework.System.Text from 1.1.3-preview.24 to 1.1.3</br>Bumps nanoFramework.System.Threading from 1.0.4-preview.23 to 1.0.4</br>Bumps nanoFramework.ResourceManager from 1.1.4-preview.13 to 1.1.4</br>Bumps nanoFramework.System.Device.Gpio from 1.0.3-preview.18 to 1.0.4</br>
[version update]

### ⚠️ This is an automated update. ⚠️
2022-04-06 16:35:00 -07:00
nfbot f7f09f5103
Update 8 NuGet dependencies (#503)
Bumps nanoFramework.CoreLibrary from 1.12.0-preview.18 to 1.12.0-preview.19</br>Bumps nanoFramework.Runtime.Events from 1.10.0-preview.11 to 1.10.0-preview.13</br>Bumps nanoFramework.System.Collections from 1.4.0-preview.24 to 1.4.0-preview.27</br>Bumps nanoFramework.System.IO.Streams from 1.0.0-preview.17 to 1.0.0-preview.19</br>Bumps nanoFramework.System.Math from 1.4.4-preview.19 to 1.4.4-preview.22</br>Bumps nanoFramework.System.Net from 1.8.0-preview.39 to 1.8.0-preview.43</br>Bumps nanoFramework.ResourceManager from 1.1.4-preview.11 to 1.1.4-preview.13</br>Bumps nanoFramework.System.Device.Gpio from 1.0.3-preview.16 to 1.0.3-preview.18</br>
[version update]

### ⚠️ This is an automated update. ⚠️
2022-03-21 09:11:18 -07:00
nfbot c9083a9af8
Update 2 NuGet dependencies (#496)
Bumps nanoFramework.System.IO.Streams from 1.0.0-preview.15 to 1.0.0-preview.17</br>Bumps nanoFramework.System.Net from 1.8.0-preview.35 to 1.8.0-preview.39</br>
[version update]

### ⚠️ This is an automated update. ⚠️

Co-authored-by: josesimoes <jose.simoes@eclo.solutions>
2022-03-15 08:50:43 -07:00
José Simões e57b635210
Update nanoFramework (#115) (#494)
- Update 7 NuGet dependencies
- Add missing file for MessageDelivery class.
- Add empty folders for nanoFramework solutions
- Update projects to new tools location.
- Migrate solution to VS2022.
2022-03-14 12:02:12 -07:00
xinchen 00004905de [#449] Acknowledge a message with delivery information. 2021-07-21 16:10:32 -07:00
José Simões 15229d4bcb
Update .NET nanoFramework dependencies (#467)
* Update dependencies

* Change VS image to 2019

- nanoFramework build is now using VS2019.

* Revert unwanted changes in amqp sln

* Fix VS path

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-06-14 09:08:21 -07:00
José Simões 762616b224
Improvements in network helpers for .NET nanoFramework (#458)
* Update 9 nuget dependencies (#71)

* Update network helpers

- General improvements taking advantage of new APIs.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-03-23 08:59:34 -07:00
José Simões 94ae492c66
Fix access to string resources (#455)
- The previous implementation, despite building, wasn't able to access the string resources. The build system isn't happy with a linked resx file, so had to copy/past from the .NETMF one.
2021-03-17 13:41:49 -07:00
José Simões 332d3226f0
Rework FX output (#453)
* Update 9 nuget dependencies(#65)

* Fix DebugPrint

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-03-16 12:21:35 -07:00
José Simões 8deec8a59e
Update .NET nanoFramework dependencies (#447)
- Replace to new System.Device.Gpio.
- Update NuGets.
- Update nuspecs.
2021-02-11 17:24:15 -08:00
José Simões 0ade314ad4
Update nanoFramework (#421)
- Update NuGets with latest stable releases.
- Replace Console.WriteLine with Debug.WriteLine.

Co-authored-by: nfbot <nanoframework@outlook.com>
2020-06-17 10:04:51 -07:00
José Simões a16ee2ded5
Reorganization of project folders (#407)
- Required to allow automated nuget updates. Can't be done with current structure with shared packages.config.
- Moved output folders of nanoFramework projects to the project folder.
- Update nanoFramework NuGets to the latest versions.
2020-03-23 12:43:54 -07:00
José Simões 682389748b Update nanoFramework NuGets (#391)
- Update to latest stable releases.
- Update source for VS extension (after switch to VSIX Open gallery from MyGet).
2019-11-13 10:47:48 -08:00
xinchen 2c38af646d Handler support. 2019-08-12 16:49:45 -07:00
José Simões ae67bf3766 Updates from nanoFramework (#356)
- Update platform define symbol.
- Update NuGets.
- Update call to AuthenticateAsClient with new SslProtocols enum.
- Update appveyor to install nF build components without VS extension.
2019-06-18 11:40:30 -07:00
xinchen 446277a65a Receiver link credit mode. 2019-02-13 18:34:07 -08:00
José Simões d40add60f4 Updates for nanoFramework
- Update NuGets to latest stable versions.
- Update SSL API calls to match latest changes.
- Update dependencies in nuspecs.
- Add ServiceBus example.

Signed-off-by: José Simões <jose.simoes@eclo.solutions>
2018-12-18 14:14:40 +00:00
José Simões d3aba76100 Update nanoframework projects
- Remove target framework from nuspecs dependency group because this is not an officilly supported framework ID.
- Add missing owner to the nuspec.
- Add NuGet badges to readme.
- Update NuGets to latest available.
2018-12-05 23:00:37 +00:00
José Simões 734ba49e69 Add support for .NET nanoFramework (#306)
- Add projects for libs (standard and micro versions)
- Tweak code files, mostly adding compiler defs to include correct namespace
- Add test project
- Add example projects
- Add nuspecs
- Update docs
- Update build queue to include nF projects
- Tweak AppVeyor yaml:
  + added a build matrix with one job running VS2015 image an the existing build
  + add a second job to the matrix running a VS2017 image and doing the nanoFramework part of the build
- Clone main solution and edit the new one for VS2017 removing all the projects, except the nanoFramework related (left the bulk of the structure there to be picked up when moving stuff to VS2017)

Signed-off-by: José Simões <jose.simoes@eclo.solutions>
2018-10-22 18:45:12 -07:00