-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcs-codebuff.nuspec
23 lines (23 loc) · 918 Bytes
/
cs-codebuff.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>cs-codebuff</id>
<title>cs-codebuff</title>
<version>2.0.1</version>
<authors>Ken Domino</authors>
<owners>Ken Domino</owners>
<projectUrl>https://github.com/kaby76/cs-codebuff</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A C# port of Codebuff, a machine-learning tool for code formatting.</description>
<releaseNotes>For further information, see https://github.com/kaby76/cs-codebuff.</releaseNotes>
<copyright>Copyright © 2017 - 2019</copyright>
<tags>Codebuff</tags>
<dependencies>
<dependency id="Antlr4.Runtime.Standard" version="[4.7.2,)" />
</dependencies>
</metadata>
<files>
<file src="org.antlr.codebuff\bin\Release\netstandard2.0\org.antlr.codebuff.dll" target="lib\netstandard2.0" />
</files>
</package>