Skip to content

Commit

Permalink
autonuget
Browse files Browse the repository at this point in the history
  • Loading branch information
lduchosal committed Jan 15, 2019
1 parent 72cc2fb commit 2715ce0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 10 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ assembly_info:
assembly_file_version: "{version}"
assembly_informational_version: "{version}"

dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'

build:
project: src/

Expand Down Expand Up @@ -40,5 +49,5 @@ deploy:
skip_symbols: false

artifacts:
- path: '**\*.nupkg'
- path: '**\IPNetwork2*.nupkg'
name: nuget
6 changes: 1 addition & 5 deletions src/System.Net.IPNetwork/System.Net.IPNetwork.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
<PackageLicenseUrl>https://github.com/lduchosal/ipnetwork/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/lduchosal/ipnetwork</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>dotnetstandard1.3 support
dotnet46 support
dotnet45 support
dotnet40 support
signed dlls</PackageReleaseNotes>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags>ipnetwork network ip ipv4 ipv6 netmask cidr subnet subnetting supernet supernetting calculation</PackageTags>

<Title>IPNetwork utility classes for .Net</Title>
Expand Down

0 comments on commit 2715ce0

Please sign in to comment.