Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting back on track #1288

Closed
wants to merge 156 commits into from
Closed

Getting back on track #1288

wants to merge 156 commits into from

Commits on Nov 22, 2020

  1. [2.0] NUKE and much-needed CI work (#353)

    * Initial NUKE prototype
    
    * First iteration of NUKE is done
    
    * Add a test target
    
    * Attempt one at updating the CI workflow
    
    * Attempt two at CI
    
    * Update global.json
    
    * Update build.yml
    
    * Update Silk.NET.NUKE.csproj
    
    * Disable SilkTouch debug dump, checkout recursively
    
    * Only test projects that have tests in the name
    
    .NET insists on building everything again for some reason
    
    * Stop deleting packages before pushing them
    
    * Try adding Android in the loop
    
    * Stop building libsilkdroid in CI (NDK issue)
    
    * NUKE is complete
    
    * Apply suggestions from code review
    
    Co-authored-by: Kai Jellinghaus <kai.jellinghaus1@gmail.com>
    
    Co-authored-by: Kai Jellinghaus <kai.jellinghaus1@gmail.com>
    Perksey and HurricanKai committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    e757863 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. [2.0] Fix the experimental feed (#356)

    * Add some log messages to find out what's going on
    
    * Fix build
    
    * Adjust the pipeline
    
    * Zero what? Elephants?
    
    * Update build.yml
    
    * Ok seriously what is going on
    
    * Maybe it's a path thing?
    
    * Ohhhhh
    
    * Comment out the cwd artifact for now, will clean later
    
    * Commit finished NUKE build system
    
    * Commit finished build pipeline
    
    * There was a reason pack and push were separate
    Perksey committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    b03a7b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. DirectX bindings (#310)

    * Add args and be more tolerant of failures
    
    * Initial bindings with no COM, initial COM support in BuildTools
    
    * Complete Direct3D 11 and DXGI bindings
    
    * Start D3D12 work, move D3DCommon into Silk.NET.Core
    
    * Add d3d11shader.h, BuildTools bug fixes
    
    * Finish D3D12 bindings, add ComPtr & ComObject
    
    * Direct3D 9 Bindings
    
    * DXC and D3DCompiler bindings
    
    * Push (disabled) config for Direct2D
    
    * NUKE fixes
    
    * Continued
    
    * Binder improvements
    
    * More COM-related improvements
    
    * Revert SDL generator overwrite
    
    * Add XInput and XAudio
    
    * Finishing touches
    
    * Update src/Microsoft/Silk.NET.DXGI/DXGILibraryNameContainer.cs
    
    Co-authored-by: Kai Jellinghaus <kai.jellinghaus1@gmail.com>
    
    * GUIDs
    
    * Remove ZeroStart now it's no longer used
    
    Co-authored-by: Kai Jellinghaus <kai.jellinghaus1@gmail.com>
    Perksey and HurricanKai committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    5d061bb View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Configuration menu
    Copy the full SHA
    05b11f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    9f4f40d View commit details
    Browse the repository at this point in the history
  2. Remove unused usings

    Perksey committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f8af3ef View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. This is the March 2021 Update (v2.2.0)

    Merge pull request #418 from Ultz/hotfix/mar21-fixes
    Perksey committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    437e148 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. .NET Foundation Onboarding (#425)

    * Update README.md
    
    * Update license headers
    
    * Update everything else including CoC
    
    * Update copyright notices based on guidance
    
    * Create .gitattributes
    
    * Use LF in BuildTools
    
    * Use LF everywhere
    
    * Update contributing guides for WIP -> draft PR
    Perksey committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    9c95391 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Plumb Native into the build

    Perksey committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    a1ec8b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Merge pull request #433 from dotnet/feature/repo-coalescing

    Coalesce the NativePackages and SilkExtensions repositories
    Perksey committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    2275647 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. This is the April 2021 Update (v2.3.0) & #443

    * Remove SDL mirror
    
    * Add the real SDL, fix generator paths
    
    * Regenerate D3D9 and SDL for 64-bit (build will probably fail)
    
    * Fix build errors
    
    * Fix fusion reactor not respecting desired names
    
    * Update Windows and Linux binary
    
    * Update libsilkdroid
    
    * Update macOS binary
    
    * Update iOS binary
    
    * This is the April 2021 Update (v2.3.0)
    Perksey committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    ce9730d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    5eff56f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. This is the June 2021 Update (v2.5.0) with production-ready OpenXR (#505

    )
    
    * Add helper for making XrGraphicsBindingOpenGL* instances, start XR demo
    
    * Fix OpenXR flags being 32-bit not 64-bit, "almost" working OpenXR demo
    
    * Pushing latest demo - crosseyed is gone, replaced with weird fov thing
    
    * Add maths helpers, is this progress I don't even know anymore
    
    * Commit before rewrite
    
    * Scrap the demo
    
    * Stop us forgetting to ship bindings!
    
    * Add missing bindings to SLN and missing typemaps, update changelog
    
    * Update src/Core/Silk.NET.Core/Native/SilkMarshal.cs
    
    Co-authored-by: Kai Jellinghaus <contact@kaij.tech>
    
    * Bindings updates, fix release notes
    
    * Update Silk.NET.sln
    
    Co-authored-by: Kai Jellinghaus <contact@kaij.tech>
    Perksey and HurricanKai committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f6d5f61 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Code Signing (#553)

    * Start of Code Signing
    
    * Remove Ultz.Native from the filelist
    Perksey committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    60fb084 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Code signing issues "workaround" (#566)

    * Update deploy.yml
    
    * Sign one at a time maybe?
    
    * It worked, fixes for PR
    
    * cont'd
    Perksey committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    18a7f62 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. .NET 6 Android Windowing support (#586)

    * Initial pass of adding .NET 6 support for sustaining
    
    * Get packaging working properly (afiak)
    
    * lol
    
    * SilkTouch: Stop making managed conv assumptions (.NET 5+), short names
    
    * Triangle on .NET 6 on Android now works
    
    * Fix old android lab app for fullscreen
    
    * Fix bad ifdef
    
    * CI fix?
    
    * Review fixes
    Perksey committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    069b45b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Stop always generating & building legacy solutions (#625)

    * Stop always generating & building legacy solutions
    
    * Fixed broken references
    
    Co-authored-by: ThomasMiz <32400648+ThomasMiz@users.noreply.github.com>
    Perksey and ThomasMiz committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    0f983ad View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Build improvements, dynamic Windows SDK resolution, bugfixes (#661)

    * Build improvements & dynamic Windows SDK resolution (backport from 3.0)
    
    * Changes to some code formatting
    
    * Fix build errors
    
    * Fix build error
    
    * Enhanced typedef-powered renaming
    
    * Fix #652
    
    * Marshal generic pointers in COM vtable wrapper functions
    
    * String generation improvements (fixes #630)
    
    * Sanity check, remove JetBrains.Annotations
    Perksey committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    886c6b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. This is the November 2021 Update (v2.10.0) (#671)

    * Packaging improvements, NuGet readmes, and 2.10 release notes
    
    * Fix GitHub README rendering issues
    
    * Attempt to fix whitespace
    
    * push push push push push push push
    
    * Actually fix whitespace
    
    * Update common.props
    
    * Update Directory.Build.props
    Perksey committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    2186106 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Remove Legacy Xamarin & NUKE overhaul (#700)

    * Remove Legacy Xamarin
    
    * NUKE overhaul
    
    * Get libsilkdroid building again
    
    * Attempt to fix build
    
    * Actually check in the aar
    Perksey committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    7b348de View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. This is the December 2021 Update (v2.11.0) (#712)

    * Regenerate bindings
    
    * Release notes
    
    * Apply duct tape
    Perksey committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    98d3a3c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Adding public API to all manual projects (#779)

    * Adding public API to all manual projects
    
    * Add `nuke shipapi`, `nuke ensureapideclared`, and `nuke declareapi`
    
    * Attempt to make GitHub talk to you
    
    * Add some logging, fix a potential regex issue
    
    * Actually pass the GitHub Token
    
    * The code was correct the first time
    
    * Fix basic logic
    
    * Try give the token more permissions?
    
    * PR target
    
    * Let's hope this PR mechanism works? Can't test until merged now!
    
    * Install workload as well
    
    * Make BuildTools exempt from public API
    Perksey committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    bbd27c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Add native GLFW binary builds (#792)

    * Start working with native builds
    
    * gh actions now?
    
    * now?
    
    * Actually get the submodules...
    
    * It now actually kinda does something
    
    * Save artifacts for testing
    
    * Not the prettiest, but may actually work
    
    * Maybe now I actually get the artifacts
    
    * Typo
    
    * What about now
    
    * Now lets put files in the right place
    
    * Maybe this is a bit nicer now
    
    * Apply suggestions from code review
    
    Co-authored-by: Dylan Perks <11160611+Perksey@users.noreply.github.com>
    
    * Lock glfw to latest release
    
    Co-authored-by: Dylan Perks <11160611+Perksey@users.noreply.github.com>
    roeyskoe and Perksey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    954a5c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    c05f556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93bb0e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    970a265 View commit details
    Browse the repository at this point in the history
  4. Maths project changes for 3.0

    Perksey committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    5ce692c View commit details
    Browse the repository at this point in the history
  5. New repo layout for 3.0

    Perksey committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    1c26075 View commit details
    Browse the repository at this point in the history
  6. Remove old build folder

    Perksey committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    fee3c69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cb0069 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    255ede5 View commit details
    Browse the repository at this point in the history
  9. Fix build

    Perksey committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    033d62d View commit details
    Browse the repository at this point in the history
  10. Fix benchmarks oddity

    Perksey committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    4b37f96 View commit details
    Browse the repository at this point in the history
  11. Remove old files

    Perksey committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    661dcbe View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. ANGLE, SwiftShader, and Vulkan Loader prebuilts (#746)

    * This pipeline _will_ fail, but want to see how far it will get
    
    * Update build.sh
    
    * Remove workflow autogeneration, revert build script changes
    
    * Fix pipeline
    
    * Move temp folder
    
    * Recursive checkout
    
    * Recursive checkout except for one private Google submodule
    
    * Update SwiftShader.yml
    
    * Ensure we checkout a branch maybe?
    
    * Use checkout v2
    
    * Install xcb
    
    * Sudo install xcb
    
    * Setup .NET 6
    
    * Checkout with the right token
    
    * Don't do a parallelised run in CI - slaughters the runner
    
    * Update SwiftShader.yml
    
    * Add ANGLE
    
    * WHY
    
    * Make the damned thing executable
    
    * No idea why we need PHP for Apache installed to build ANGLE but why not
    
    * Run as sudo for good measure
    
    * Attempt to diagnose janky apt setup
    
    * Wtf is going on
    
    * Use -X theirs instead of -s theirs which doesn't exist
    
    * Ensure we're not affected by other [NUKE] changes harder
    
    * Update ANGLE binaries (#749)
    
    * New binaries for ANGLE on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64
    
    * New binaries for ANGLE on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * You are the bane of my existence.
    
    * Allow overwrites
    
    * Add Vulkan loader
    
    * Add a workflow for Vulkan Loader
    
    * cont'd
    
    * I'm stupid
    
    * Install Wayland
    
    * Install X11
    
    * Pull... fkn race conditions man!
    
    * Update gitignore for good measure
    
    * Install different packages?
    
    * Glob the correct files, stop wasting Actions minutes unnecessarily
    
    * Update Vulkan Loader binaries (#763)
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.17763
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.17763
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * No fail fast for SwiftShader
    
    * No fail fast for ANGLE
    
    * No fail fast for Vulkan Loader
    
    * Remove workflow file in push paths on Vulkan Loader
    
    * Remove workflow file in push paths on SwiftShader
    
    * Remove workflow file in push paths on ANGLE
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.17763 (#764)
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * Update SwiftShader binaries (#747)
    
    * New binaries for SwiftShader on Windows
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.17763
    
    * New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021
    
    * New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.17763
    
    * New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021
    
    * New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.17763
    
    * New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021
    
    * New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.17763
    
    * New binaries for SwiftShader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    Co-authored-by: Dylan Perks <dmp9biz@gmail.com>
    
    * Add packages for the new binaries
    
    * Adjust glob, let's figure out where it's actually putting these files...
    
    * Actually glob the right paths
    
    * cont'd
    
    * cont'd 2
    
    * Update Vulkan Loader binaries (#765)
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.17763
    
    * New binaries for Vulkan Loader on Linux 5.11.0-1022-azure #23~20.04.1-Ubuntu SMP Fri Nov 19 10:20:52 UTC 2021
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.17763
    
    * New binaries for Vulkan Loader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * Update SwiftShader binaries (#766)
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.17763
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.17763
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.17763
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * Fix CI Build
    
    * Update Vulkan Loader binaries (#825)
    
    * New binaries for Vulkan Loader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * New binaries for ANGLE on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64 (#827)
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * Update SwiftShader binaries (#826)
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    * New binaries for SwiftShader on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    Co-authored-by: Kai Jellinghaus <contact@kaij.tech>
    Co-authored-by: silkdotnet <85832961+silkdotnet@users.noreply.github.com>
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    4 people committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    62a09c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Make SharedContext settable (#829)

    * Update WindowOptions.cs
    
    * Declare API
    Perksey committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    f155284 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. This is the Silk.NET March 2022 Update (v2.14) (#836)

    * Upgrade Assimp, regenerate bindings, attempt to update assimp natives
    
    * Add workflow for assimp
    
    * Actually make the assimp workflow run
    
    * Revert SilkTouch debug change
    
    * PR the updated binary
    
    * Fix workflows(?), bin paths
    
    * Add back the wildcards, they're not doing much harm
    
    * Fix Linux paths
    
    * Mac versioning scheme in Core.Loader, fix PR opening
    
    * Fix CI
    
    * Attempt to fix various native workflows
    
    * Formatting
    
    * Fix weird merge conflicts
    
    * Update Assimp binaries (#839)
    
    * New binaries for Assimp on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64
    
    * New binaries for Assimp on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64
    
    * New binaries for Assimp on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64
    
    * New binaries for Assimp on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64
    
    Co-authored-by: runner <runner@Mac-1647114792566.local>
    Co-authored-by: runner <runner@Mac-1647114157131.local>
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * Update SwiftShader binaries (#838)
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * Update Vulkan Loader binaries (#837)
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * Update Build.Native.cs
    
    * New binaries for SwiftShader on Microsoft Windows 10.0.20348 (#842)
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * Update Assimp binaries (#841)
    
    * New binaries for Assimp on Linux 5.11.0-1028-azure #31~20.04.2-Ubuntu SMP Tue Jan 18 08:46:15 UTC 2022
    
    * New binaries for Assimp on Microsoft Windows 10.0.20348
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * New binaries for Vulkan Loader on Microsoft Windows 10.0.20348 (#840)
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * Regenerate bindings, update patch notes
    
    * New binaries for ANGLE on Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64 (#844)
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    * New binaries for ANGLE on Linux 5.11.0-1028-azure #31~20.04.2-Ubuntu SMP Tue Jan 18 08:46:15 UTC 2022 (#845)
    
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    
    Co-authored-by: silkdotnet <85832961+silkdotnet@users.noreply.github.com>
    Co-authored-by: runner <runner@Mac-1647114792566.local>
    Co-authored-by: runner <runner@Mac-1647114157131.local>
    Co-authored-by: The Silk.NET Automaton <9011267+dotnet-bot@users.noreply.github.com>
    5 people committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    d9bec7a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Fix build

    Perksey committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    1092adf View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    4b1b9c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    a2b6bae View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Fixes from NUKE upgrades

    Perksey committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    5db82a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea5eca6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. 3.0 SilkTouch tweaks (#878)

    * Use Central Package Version Management (CPVM)
    
    * Remove SilkTouch editor options
    
    * Use MS.Ext.Configuration instead + other SilkTouch shared infra changes
    
    * Minor fixes
    
    * Commit as I'm going away this weekend and want to be able to work on it
    
    Co-authored-by: Kai Jellinghaus <contact@kaij.tech>
    Perksey and HurricanKai committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    7c2f505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faaec48 View commit details
    Browse the repository at this point in the history
  3. Add Symbols Project

    HurricanKai committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    645ecd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f09a0c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f74101 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Add Struct Symbols

    HurricanKai committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    e0ce57b View commit details
    Browse the repository at this point in the history
  2. Struct Emission

    HurricanKai committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    24e0793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ea299 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Fields (#880)

    HurricanKai committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    43eb1cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d40fdf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    75c3600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae0233 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00d0225 View commit details
    Browse the repository at this point in the history
  4. Struct Members (#895)

    * Add some initial failing tests
    
    * Add System.Collections.Immutable to possible packages
    
    * Reference System.Collections.Immutable from Symbols
    
    * Add Member array to struct
    
    * Visit Struct members
    
    * Correct symbol visitor tests for member visiting
    
    * Fix usages of struct to use immutable array
    
    * Add linefeeds to structs
    
    * Adjust tests to accept new linefeeds in structs
    
    * Visit struct members and add them to resulting tree
    
    * Add general indentation to visitor
    
    * Indent Struct members
    
    * Fix indentation in tests
    HurricanKai committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    80b7f1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dac966d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Struct Layouts (#898)

    * Restructure Struct to allow layouting
    
    * Add failing layout tests
    
    * Apply Layouting attributes
    
    * Accept StructLayout attribute on empty structs
    HurricanKai committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    a280613 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Field Tests (#896)

    HurricanKai committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    f9c8043 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    a7cd1cd View commit details
    Browse the repository at this point in the history
  2. Thin down CI (#908)

    HurricanKai committed May 7, 2022
    Configuration menu
    Copy the full SHA
    956c5f2 View commit details
    Browse the repository at this point in the history
  3. XML Visiting (#909)

    HurricanKai committed May 7, 2022
    Configuration menu
    Copy the full SHA
    bcb2631 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f726f2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f5d836 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e609aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a7d89b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7cf0a74 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    ef62a5c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    94036b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5f1c98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    305404e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    b260f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d0b7f View commit details
    Browse the repository at this point in the history
  3. Trailing newlines (#935)

    HurricanKai committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    82785d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c4eaea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07d6c27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0805e76 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    3e90481 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    cbf105f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b51d721 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Configuration menu
    Copy the full SHA
    a27ee8a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    fb28356 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Rework CI/CD (#971)

    HurricanKai committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    1a20a82 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    5cf58c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    a95ee6f View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 (#994)

    Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.1.
    - [Release notes](https://github.com/dotnet/sourcelink/releases)
    - [Commits](dotnet/sourcelink@1.0.0...1.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.SourceLink.GitHub
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1623104 View commit details
    Browse the repository at this point in the history
  3. Bump BenchmarkDotNet from 0.12.1 to 0.13.1 (#995)

    Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.12.1 to 0.13.1.
    - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
    - [Commits](dotnet/BenchmarkDotNet@v0.12.1...v0.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: BenchmarkDotNet
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    441cef5 View commit details
    Browse the repository at this point in the history
  4. Bump System.Text.Json from 6.0.0-preview.6.21352.12 to 6.0.5 (#996)

    Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.0-preview.6.21352.12 to 6.0.5.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0-preview.6.21352.12...v6.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: System.Text.Json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d063e10 View commit details
    Browse the repository at this point in the history
  5. Bump Microsoft.CodeAnalysis.CSharp.Workspaces (#997)

    Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.0.0-2.final to 4.2.0.
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits/v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    64a6d9b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    7739ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3fc926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e598e5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    464eed4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b41cf8f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Configuration menu
    Copy the full SHA
    290052d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    b7762dd View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    21169f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    05085c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    585a0bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5766c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7b150f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf06581 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Add nuget.config to fix compilation (#1026)

    * Add nuget.config to fix compilation
    
    * Update nuget.config
    Beyley committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    23a7d8c View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.NET.Test.Sdk from 16.8.0 to 17.3.0 (#1024)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.0 to 17.3.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v16.8.0...v17.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8076bf3 View commit details
    Browse the repository at this point in the history
  3. Bump HtmlAgilityPack from 1.11.42 to 1.11.43 (#1023)

    Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.42 to 1.11.43.
    - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
    - [Commits](zzzprojects/html-agility-pack@v1.11.42...v1.11.43)
    
    ---
    updated-dependencies:
    - dependency-name: HtmlAgilityPack
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    803f68d View commit details
    Browse the repository at this point in the history
  4. Bump Microsoft.Extensions.Hosting from 6.0.0 to 6.0.1 (#1022)

    Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Extensions.Hosting
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    ae03bd0 View commit details
    Browse the repository at this point in the history
  5. Bump Statiq.Markdown from 1.0.0-beta.48 to 1.0.0-beta.62 (#1020)

    Bumps [Statiq.Markdown](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.48 to 1.0.0-beta.62.
    - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
    - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
    - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.48...v1.0.0-beta.62)
    
    ---
    updated-dependencies:
    - dependency-name: Statiq.Markdown
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    05db588 View commit details
    Browse the repository at this point in the history
  6. Backport math fixes (#1030)

    Signed-off-by: Kai Jellinghaus <contact@kaij.tech>
    Co-authored-by: Beyley Thomas <ep1cm1n10n123@gmail.com>
    HurricanKai and Beyley committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    0e59f63 View commit details
    Browse the repository at this point in the history
  7. Update XUnit (#1028)

    HurricanKai committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    dd86b46 View commit details
    Browse the repository at this point in the history
  8. Dotnet tool (#1027)

    HurricanKai committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    c2599bc View commit details
    Browse the repository at this point in the history
  9. Bump Verify.Xunit from 16.9.0 to 17.9.0 (#1031)

    Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 16.9.0 to 17.9.0.
    - [Release notes](https://github.com/VerifyTests/Verify/releases)
    - [Commits](VerifyTests/Verify@16.9.0...17.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: Verify.Xunit
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a34dd81 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Method symbols (#1032)

    HurricanKai committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    226d7df View commit details
    Browse the repository at this point in the history
  2. Class symbols (#1033)

    HurricanKai committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    a0e595f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    204c7df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46dc2b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    736c57e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b486b41 View commit details
    Browse the repository at this point in the history
  7. Fptr improvements (#1038)

    HurricanKai committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    f02b74f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce0ca38 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    0d6147b View commit details
    Browse the repository at this point in the history
  2. Coverage reports (#1044)

    HurricanKai committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    904cd39 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Parallelize Tests (#1047)

    HurricanKai committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    0609d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072dd9b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    32115b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f76cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9200ed1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c6de94 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Bump ClangSharp.PInvokeGenerator from 14.0.0-beta2 to 14.0.0-rc1 (#1064)

    Bumps [ClangSharp.PInvokeGenerator](https://github.com/dotnet/ClangSharp) from 14.0.0-beta2 to 14.0.0-rc1.
    - [Release notes](https://github.com/dotnet/ClangSharp/releases)
    - [Commits](https://github.com/dotnet/ClangSharp/commits/v14.0.0-rc1)
    
    ---
    updated-dependencies:
    - dependency-name: ClangSharp.PInvokeGenerator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    fcb61c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Bump Microsoft.Bcl.HashCode from 1.1.0 to 1.1.1 (#1073)

    Bumps [Microsoft.Bcl.HashCode](https://github.com/dotnet/corefx) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/dotnet/corefx/releases)
    - [Commits](dotnet/corefx@v1.1.0...v1.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Bcl.HashCode
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    c1ff74b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Bump Microsoft.CodeAnalysis.CSharp.Scripting from 3.11.0 to 4.3.1 (#1099

    )
    
    Bumps [Microsoft.CodeAnalysis.CSharp.Scripting](https://github.com/dotnet/roslyn) from 3.11.0 to 4.3.1.
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.CSharp.Scripting
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e6b0a6e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Bump Statiq.App from 1.0.0-beta.48 to 1.0.0-beta.62 (#1101)

    Bumps [Statiq.App](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.48 to 1.0.0-beta.62.
    - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
    - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
    - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.48...v1.0.0-beta.62)
    
    ---
    updated-dependencies:
    - dependency-name: Statiq.App
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    602c5af View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Bump Statiq.Yaml from 1.0.0-beta.48 to 1.0.0-beta.62 (#1065)

    Bumps [Statiq.Yaml](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.48 to 1.0.0-beta.62.
    - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
    - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
    - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.48...v1.0.0-beta.62)
    
    ---
    updated-dependencies:
    - dependency-name: Statiq.Yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    928d4b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Bump BenchmarkDotNet from 0.13.1 to 0.13.3 (#1190)

    Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.1 to 0.13.3.
    - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
    - [Commits](dotnet/BenchmarkDotNet@v0.13.1...v0.13.3)
    
    ---
    updated-dependencies:
    - dependency-name: BenchmarkDotNet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    c6f142a View commit details
    Browse the repository at this point in the history
  2. Bump coverlet.collector from 3.1.2 to 3.2.0 (#1152)

    Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 3.2.0.
    - [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
    - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: coverlet.collector
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    daf7a45 View commit details
    Browse the repository at this point in the history
  3. Bump Statiq.Feeds from 1.0.0-beta.48 to 1.0.0-beta.65 (#1196)

    Bumps [Statiq.Feeds](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.48 to 1.0.0-beta.65.
    - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
    - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
    - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.48...v1.0.0-beta.65)
    
    ---
    updated-dependencies:
    - dependency-name: Statiq.Feeds
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    44139f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.4.1 (#1218)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.0 to 17.4.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.3.0...v17.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    5404cf0 View commit details
    Browse the repository at this point in the history
  2. Bump Statiq.App from 1.0.0-beta.62 to 1.0.0-beta.65 (#1216)

    Bumps [Statiq.App](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.62 to 1.0.0-beta.65.
    - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
    - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
    - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.62...v1.0.0-beta.65)
    
    ---
    updated-dependencies:
    - dependency-name: Statiq.App
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    79e53a7 View commit details
    Browse the repository at this point in the history
  3. Bump RoslynPackageVersion from 4.2.0 to 4.4.0 (#1215)

    Bumps `RoslynPackageVersion` from 4.2.0 to 4.4.0.
    
    Updates `Microsoft.CodeAnalysis.CSharp` from 4.2.0 to 4.4.0
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](dotnet/roslyn@v4.2.0...Visual-Studio-2019-Version-16.0-Preview-4.4)
    
    Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.2.0 to 4.4.0
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](dotnet/roslyn@v4.2.0...Visual-Studio-2019-Version-16.0-Preview-4.4)
    
    Updates `Microsoft.CodeAnalysis.Workspaces.MSBuild` from 4.2.0 to 4.4.0
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](dotnet/roslyn@v4.2.0...Visual-Studio-2019-Version-16.0-Preview-4.4)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.CSharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: Microsoft.CodeAnalysis.Workspaces.MSBuild
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    4aa714e View commit details
    Browse the repository at this point in the history
  4. Bump MsExtensionNugetVersion from 6.0.0 to 7.0.0 (#1153)

    Bumps `MsExtensionNugetVersion` from 6.0.0 to 7.0.0.
    
    Updates `Microsoft.Extensions.FileSystemGlobbing` from 6.0.0 to 7.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v7.0.0)
    
    Updates `Microsoft.Extensions.Logging.Abstractions` from 5.0.0 to 7.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v5.0.0...v7.0.0)
    
    Updates `Microsoft.Extensions.Configuration.Abstractions` from 6.0.0 to 7.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v7.0.0)
    
    Updates `Microsoft.Extensions.Options` from 6.0.0 to 7.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v7.0.0)
    
    Updates `Microsoft.Extensions.Logging.Console` from 6.0.0 to 7.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v7.0.0)
    
    Updates `Microsoft.Extensions.Configuration.EnvironmentVariables` from 6.0.0 to 7.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v7.0.0)
    
    Updates `Microsoft.Extensions.Hosting.Abstractions` from 6.0.0 to 7.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v7.0.0)
    
    Updates `Microsoft.Extensions.DependencyInjection` from 6.0.0 to 7.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v7.0.0)
    
    Updates `Microsoft.Extensions.Logging` from 6.0.0 to 7.0.0
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Extensions.FileSystemGlobbing
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: Microsoft.Extensions.Logging.Abstractions
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: Microsoft.Extensions.Configuration.Abstractions
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: Microsoft.Extensions.Options
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: Microsoft.Extensions.Logging.Console
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: Microsoft.Extensions.Hosting.Abstractions
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: Microsoft.Extensions.DependencyInjection
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: Microsoft.Extensions.Logging
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Dylan Perks <11160611+Perksey@users.noreply.github.com>
    dependabot[bot] and Perksey committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    b23c75b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Bump Microsoft.CodeAnalysis.CSharp.Scripting from 4.3.1 to 4.4.0 (#1239)

    Bumps [Microsoft.CodeAnalysis.CSharp.Scripting](https://github.com/dotnet/roslyn) from 4.3.1 to 4.4.0.
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits/Visual-Studio-2019-Version-16.0-Preview-4.4)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.CSharp.Scripting
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    579d25f View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.Build.Framework from 16.10.0 to 17.4.0 (#1241)

    Bumps [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) from 16.10.0 to 17.4.0.
    - [Release notes](https://github.com/dotnet/msbuild/releases)
    - [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
    - [Commits](https://github.com/dotnet/msbuild/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Build.Framework
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    58bd921 View commit details
    Browse the repository at this point in the history
  3. Bump System.Collections.Immutable from 6.0.0 to 7.0.0 (#1238)

    Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: System.Collections.Immutable
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    2c21470 View commit details
    Browse the repository at this point in the history
  4. Bump Statiq.Markdown from 1.0.0-beta.62 to 1.0.0-beta.65 (#1240)

    Bumps [Statiq.Markdown](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.62 to 1.0.0-beta.65.
    - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
    - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
    - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.62...v1.0.0-beta.65)
    
    ---
    updated-dependencies:
    - dependency-name: Statiq.Markdown
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a68264b View commit details
    Browse the repository at this point in the history
  5. Bump libClangSharp from 14.0.0-beta1 to 15.0.0 (#1237)

    * Bump libClangSharp from 14.0.0-beta1 to 15.0.0
    
    Bumps [libClangSharp](https://github.com/dotnet/clangsharp) from 14.0.0-beta1 to 15.0.0.
    - [Release notes](https://github.com/dotnet/clangsharp/releases)
    - [Commits](dotnet/ClangSharp@v14.0.0-beta1...v15.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: libClangSharp
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update Directory.Packages.props
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Dylan Perks <11160611+Perksey@users.noreply.github.com>
    dependabot[bot] and Perksey committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    7a27e99 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Bump Statiq.Razor from 1.0.0-beta.48 to 1.0.0-beta.66 (#1258)

    Bumps [Statiq.Razor](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.48 to 1.0.0-beta.66.
    - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
    - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
    - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.48...v1.0.0-beta.66)
    
    ---
    updated-dependencies:
    - dependency-name: Statiq.Razor
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    1e95f05 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.CodeAnalysis.PublicApiAnalyzers from 3.3.1 to 3.3.4 (#…

    …1257)
    
    Bumps [Microsoft.CodeAnalysis.PublicApiAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 3.3.1 to 3.3.4.
    - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
    - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
    - [Commits](dotnet/roslyn-analyzers@v3.3.1...v3.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    593efff View commit details
    Browse the repository at this point in the history
  3. Bump Moq from 4.17.2 to 4.18.4 (#1256)

    Bumps [Moq](https://github.com/moq/moq4) from 4.17.2 to 4.18.4.
    - [Release notes](https://github.com/moq/moq4/releases)
    - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md)
    - [Commits](devlooped/moq@v4.17.2...v4.18.4)
    
    ---
    updated-dependencies:
    - dependency-name: Moq
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9ee47b0 View commit details
    Browse the repository at this point in the history
  4. Bump Statiq.Feeds from 1.0.0-beta.65 to 1.0.0-beta.66 (#1255)

    Bumps [Statiq.Feeds](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.65 to 1.0.0-beta.66.
    - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
    - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
    - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.65...v1.0.0-beta.66)
    
    ---
    updated-dependencies:
    - dependency-name: Statiq.Feeds
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d128baf View commit details
    Browse the repository at this point in the history
  5. Bump Statiq.Yaml from 1.0.0-beta.62 to 1.0.0-beta.66 (#1259)

    Bumps [Statiq.Yaml](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.62 to 1.0.0-beta.66.
    - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
    - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
    - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.62...v1.0.0-beta.66)
    
    ---
    updated-dependencies:
    - dependency-name: Statiq.Yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Dylan Perks <11160611+Perksey@users.noreply.github.com>
    dependabot[bot] and Perksey committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    3369476 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Bump Microsoft.Build.Locator from 1.4.1 to 1.5.5 (#1269)

    Bumps [Microsoft.Build.Locator](https://github.com/microsoft/MSBuildLocator) from 1.4.1 to 1.5.5.
    - [Release notes](https://github.com/microsoft/MSBuildLocator/releases)
    - [Commits](https://github.com/microsoft/MSBuildLocator/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Build.Locator
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    410e07a View commit details
    Browse the repository at this point in the history
  2. Bump Statiq.App from 1.0.0-beta.65 to 1.0.0-beta.66 (#1270)

    Bumps [Statiq.App](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.65 to 1.0.0-beta.66.
    - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases)
    - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md)
    - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.65...v1.0.0-beta.66)
    
    ---
    updated-dependencies:
    - dependency-name: Statiq.App
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b2c7909 View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.Extensions.Hosting from 6.0.1 to 7.0.0 (#1267)

    Bumps [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.1...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Extensions.Hosting
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5b88afe View commit details
    Browse the repository at this point in the history
  4. Bump HtmlAgilityPack from 1.11.43 to 1.11.46 (#1266)

    Bumps [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) from 1.11.43 to 1.11.46.
    - [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
    - [Commits](zzzprojects/html-agility-pack@v1.11.43...v1.11.46)
    
    ---
    updated-dependencies:
    - dependency-name: HtmlAgilityPack
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a338066 View commit details
    Browse the repository at this point in the history
  5. Bump ClangSharp.PInvokeGenerator from 15.0.0 to 15.0.2 (#1268)

    Bumps [ClangSharp.PInvokeGenerator](https://github.com/dotnet/clangsharp) from 15.0.0 to 15.0.2.
    - [Release notes](https://github.com/dotnet/clangsharp/releases)
    - [Commits](dotnet/ClangSharp@v15.0.0...v15.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: ClangSharp.PInvokeGenerator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Dylan Perks <11160611+Perksey@users.noreply.github.com>
    dependabot[bot] and Perksey committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    cc72c44 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Bump Verify.Xunit from 17.9.0 to 19.9.2 (#1281)

    Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 17.9.0 to 19.9.2.
    - [Release notes](https://github.com/VerifyTests/Verify/releases)
    - [Commits](https://github.com/VerifyTests/Verify/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Verify.Xunit
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2bf1c87 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Getting back on track

    HurricanKai committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    f114374 View commit details
    Browse the repository at this point in the history