Skip to content

Commit

Permalink
NuGet badge added. Mystery files description updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Sep 16, 2019
1 parent 3f1b499 commit 7b361ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![NuGet Version and Downloads count](https://buildstats.info/nuget/Platform.Communication)](https://www.nuget.org/packages/Platform.Communication)
[![Build Status](https://travis-ci.com/linksplatform/Communication.svg?branch=master)](https://travis-ci.com/linksplatform/Communication)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c25f708dc08b4f7e8d96c671378bb1ad)](https://app.codacy.com/app/drakonard/Communication?utm_source=github.com&utm_medium=referral&utm_content=linksplatform/Communication&utm_campaign=Badge_Grade_Dashboard)
[![CodeFactor](https://www.codefactor.io/repository/github/linksplatform/communication/badge)](https://www.codefactor.io/repository/github/linksplatform/communication)

# [Communication](https://github.com/linksplatform/Communication)

LinksPlatform's Platform.Communication Class Library.

Namespace: Platform.Communication
Expand All @@ -28,10 +28,10 @@ Namespaces:
* [Platform.Data.Triplets](https://github.com/linksplatform/Data.Triplets)

## Mystery files
* [.travis.yml](https://github.com/linksplatform/Communication/blob/master/.travis.yml) - Travis CI build configuration.
* [docfx.json](https://github.com/linksplatform/Communication/blob/master/docfx.json) and [toc.yml](https://github.com/linksplatform/Communication/blob/master/toc.yml) - DocFX build configuration.
* [.travis.yml](https://github.com/linksplatform/Communication/blob/master/.travis.yml) - [Travis CI](https://travis-ci.com) build configuration.
* [docfx.json](https://github.com/linksplatform/Communication/blob/master/docfx.json) and [toc.yml](https://github.com/linksplatform/Communication/blob/master/toc.yml) - [DocFX](https://dotnet.github.io/docfx) build configuration.
* [format-document.sh](https://github.com/linksplatform/Communication/blob/master/format-document.sh) - script for formatting `tex` file for generating PDF from it.
* [format-csharp-files.py](https://github.com/linksplatform/Communication/blob/master/format-csharp-files.py) - script for formatting `.cs` files as a part of `tex` file.
* [generate-pdf.sh](https://github.com/linksplatform/Communication/blob/master/generate-pdf.sh) - script that generates PDF with code for e-readers.
* [publish-docs.sh](https://github.com/linksplatform/Communication/blob/master/publish-docs.sh) - script that publishes generated documentation and PDF with code for e-readers to `gh-pages` branch.
* [push-nuget.bat](https://github.com/linksplatform/Communication/blob/master/push-nuget.bat) - Windows script for publishing current version of NuGet package.
* [publish-docs.sh](https://github.com/linksplatform/Communication/blob/master/publish-docs.sh) - script that publishes generated documentation and PDF with code for e-readers to [gh-pages](https://github.com/linksplatform/Communication/tree/gh-pages) branch.
* [push-nuget.sh](https://github.com/linksplatform/Communication/blob/master/push-nuget.sh) - script for publishing current version of [NuGet](https://www.nuget.org) package.

0 comments on commit 7b361ab

Please sign in to comment.