Skip to content

Commit

Permalink
Update README.md (#5)
Browse files Browse the repository at this point in the history
* Update README.md

* upd version
  • Loading branch information
dimonovdd authored Oct 21, 2021
1 parent a303c83 commit 9c97efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![NuGet Badge](https://img.shields.io/nuget/vpre/MSBuild.CompactJsonResources)](https://www.nuget.org/packages/MSBuild.CompactJsonResources/) [![license](https://img.shields.io/github/license/dimonovdd/MSBuild.CompactJsonResources)](https://github.com/dimonovdd/MSBuild.CompactJsonResources/blob/main/LICENSE) [![fuget.org](https://www.fuget.org/packages/MSBuild.CompactJsonResources/badge.svg)](https://www.fuget.org/packages/MSBuild.CompactJsonResources)

Often, Json files are added to a project as one line to reduce the size of the build. Such files are uncomfortable to read and track changes through version control systems. This package resolve this problem by removing whitespaces, trailing commas and comments from the builds without changing the beautiful Json source files by adding their single-line copies.
Often, Json files are added to a project as one line to reduce the size of the build. Such files are uncomfortable to read and track changes through version control systems. This package resolve this problem by removing whitespaces, trailing commas and comments from the builds without changing the beautiful Json source files by adding their single-line copies. It also checks Json files before building and warns about missing curly brace and etc.

```json
{
Expand Down
2 changes: 1 addition & 1 deletion src/CompactJson/MSBuild.CompactJsonResources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PackageId>MSBuild.CompactJsonResources</PackageId>
<PackageTags>MSBuild, Json</PackageTags>
<Version>1.0.0</Version>
<Version>1.0.1-preview1</Version>
<Authors>dimonovdd</Authors>
<Owners>dimonovdd</Owners>
<Description>Compact Json data by removing whitespaces before building</Description>
Expand Down

0 comments on commit 9c97efe

Please sign in to comment.