Skip to content

Commit

Permalink
Update build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed May 13, 2020
1 parent c4209ce commit fd16f84
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/CoAPnet.Extensions.DTLS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<license type="file">LICENSE</license>
<projectUrl>https://github.com/chkr1011/CoAPnet</projectUrl>
<iconUrl>https://raw.githubusercontent.com/chkr1011/CoAPnet/master/Images/Logo_128x128.png</iconUrl>
<!-- <icon>images\Logo_128x128.png</icon> -->
<icon>images\Logo_128x128.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This is an extension library which provides a wrapper to use _BouncyCastle_ as the transport layer.</description>
<releaseNotes>For release notes please go to CoAPnet release notes (https://www.nuget.org/packages/CoAPnet/).</releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion Build/CoAPnet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<license type="file">LICENSE</license>
<projectUrl>https://github.com/chkr1011/CoAPnet</projectUrl>
<iconUrl>https://raw.githubusercontent.com/chkr1011/CoAPnet/master/Images/Logo_128x128.png</iconUrl>
<!-- <icon>images\Logo_128x128.png</icon> -->
<icon>images\Logo_128x128.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.</description>
<releaseNotes>
Expand Down
1 change: 0 additions & 1 deletion Build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ vstest.console.exe ..\Source\CoAPnet.Tests\bin\Release\netcoreapp3.1\CoAPnet.Tes

# Build the DTLS extension
&$msbuild ..\Source\CoAPnet.Extensions.DTLS\CoAPnet.Extensions.DTLS.csproj /t:Build /p:Configuration="Release" /p:TargetFramework="net452" /p:FileVersion=$assemblyVersion /p:AssemblyVersion=$assemblyVersion /verbosity:m /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=".\..\..\Build\codeSigningKey.pfx"
&$msbuild ..\Source\CoAPnet.Extensions.DTLS\CoAPnet.Extensions.DTLS.csproj /t:Build /p:Configuration="Release" /p:TargetFramework="netstandard1.3" /p:FileVersion=$assemblyVersion /p:AssemblyVersion=$assemblyVersion /verbosity:m /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=".\..\..\Build\codeSigningKey.pfx"
&$msbuild ..\Source\CoAPnet.Extensions.DTLS\CoAPnet.Extensions.DTLS.csproj /t:Build /p:Configuration="Release" /p:TargetFramework="netstandard2.0" /p:FileVersion=$assemblyVersion /p:AssemblyVersion=$assemblyVersion /verbosity:m /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=".\..\..\Build\codeSigningKey.pfx"

# Create NuGet packages.
Expand Down

0 comments on commit fd16f84

Please sign in to comment.