Skip to content

Commit d8dcf0b

Browse files
committed
Add FilterUrl to IHtmlSanitizer (fixes #565)
Use file scoped namespace Implement VS suggestions Bump version to 9.0
1 parent 1c05d6c commit d8dcf0b

File tree

12 files changed

+1718
-1729
lines changed

12 files changed

+1718
-1729
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 8.1.{build}
1+
version: 9.0.{build}
22
skip_tags: true
33
image: Visual Studio 2022
44
environment:
@@ -19,7 +19,7 @@ test_script:
1919
dotnet sonarscanner begin /k:"mganss_HtmlSanitizer" /v:$env:APPVEYOR_BUILD_VERSION /o:"mganss-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login="$env:sonar_token" /d:sonar.cs.opencover.reportsPaths="$($env:APPVEYOR_BUILD_FOLDER)\coverage.xml" /d:sonar.coverage.exclusions="**/Program.cs"
2020
dotnet build
2121
}
22-
- dotnet test /p:CollectCoverage=true test\HtmlSanitizer.Tests\HtmlSanitizer.Tests.csproj -f net6.0
22+
- dotnet test /p:CollectCoverage=true test\HtmlSanitizer.Tests\HtmlSanitizer.Tests.csproj -f net8.0
2323
- ps: cp coverage.*.xml ./coverage.xml
2424
- ps: |
2525
if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER) {

0 commit comments

Comments
 (0)