Skip to content

Commit

Permalink
Work on nanoFramework distribution
Browse files Browse the repository at this point in the history
- Remove all non nanoFramework projects and solutions.
- Add Azure Pipelines yaml.
- Add nuspec for nF port.
- Add Nerdbank.GitVersioning versioning.
- Update NuGet packages.
- Update code and framework build symbol.
- Add SonarCube badges.
- Update gitignore with sonarqube exclusion.
- Update test projects.

Signed-off-by: José Simões <[email protected]>
  • Loading branch information
josesimoes committed Jul 10, 2019
1 parent 054df38 commit c9a0eb0
Show file tree
Hide file tree
Showing 46 changed files with 488 additions and 1,161 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,6 @@ FakesAssemblies/

# Visual Studio 6 workspace options file
*.opt

#SoundCloud
*.sonarqube/
87 changes: 0 additions & 87 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion MSMqtt.nanoFramework.sln → M2Mqtt.nanoFramework.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "MSMqtt.nanoFramework", "M2Mqtt\MSMqtt.nanoFramework.nfproj", "{35948E70-4CE5-45B4-B305-B66B20AB67AD}"
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "M2Mqtt.nanoFramework", "M2Mqtt\nanoFramework.M2Mqtt.nfproj", "{35948E70-4CE5-45B4-B305-B66B20AB67AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
31 changes: 0 additions & 31 deletions M2Mqtt.nuspec

This file was deleted.

48 changes: 0 additions & 48 deletions M2Mqtt.sln

This file was deleted.

2 changes: 1 addition & 1 deletion M2Mqtt/IMqttNetworkChannel.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2013, 2014 Paolo Patierno
Copyright (c) 2019 The nanoFramework project contributorsCopyright (c) 2013, 2014 Paolo Patierno
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
Expand Down
80 changes: 0 additions & 80 deletions M2Mqtt/M2Mqtt.Mono.csproj

This file was deleted.

97 changes: 0 additions & 97 deletions M2Mqtt/M2Mqtt.Net.csproj

This file was deleted.

Loading

0 comments on commit c9a0eb0

Please sign in to comment.