Skip to content

Commit 49b1e8f

Browse files
committed
Update template SharpConsoleUI dependency to 2.4.60
1 parent bc50402 commit 49b1e8f

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/scripting/templates/confirm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env dotnet
2-
#:package SharpConsoleUI@2.4.59
2+
#:package SharpConsoleUI@2.4.60
33

44
// confirm.cs — Yes/no confirmation dialog.
55
//

docs/scripting/templates/multi-picker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env dotnet
2-
#:package SharpConsoleUI@2.4.59
2+
#:package SharpConsoleUI@2.4.60
33

44
// multi-picker.cs — Multi-select checklist for shell pipelines.
55
//

docs/scripting/templates/picker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env dotnet
2-
#:package SharpConsoleUI@2.4.59
2+
#:package SharpConsoleUI@2.4.60
33

44
// picker.cs — Single-select list picker for shell pipelines.
55
//

docs/scripting/templates/progress.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env dotnet
2-
#:package SharpConsoleUI@2.4.59
2+
#:package SharpConsoleUI@2.4.60
33

44
// progress.cs — Run a subprocess while showing an indeterminate progress bar.
55
//

docs/scripting/templates/prompt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env dotnet
2-
#:package SharpConsoleUI@2.4.59
2+
#:package SharpConsoleUI@2.4.60
33

44
// prompt.cs — Text input with optional password masking.
55
//

docs/scripting/templates/table-select.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env dotnet
2-
#:package SharpConsoleUI@2.4.59
2+
#:package SharpConsoleUI@2.4.60
33

44
// table-select.cs — Pick a row from a JSON array using its property names as columns.
55
//

templates/content/SharpConsoleUI.TuiApp/TuiApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="SharpConsoleUI" Version="2.4.59" />
11+
<PackageReference Include="SharpConsoleUI" Version="2.4.60" />
1212
</ItemGroup>
1313

1414
</Project>

templates/content/SharpConsoleUI.TuiDashboard/TuiDashboard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="SharpConsoleUI" Version="2.4.59" />
11+
<PackageReference Include="SharpConsoleUI" Version="2.4.60" />
1212
</ItemGroup>
1313

1414
</Project>

templates/content/SharpConsoleUI.TuiMultiWindow/TuiMultiWindow.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="SharpConsoleUI" Version="2.4.59" />
11+
<PackageReference Include="SharpConsoleUI" Version="2.4.60" />
1212
</ItemGroup>
1313

1414
</Project>

tools/schost/templates/schost-app/ProjectName.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="SharpConsoleUI" Version="2.4.59" />
11+
<PackageReference Include="SharpConsoleUI" Version="2.4.60" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)