diff --git a/Filtration.Tests/Filtration.Tests.csproj b/Filtration.Tests/Filtration.Tests.csproj index b7d1968..2f10fb1 100644 --- a/Filtration.Tests/Filtration.Tests.csproj +++ b/Filtration.Tests/Filtration.Tests.csproj @@ -40,7 +40,12 @@ ..\packages\FluentAssertions.5.5.3\lib\net45\FluentAssertions.dll - + + ..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll + + + ..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll + ..\packages\Moq.4.10.0\lib\net45\Moq.dll diff --git a/Filtration.Tests/Services/TestItemFilterScriptDirectoryService.cs b/Filtration.Tests/Services/TestItemFilterScriptDirectoryService.cs index d799a90..429e89e 100644 --- a/Filtration.Tests/Services/TestItemFilterScriptDirectoryService.cs +++ b/Filtration.Tests/Services/TestItemFilterScriptDirectoryService.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Filtration.Common.Services; +using Filtration.Common.Services; using Filtration.Services; using Microsoft.WindowsAPICodePack.Dialogs; using Moq; diff --git a/Filtration.Tests/packages.config b/Filtration.Tests/packages.config index 1db0cfd..78395a3 100644 --- a/Filtration.Tests/packages.config +++ b/Filtration.Tests/packages.config @@ -7,4 +7,6 @@ + + \ No newline at end of file diff --git a/Filtration/Filtration.nuspec b/Filtration/Filtration.nuspec index a93a3ed..a1e9127 100644 --- a/Filtration/Filtration.nuspec +++ b/Filtration/Filtration.nuspec @@ -13,6 +13,7 @@ * All open filter scripts are now remembered on exit and reopened when the application is started rather than just the last opened one (#95) * Filter sections are once again now expanded by default when scripts are opened, unless the new "Auto-expand all sections when opening scripts" setting is disabled * A new Clear Styles button has been added which removes all styles from the selected block (#96) +* New buttons for adding/removing DisableDropSound from selected blocks have been added (#110) * The Enable/Disable Block toggle button is now visible on both the Regular Block Items and Appearance Block Items views * When there are too many block items to fit horizontally in a block a horizontal scrollbar will now appear * Fixed the application freezing for a long period of time when Ctrl+A (Select All) is performed diff --git a/Filtration/Properties/AssemblyInfo.cs b/Filtration/Properties/AssemblyInfo.cs index 390c610..00fd569 100644 --- a/Filtration/Properties/AssemblyInfo.cs +++ b/Filtration/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Runtime.CompilerServices; [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyInformationalVersion("1.1.0-beta4")] +[assembly: AssemblyInformationalVersion("1.1.0-beta5")] [assembly: InternalsVisibleTo("Filtration.Tests")] [assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")]