Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Fixed nuget package information
Browse files Browse the repository at this point in the history
  • Loading branch information
ppioli-cl committed Feb 16, 2019
1 parent a90bfea commit f8269e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
- releases
nuget:
disable_publish_on_pr: true
build_script:
Expand All @@ -18,4 +18,4 @@ deploy:
api_key:
secure: oKDOIxq7y6H/WzuBM+AWsL06N620LYl9yJv0T+idpPaua3ZBl1wKRV1e1y3ajZsI
on:
branch: master
branch: releases
2 changes: 2 additions & 0 deletions src/LetsEncrypt/LetsEncrypt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<AssemblyName>LetsEncryptMiddleware</AssemblyName>
<Version>1.0.0.0</Version>
<Authors>LetsEncryptMiddleware</Authors>
<PackageProjectUrl>https://github.com/pablopioli/letsencrypt-middleware</PackageProjectUrl>
<Description>An ASP.NET Core Middleware to automate the generation and renewal of TLS certificates</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f8269e1

Please sign in to comment.