Skip to content

Commit

Permalink
Merge branch 'appvayorUpdate' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Markus committed Jun 22, 2019
2 parents a17eb3a + 5cec69c commit 68f5c03
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 1 deletion.
10 changes: 9 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
version: 1.0.{build}
image:
- Visual Studio 2017
- Visual Studio 2019
- Ubuntu1804
install:

before_build:
- nuget restore ZigBeeNet.sln
build:
publish_nuget: true
verbosity: minimal
project: ZigBeeNet.sln

deploy:
- provider: NuGet
api_key:
secure: itVeOMKqDgUEiVaSkfpSZFe3fymDY2D5evHEYUxf5rCcSw5jRy6yHEDJD5RrtwJZ
skip_symbols: false
artifact: /.*\.nupkg/

test:
# only assemblies to test
assemblies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0-alpha1</Version>
<Authors>ZigBeeNet Contributors</Authors>
<Company>ZigBeeNet</Company>
<PackageLicenseExpression>EPL-1.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/zigbeenet/ZigbeeNet</PackageProjectUrl>
<PackageIconUrl>https://github.com/zigbeenet/ZigbeeNet/blob/master/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/zigbeenet/ZigbeeNet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>zigbee;netstandard;smart home;cc2531;philips hue;ikea tradfri;innr</PackageTags>
<Description>ZigBeeNet is a implementation of the Zigbee 3.0 Cluster Library for .NET Standard, .NET Core and more .NET platforms.

With ZigBeeNet you can develop your own .NET application which communicates with zigbee devices.

This package can be used in combination with the ZigBeeNet package and is the dongle implementation for a Digi XBee hardware dongle</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="2.8.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0-alpha1</Version>
<Authors>ZigBeeNet Contributors</Authors>
<Company>ZigBeeNet</Company>
<PackageLicenseExpression>EPL-1.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/zigbeenet/ZigbeeNet</PackageProjectUrl>
<PackageIconUrl>https://github.com/zigbeenet/ZigbeeNet/blob/master/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/zigbeenet/ZigbeeNet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>zigbee;netstandard;smart home;cc2531;philips hue;ikea tradfri;innr</PackageTags>
<Description>ZigBeeNet is a implementation of the Zigbee 3.0 Cluster Library for .NET Standard, .NET Core and more .NET platforms.

With ZigBeeNet you can develop your own .NET application which communicates with zigbee devices.

This package can be used in combination with the ZigBeeNet package and is the dongle implementation for a Texas Instrument CC2531 hardware dongle</Description>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>ZigBeeNet Contributors</Authors>
<Version>1.0.0-alpha1</Version>
<Company>ZigBeeNet</Company>
<Description>ZigBeeNet is a implementation of the Zigbee 3.0 Cluster Library for .NET Standard, .NET Core and more .NET platforms.

With ZigBeeNet you can develop your own .NET application which communicates with zigbee devices.

This package contains a SerialPort implementation for connecting, reading and sending packages with the ZigBee Hardware dongles</Description>
<PackageLicenseExpression>EPL-1.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/zigbeenet/ZigbeeNet</PackageProjectUrl>
<PackageIconUrl>https://github.com/zigbeenet/ZigbeeNet/blob/master/icon.png?raw=true</PackageIconUrl>
<RepositoryUrl>https://github.com/zigbeenet/ZigbeeNet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>SerialPort;zigbee;netstandard;smart home;cc2531;XBee;philips hue;ikea tradfri;innr</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down
13 changes: 13 additions & 0 deletions libraries/ZigBeeNet/ZigBeeNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageIconUrl>https://github.com/zigbeenet/ZigbeeNet/blob/master/icon.png?raw=true</PackageIconUrl>
<PackageProjectUrl>https://github.com/zigbeenet/ZigbeeNet</PackageProjectUrl>
<RepositoryUrl>https://github.com/zigbeenet/ZigbeeNet</RepositoryUrl>
<PackageTags>zigbee;netstandard;smart home;xbee;cc2531;philips hue;ikea tradfri;innr</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>EPL-1.0</PackageLicenseExpression>
<Authors>ZigBeeNet Contributors</Authors>
<Version>1.0.0-alpha2</Version>
<Company>ZigBeeNet</Company>
<Description>ZigBeeNet is a implementation of the Zigbee 3.0 Cluster Library for .NET Standard, .NET Core and more .NET platforms.

With ZigBeeNet you can develop your own .NET application which communicates with zigbee devices.</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 68f5c03

Please sign in to comment.