Skip to content

Commit 075f6a7

Browse files
committed
1.2.0-preview1,support .net core 2.0
1 parent 6867fa2 commit 075f6a7

14 files changed

+19
-134
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,3 +250,7 @@ paket-files/
250250
# JetBrains Rider
251251
.idea/
252252
*.sln.iml
253+
254+
# ower
255+
256+
output/

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ nuget:
1313
project_feed: true
1414
build:
1515
project: GodSharp.SerialPort.sln
16-
publish_nuget: true
16+
publish_nuget: false
1717
include_nuget_references: true
1818
verbosity: minimal
1919
test: off
2020
artifacts:
2121
- path: test\GodSharp.SerialPort.ConsoleSample\bin\$(configuration)\
2222
name: GodSharp.SerialPort.ConsoleSample-v$(appveyor_build_version)
23+
- path: '**\*.nupkg'
24+
name: nuget
2325
deploy:
2426
- provider: NuGet
2527
server: https://www.nuget.org/api/v2/package

output/net35/GodSharp.SerialPort.dll

-19 KB
Binary file not shown.

output/net40/GodSharp.SerialPort.dll

-19 KB
Binary file not shown.

output/net45/GodSharp.SerialPort.dll

-19 KB
Binary file not shown.

output/net451/GodSharp.SerialPort.dll

-19 KB
Binary file not shown.

output/net452/GodSharp.SerialPort.dll

-19 KB
Binary file not shown.

output/net46/GodSharp.SerialPort.dll

-19 KB
Binary file not shown.

output/net47/GodSharp.SerialPort.dll

-19 KB
Binary file not shown.

output/netstandard2.0/GodSharp.SerialPort.deps.json

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)