Skip to content

Commit 516e618

Browse files
v7.1.0
v7.1.0
1 parent 7dfddae commit 516e618

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CoreReferences.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<PackageReference Include="ShellBrowser.Core">
5-
<Version>7.0.0.343</Version>
5+
<Version>7.1.0.357</Version>
66
</PackageReference>
77
</ItemGroup>
88
</Project>

JamExplorer/JamExplorerMainForm.Designer.cs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JamExplorer/JamExplorerMainForm.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,12 @@ private void restrictAccessToFolderToolStripMenuItem_Click(object sender, EventA
743743
}
744744
}
745745

746+
private void shellListView1_SelectionChanged(object sender, EventArgs e)
747+
{
748+
toolStripStatusLabel1.Text = shellListView1.SelectedItems.Count.ToString() + " item(s) selected.";
749+
746750
}
751+
}
747752

748753
class CustomPreviewHandler : IShellPreviewHandler
749754
{

ProjectReferences.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<PackageReference Include="ShellBrowser.Core">
5-
<Version>7.0.0.343</Version>
5+
<Version>7.1.0.357</Version>
66
</PackageReference>
77
<PackageReference Include="ShellBrowser.NET">
8-
<Version>7.0.0.343</Version>
8+
<Version>7.1.0.357</Version>
99
</PackageReference>
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)