|
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <TargetFrameworkProfile /> |
| 15 | + <IsPackable>true</IsPackable> |
| 16 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 17 | + <PackageTags>ipv6; ipv4; subnet; networking; ipaddress; ip; ipaddresses; ipv6-address; ipv4-address; ip-calculator; ipv4-calculator; ipv6-calulator; ipv6-support; ipv6-subnetting; ipv4-support; ipv4-subnetting; ipv6-network; ipv4-network; c-sharp; conversion-methods</PackageTags> |
| 18 | + <Authors>Sandia National Laboratories</Authors> |
| 19 | + <description>Arcus, developed by Sandia National Laboratories, is a C# library for calculating, parsing, formatting, converting and comparing both IPv4 and IPv6 addresses and subnets. It accounts for 128-bit numbers on 32-bit platforms. </description> |
| 20 | + <Version>1.0.0</Version> |
| 21 | + <Copyright>Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.</Copyright> |
| 22 | + <PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl> |
| 23 | + <RepositoryUrl>https://github.com/sandialabs/arcus</RepositoryUrl> |
| 24 | + <PackageProjectUrl>https://github.com/sandialabs/arcus</PackageProjectUrl> |
| 25 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 26 | + <RepositoryType>git</RepositoryType> |
15 | 27 | </PropertyGroup> |
16 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 29 | <DebugSymbols>true</DebugSymbols> |
|
29 | 41 | <DefineConstants>TRACE</DefineConstants> |
30 | 42 | <ErrorReport>prompt</ErrorReport> |
31 | 43 | <WarningLevel>4</WarningLevel> |
| 44 | + <DocumentationFile>bin\Release\Arcus.xml</DocumentationFile> |
32 | 45 | </PropertyGroup> |
33 | 46 | <ItemGroup> |
34 | 47 | <Reference Include="JetBrains.Annotations, Version=11.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL"> |
|
0 commit comments