Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/chocolatey.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<owners>Hong Xu, Martijn Laarman</owners>
<summary>Editorconig commandline tooling written in .NET</summary>
<description>EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readibly and they work nicely with version control systems. This package installs the editorconfig command line tooling written in .NET.</description>
<projectUrl>http://editorconfig.org</projectUrl>
<projectUrl>https://editorconfig.org</projectUrl>
<tags>development editor IDE coding-style</tags>
<licenseUrl>https://raw.github.com/editorconfig/editorconfig-core/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://editorconfig.org/logo.png</iconUrl>
<iconUrl>https://editorconfig.org/logo.png</iconUrl>
</metadata>
<files>
<file src="output\EditorConfig.App\**" target="tools" />
Expand Down
Loading