From 5fc260dbb27286bfcf704aef10d329cb4292e322 Mon Sep 17 00:00:00 2001 From: Ben Wallis <ben.wallis@datapath.co.uk> Date: Wed, 5 Dec 2018 12:42:01 +0000 Subject: [PATCH] Bumped version to 1.1.0-beta5 --- Filtration.Tests/Filtration.Tests.csproj | 7 ++++++- .../Services/TestItemFilterScriptDirectoryService.cs | 7 +------ Filtration.Tests/packages.config | 2 ++ Filtration/Filtration.nuspec | 1 + Filtration/Properties/AssemblyInfo.cs | 2 +- 5 files changed, 11 insertions(+), 8 deletions(-) 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 @@ <Reference Include="FluentAssertions, Version=5.5.3.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> <HintPath>..\packages\FluentAssertions.5.5.3\lib\net45\FluentAssertions.dll</HintPath> </Reference> - <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null" /> + <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath> + </Reference> + <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath> + </Reference> <Reference Include="Moq, Version=4.10.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> <HintPath>..\packages\Moq.4.10.0\lib\net45\Moq.dll</HintPath> </Reference> 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 @@ <package id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" targetFramework="net461" /> <package id="System.Threading.Tasks.Extensions" version="4.5.1" targetFramework="net461" /> <package id="System.ValueTuple" version="4.5.0" targetFramework="net461" /> + <package id="WindowsAPICodePack-Core" version="1.1.2" targetFramework="net461" /> + <package id="WindowsAPICodePack-Shell" version="1.1.1" targetFramework="net461" /> </packages> \ 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")]