1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- Generated with JReleaser 1.18.0 at 2025-06-02T19:14:01.5480517Z -->
3
+ <!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
4
+ <package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
3
5
<metadata >
6
+ <!-- required -->
4
7
<id >spotless-cli</id >
5
- <version >0.1.0</version >
6
- <title >Spotless CLI</title >
8
+ <version >0.1.1</version >
7
9
<authors >Ned Twigg,Simon Gamma</authors >
8
- <requireLicenseAcceptance >false</requireLicenseAcceptance >
9
- <licenseUrl >https://github.com/diffplug/spotless-cli/blob/main/LICENSE</licenseUrl >
10
+ <description >Spotless CLI is a command line tool that helps you keep your code Spotless.
11
+ It is a standalone tool that can be used in any project, regardless of the build system.
12
+ Or even without any build system at all, just once, or when you are working on a single file.
13
+ </description >
14
+ <!-- optional -->
15
+ <title >Spotless CLI</title >
10
16
<projectUrl >https://github.com/diffplug/spotless-cli</projectUrl >
11
- <iconUrl >https://cdn.statically.io/gh/diffplug/spotless-cli/v0.1.0/docs/logo/spotless-brush-256.png</iconUrl >
12
- <description >Spotless CLI is a command line tool that helps you keep your code Spotless.
13
- It is a standalone tool that can be used in any project, regardless of the build system.
14
- Or even without any build system at all, just once, or when you are working on a single file.</description >
15
- <summary >Keep your code Spotless from the command line</summary >
16
- <releaseNotes >https://github.com/diffplug/spotless-cli/releases/tag/v0.1.0</releaseNotes >
17
17
<copyright >DiffPlug</copyright >
18
+ <licenseUrl >https://github.com/diffplug/spotless-cli/blob/main/LICENSE</licenseUrl >
19
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
18
20
<tags >spotless formatter code-style</tags >
21
+ <summary >Keep your code Spotless from the command line</summary >
19
22
<projectSourceUrl >https://github.com/diffplug/spotless-cli</projectSourceUrl >
20
23
<packageSourceUrl >https://github.com/diffplug/chocolatey-bucket</packageSourceUrl >
21
24
<docsUrl >https://github.com/diffplug/spotless-cli</docsUrl >
22
25
<bugTrackerUrl >https://github.com/diffplug/spotless-cli/issues</bugTrackerUrl >
26
+ <releaseNotes >https://github.com/diffplug/spotless-cli/releases/tag/v0.1.1</releaseNotes >
27
+ <iconUrl >https://cdn.statically.io/gh/diffplug/spotless-cli/v0.1.1/docs/logo/spotless-brush-256.png</iconUrl >
23
28
</metadata >
24
- </package >
29
+ <files >
30
+ <file src =" tools\**" target =" tools" />
31
+ </files >
32
+ </package >
0 commit comments