Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Netro Sprinklers.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>2026.3.0</string>
<string>2026.3.1</string>
Comment on lines 5 to +6
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Version 2026.3.1 already exists — increment to a new version.

The pipeline check failed because this version tag already exists in the repository. Bump to 2026.3.2 or higher to pass the version check.

 	<key>PluginVersion</key>
-	<string>2026.3.1</string>
+	<string>2026.3.2</string>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<key>PluginVersion</key>
<string>2026.3.0</string>
<string>2026.3.1</string>
<key>PluginVersion</key>
<string>2026.3.2</string>
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@Netro` Sprinklers.indigoPlugin/Contents/Info.plist around lines 5 - 6, The
PluginVersion value in the Info.plist is a duplicate (currently "2026.3.1");
update the <key>PluginVersion</key> string to a new, unique version (e.g.,
"2026.3.2" or higher) so the pipeline version check passes—edit the string value
associated with PluginVersion in Netro
Sprinklers.indigoPlugin/Contents/Info.plist (the PluginVersion entry) and commit
the change.

<key>ServerApiVersion</key>
<string>3.6</string>
<key>IwsApiVersion</key>
Expand Down
Loading
Loading