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 src/SuperDelete.App/SuperDelete.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>SuperDelete.App</RootNamespace>
<!-- Output file name. The CLI keeps the historical SuperDelete.exe; the GUI is SuperDeleteUI.exe. -->
<AssemblyName>SuperDeleteUI</AssemblyName>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>..\..\assets\superdelete.ico</ApplicationIcon>
<Description>SuperDelete desktop UI for safely deleting files/folders with very long paths.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/SuperDelete.Cli/SuperDelete.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>SuperDelete.Cli</RootNamespace>
<!-- Keep the historical executable name: SuperDelete.exe -->
<AssemblyName>SuperDelete</AssemblyName>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<ApplicationIcon>..\..\assets\superdelete.ico</ApplicationIcon>
<Description>SuperDelete command-line tool for deleting files/folders with very long paths.</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SuperDelete.Core/SuperDelete.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>SuperDelete.Core</RootNamespace>
<AssemblyName>SuperDelete.Core</AssemblyName>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<Description>Shared long-path deletion engine used by the SuperDelete CLI and desktop app.</Description>
</PropertyGroup>

Expand Down