Skip to content

Commit e80e316

Browse files
committed
spotless-cli v0.1.1
1 parent 4de173f commit e80e316

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

spotless-cli/spotless-cli.nuspec

100755100644
Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
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">
35
<metadata>
6+
<!-- required -->
47
<id>spotless-cli</id>
5-
<version>0.1.0</version>
6-
<title>Spotless CLI</title>
8+
<version>0.1.1</version>
79
<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>
1016
<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>
1717
<copyright>DiffPlug</copyright>
18+
<licenseUrl>https://github.com/diffplug/spotless-cli/blob/main/LICENSE</licenseUrl>
19+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1820
<tags>spotless formatter code-style</tags>
21+
<summary>Keep your code Spotless from the command line</summary>
1922
<projectSourceUrl>https://github.com/diffplug/spotless-cli</projectSourceUrl>
2023
<packageSourceUrl>https://github.com/diffplug/chocolatey-bucket</packageSourceUrl>
2124
<docsUrl>https://github.com/diffplug/spotless-cli</docsUrl>
2225
<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>
2328
</metadata>
24-
</package>
29+
<files>
30+
<file src="tools\**" target="tools" />
31+
</files>
32+
</package>

spotless-cli/tools/chocolateyinstall.ps1

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Generated with JReleaser 1.18.0 at 2025-05-13T10:51:19.5471179Z
1+
# Generated with JReleaser 1.18.0 at 2025-06-02T19:14:01.5480517Z
22
$tools = Split-Path $MyInvocation.MyCommand.Definition
33
$package = Split-Path $tools
44

55
Install-ChocolateyZipPackage `
66
-PackageName 'spotless-cli' `
7-
-Url 'https://github.com/diffplug/spotless-cli/releases/download/v0.1.0/spotless-0.1.0-windows-x86_64.zip' `
8-
-Checksum '2a4173a53fccfa340634149a67f92a5184218fed56a27913035300721b90062c' `
7+
-Url 'https://github.com/diffplug/spotless-cli/releases/download/v0.1.1/spotless-0.1.1-windows-x86_64.zip' `
8+
-Checksum 'c7aa2231517b539bf6a52a6da6737a16c7cbbb1e2cca7d17d6825f0cc1ea08a2' `
99
-ChecksumType 'sha256' `
1010
-UnzipLocation $package

0 commit comments

Comments
 (0)