Skip to content

Commit

Permalink
chore: bit rot
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Sep 5, 2018
1 parent 9bae503 commit bc5ab7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ environment:

# tools we need for bulding/testing/deploying
install:
- choco install gitversion.portable -pre -y
- choco install gitversion.portable -y
- nuget update -self
- npm install gh-pages -g
- choco install docfx -y
Expand Down
4 changes: 2 additions & 2 deletions src/IpfsCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard14;netstandard2;net45</TargetFrameworks>
<AssemblyName>Ipfs.Core</AssemblyName>
<RootNamespace>Ipfs</RootNamespace>
<DocumentationFile>Ipfs.Core.xml</DocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<DebugType>full</DebugType>

<!-- developer build is always 0.42 -->
Expand All @@ -19,7 +19,7 @@

The InterPlanetary File System is the permanent web. It is a new hypermedia distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/richardschneider/net-ipfs-core/releases</PackageReleaseNotes>
<Copyright>© 2015-2018 Richard Schneider</Copyright>
<PackageTags>ipfs peer-to-peer distributed file-system</PackageTags>
<IncludeSymbols>True</IncludeSymbols>
Expand Down

0 comments on commit bc5ab7a

Please sign in to comment.