Skip to content

Commit

Permalink
nupkg description
Browse files Browse the repository at this point in the history
  • Loading branch information
lduchosal committed Mar 31, 2017
1 parent e4cfb1c commit 690188c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nant/release.build
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

- Manual push to nuget :

nuget push ..\release\nuget\${release.version}\IPNetwork2.${release.version}.nupkg
nuget push ..\release\IPNetwork2.${release.version}.nupkg


</echo>
Expand Down
Binary file modified release/IPNetwork-2.1.0.zip
Binary file not shown.
Binary file modified release/IPNetwork2.2.1.0.nupkg
Binary file not shown.
6 changes: 4 additions & 2 deletions src/System.Net.IPNetwork/System.Net.IPNetwork.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
<PackageLicenseUrl>https://github.com/lduchosal/ipnetwork/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/lduchosal/ipnetwork</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageDescription>IPNetwork C# library take care of complex network, ip, ipv4, ipv6, netmask, cidr, subnet, subnetting, supernet and supernetting calculation for .Net developpers. It works with IPv4 and IPv6 as well. It is written in C# for .NetStandard and coreclr and has a light and clean API and is fully unit tested.</PackageDescription>
<PackageReleaseNotes>IPv6 and IPv4 support.</PackageReleaseNotes>
<PackageReleaseNotes>dotnetstandard1.3 support</PackageReleaseNotes>
<PackageTags>ipnetwork network ip ipv4 ipv6 netmask cidr subnet subnetting supernet supernetting calculation</PackageTags>

<Title>IPNetwork utility classes for .Net</Title>
<Description>IPNetwork C# library take care of complex network, ip, ipv4, ipv6, netmask, cidr, subnet, subnetting, supernet and supernetting calculation for .Net developpers. It works with IPv4 and IPv6 as well. It is written in C# for .NetStandard and coreclr and has a light and clean API and is fully unit tested.</Description>
<PackageSummary>IPNetwork utility classes for .Net - IPNetwork utility classes take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. It works with IPv4 as well as IPv6, is written in C#, has a light and clean API, and is fully unit-tested.</PackageSummary>
<authors>Luc Dvchosal</authors>
<owners>Luc Dvchosal</owners>
<copyright>Copyright 2017</copyright>
Expand Down

0 comments on commit 690188c

Please sign in to comment.