)]}'
{
  "log": [
    {
      "commit": "91e39be83385386afb2762a38105c124d92d0115",
      "tree": "61f59d7d1a0e34c908c8bd99810254140a7e18f9",
      "parents": [
        "d17a2643232ab21ebd6c05ad3a313ab73e8492f3"
      ],
      "author": {
        "name": "Mend Renovate",
        "email": "bot@renovateapp.com",
        "time": "Sat Oct 18 22:07:41 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 18 15:07:41 2025 -0600"
      },
      "message": "chore: Update GitHub Action softprops/action-gh-release to 6da8fa9 (#11)\n\n"
    },
    {
      "commit": "d17a2643232ab21ebd6c05ad3a313ab73e8492f3",
      "tree": "0683de98b350295328c3235f6217f2ba261a85b2",
      "parents": [
        "df79b0d37acfe14ec7274d377bce89533e779e3b"
      ],
      "author": {
        "name": "Nehan Khan Pathan",
        "email": "pathannehan26@gmail.com",
        "time": "Fri Oct 17 17:07:32 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Oct 17 18:37:32 2025 +0700"
      },
      "message": "Reserve LuceneDev6001-6003 and add initial entries for string/span/char analyzer rules (#13)\n\n* Reserve LuceneDev6001-6003 and add initial entries for string/span/char analyzer rules\n\n* Reserve LuceneDev6001-6003 and add initial entries for string/span/char analyzer rules\n\n* fix: correct table format in AnalyzerReleases.Unshipped.md to resolve build warning"
    },
    {
      "commit": "df79b0d37acfe14ec7274d377bce89533e779e3b",
      "tree": "28c759801b2702d33a8c5d6b5f24492f2649161d",
      "parents": [
        "159656b983b6af003c87a16402f5e82bc19e1b71"
      ],
      "author": {
        "name": "Mend Renovate",
        "email": "bot@renovateapp.com",
        "time": "Wed Oct 08 04:34:24 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 07 21:34:24 2025 -0600"
      },
      "message": "chore: Update dependency NUnit3TestAdapter to 5.2.0 (#10)\n\n"
    },
    {
      "commit": "159656b983b6af003c87a16402f5e82bc19e1b71",
      "tree": "92cec58629941840e91f721b8ad5ec1eb05a961d",
      "parents": [
        "d58325dd8a8852b58b9709bfaec50b34d1b88b91"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Tue Oct 07 13:48:38 2025 +0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 07 13:48:38 2025 +0700"
      },
      "message": "Reserved LuceneDev1007, LuceneDev1008, and LuceneDev6000 for https://github.com/apache/lucenenet/issues/1168 (#12)\n\n"
    },
    {
      "commit": "d58325dd8a8852b58b9709bfaec50b34d1b88b91",
      "tree": "b60d11541c5a7f25bfa52077df36da6bbdabb6f7",
      "parents": [
        "78b18f4b5030f14bc93b827058578973ea5776ee"
      ],
      "author": {
        "name": "Paul Irwin",
        "email": "paulirwin@gmail.com",
        "time": "Sun Oct 05 16:14:36 2025 -0600"
      },
      "committer": {
        "name": "Paul Irwin",
        "email": "paulirwin@gmail.com",
        "time": "Sun Oct 05 16:14:36 2025 -0600"
      },
      "message": "Move LuceneDev1005-LuceneDev1006 to shipped analyzers\n"
    },
    {
      "commit": "78b18f4b5030f14bc93b827058578973ea5776ee",
      "tree": "0aaf65adc1567589c30af570a105658aa9733500",
      "parents": [
        "ba3ba010f554036b382c012d3f0798dd813df014"
      ],
      "author": {
        "name": "Paul Irwin",
        "email": "paulirwin@gmail.com",
        "time": "Sun Oct 05 16:12:41 2025 -0600"
      },
      "committer": {
        "name": "Paul Irwin",
        "email": "paulirwin@gmail.com",
        "time": "Sun Oct 05 16:12:41 2025 -0600"
      },
      "message": "Exclude .asf.yaml from RAT\n"
    },
    {
      "commit": "ba3ba010f554036b382c012d3f0798dd813df014",
      "tree": "4de42b57c451609a226112e09ee14677a8d2bf3d",
      "parents": [
        "dea6328cb0183b91d76a4b1252cee5ffcc49650b"
      ],
      "author": {
        "name": "Sanjeev Kumar",
        "email": "ksanjeev284@gmail.com",
        "time": "Sun Oct 05 21:29:27 2025 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 05 22:59:27 2025 +0700"
      },
      "message": "Add analyzer and code fix for floating point string formatting (#9)\n\n* Add analyzer and code fix for floating point string formatting\n\nIntroduces LuceneDev1006 analyzer to detect floating point values embedded in strings via concatenation or interpolation, and updates the code fix provider to suggest using J2N.Numerics Single/Double.ToString methods. Adds supporting resources, descriptors, utility methods, sample usage, and comprehensive tests for both analyzer and code fix behaviors.\n\n* LuceneDev1006Sample.cs: Fixed issue with doubling of quotes that caused the sample not to compile.\n\n* Preserve alignment clause in interpolation code fix\n\nEnsures that the alignment clause is retained when replacing interpolation expressions in LuceneDev1001_FloatingPointFormattingCSCodeFixProvider. Also fixes string formatting in LuceneDev1006Sample to use correct quotes and spacing.\n\n* Preserve interpolation alignment and add coverage\n\n---------\n\nCo-authored-by: Shad Storhaug \u003cshad@shadstorhaug.com\u003e"
    },
    {
      "commit": "dea6328cb0183b91d76a4b1252cee5ffcc49650b",
      "tree": "5baa97faa0f914559a0d5a34e2480df6cf60b63b",
      "parents": [
        "764624a0e6f69fc9325d46f8761fad8b02c3dcbc"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Sun Oct 05 18:49:52 2025 +0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 05 18:49:52 2025 +0700"
      },
      "message": "Update .asf.yaml\n\nAdded code-analysis label"
    },
    {
      "commit": "764624a0e6f69fc9325d46f8761fad8b02c3dcbc",
      "tree": "5845dee384e21e27a4f4081c5fc87a2fca195d9e",
      "parents": [
        "445a08bbd65516d8a866b6997a02909d9f905cd5"
      ],
      "author": {
        "name": "Paul Irwin",
        "email": "paulirwin@gmail.com",
        "time": "Sat Oct 04 15:09:22 2025 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 15:09:22 2025 -0600"
      },
      "message": "Update ID range for Design category (#8)\n\n"
    },
    {
      "commit": "445a08bbd65516d8a866b6997a02909d9f905cd5",
      "tree": "89fe3ca4007d1a4b5b62f5023ea9e46e80f39e62",
      "parents": [
        "df8e076095d3937ab72fb1876412c4a27ad5d4b5"
      ],
      "author": {
        "name": "Paul Irwin",
        "email": "paulirwin@gmail.com",
        "time": "Sat Oct 04 15:02:48 2025 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 15:02:48 2025 -0600"
      },
      "message": "Add analyzer and code fix for public types in Lucene.Net.Support, #1100 (#2)\n\n* Add analyzer for public types in Support namespace\n\n* Remove migrated resource for code fix title\n\n* Remove .globalconfig file\n\n* Upgrade RAT to 0.16.1, clean up line endings after running\n\n* Fix casing of code fix provider name\n\n* Fix code fix with partial classes\n\n* Revert Markdown changes and exclude from RAT\n\n* RAT exclude only AnalyzerReleases files; fix warning about AnalyzerReleases version number\n\n* Use MajorMinorVersion instead of Version\n\n* Fix code fix to preserve license headers and comments\n\nThe code fix was stripping leading trivia (license headers, comments) when changing public to internal. The fix now preserves both leading trivia from the first modifier and trailing trivia from the accessibility modifier being replaced.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude \u003cnoreply@anthropic.com\u003e\n\n---------\n\nCo-authored-by: Claude \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "df8e076095d3937ab72fb1876412c4a27ad5d4b5",
      "tree": "9899ab47bdb89c8eeb2458589a4d909ac457cc1d",
      "parents": [
        "5a8d49491691d3926a355686ebad39410dbd2b96"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Sat Oct 04 18:39:42 2025 +0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 18:39:42 2025 +0700"
      },
      "message": "Update .asf.yaml"
    },
    {
      "commit": "5a8d49491691d3926a355686ebad39410dbd2b96",
      "tree": "e5974c32c7cb45c1c01b8ac397709ac2a4b45361",
      "parents": [
        "42faee8b9cdcc5d315fe44951d2fa8123ada243e"
      ],
      "author": {
        "name": "Mend Renovate",
        "email": "bot@renovateapp.com",
        "time": "Sat Oct 04 12:14:28 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 18:14:28 2025 +0700"
      },
      "message": "chore: Update dependency Microsoft.NET.Test.Sdk to v18 (#6)\n\n"
    },
    {
      "commit": "42faee8b9cdcc5d315fe44951d2fa8123ada243e",
      "tree": "bade8e5e7adaf7308da470dbd0de5d5b0934663e",
      "parents": [
        "94791653e4ad745e06263fb31daad8c1a4e1abd3"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Sat Oct 04 14:20:46 2025 +0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 14:20:46 2025 +0700"
      },
      "message": "Create .asf.yaml (#7)\n\n"
    },
    {
      "commit": "94791653e4ad745e06263fb31daad8c1a4e1abd3",
      "tree": "c091d74f28c71543528d504c982e74c8309c3f61",
      "parents": [
        "f55b6eb7a436d7289e8eee98a70fb61282458fe8",
        "64095be98d0caf2845b2d30bec7d6c058aea8f82"
      ],
      "author": {
        "name": "Paul Irwin",
        "email": "paulirwin@gmail.com",
        "time": "Fri Sep 26 19:14:13 2025 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Sep 26 19:14:13 2025 -0600"
      },
      "message": "Merge pull request #5 from renovate-bot/renovate/nerdbank.gitversioning-3.x\n\nchore: Update dependency Nerdbank.GitVersioning to 3.8.118"
    },
    {
      "commit": "f55b6eb7a436d7289e8eee98a70fb61282458fe8",
      "tree": "695d155784bd915d61fed68b6b93e25d306898a7",
      "parents": [
        "7186facabf2b6affba248956894936d5f392260d",
        "b5ca07a187340fe3b3f7bdae6fc500ad5153c1f3"
      ],
      "author": {
        "name": "Paul Irwin",
        "email": "paulirwin@gmail.com",
        "time": "Fri Sep 26 19:07:08 2025 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Sep 26 19:07:08 2025 -0600"
      },
      "message": "Merge pull request #4 from renovate-bot/renovate/github-actions-all\n\nchore: Update GitHub Action actions/cache to 0057852"
    },
    {
      "commit": "64095be98d0caf2845b2d30bec7d6c058aea8f82",
      "tree": "da0c13828e31557d7d4e29e43bda3c7b965ffdb2",
      "parents": [
        "5bcf37fa4747ca14304a9a60a074c8afd2af939d"
      ],
      "author": {
        "name": "Mend Renovate",
        "email": "bot@renovateapp.com",
        "time": "Fri Sep 26 17:44:28 2025 +0000"
      },
      "committer": {
        "name": "Mend Renovate",
        "email": "bot@renovateapp.com",
        "time": "Fri Sep 26 17:44:28 2025 +0000"
      },
      "message": "chore: Update dependency Nerdbank.GitVersioning to 3.8.118\n"
    },
    {
      "commit": "b5ca07a187340fe3b3f7bdae6fc500ad5153c1f3",
      "tree": "38e005cf1b998129e4a6e8b8c8b62bf5bdd9f379",
      "parents": [
        "5bcf37fa4747ca14304a9a60a074c8afd2af939d"
      ],
      "author": {
        "name": "Mend Renovate",
        "email": "bot@renovateapp.com",
        "time": "Fri Sep 26 12:26:09 2025 +0000"
      },
      "committer": {
        "name": "Mend Renovate",
        "email": "bot@renovateapp.com",
        "time": "Fri Sep 26 12:26:09 2025 +0000"
      },
      "message": "chore: Update GitHub Action actions/cache to 0057852\n"
    },
    {
      "commit": "7186facabf2b6affba248956894936d5f392260d",
      "tree": "aa2797e4e86c28913a6a74e5231f553af002c24d",
      "parents": [
        "5bcf37fa4747ca14304a9a60a074c8afd2af939d"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Thu Sep 25 14:49:47 2025 +0700"
      },
      "committer": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Thu Sep 25 14:49:47 2025 +0700"
      },
      "message": "docs/make-release.md: Changed docs to reflect the fact that release builds are made from git tags rather than branches.\n"
    },
    {
      "commit": "5bcf37fa4747ca14304a9a60a074c8afd2af939d",
      "tree": "fc185e7e79f0169cd4814ce9ed6ea7af86849d3f",
      "parents": [
        "4355d89a298eb80eed7e9d4c74a446b65745e891"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Thu Sep 25 02:30:13 2025 +0700"
      },
      "committer": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Thu Sep 25 02:30:13 2025 +0700"
      },
      "message": "AnalyzerReleases.Shipped.md: Updated release version\n"
    },
    {
      "commit": "4355d89a298eb80eed7e9d4c74a446b65745e891",
      "tree": "b8c850a095af715203abc6d696919c1fa9c52244",
      "parents": [
        "3b9987f6bb0ffaa625d420ab92afd307ed8d9429"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Thu Sep 25 02:23:31 2025 +0700"
      },
      "committer": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Thu Sep 25 02:23:31 2025 +0700"
      },
      "message": ".github/workflows/ci.yml: Ensure that the tags are fetched when doing builds. Also, simplified command to lookup nbgv version.\n"
    },
    {
      "commit": "3b9987f6bb0ffaa625d420ab92afd307ed8d9429",
      "tree": "e86f3117c777c1607efd8d76158518f8643afcbf",
      "parents": [
        "89474c9cbc46c85bfeaa2a17a5a3169275f56d88"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Thu Sep 25 02:20:54 2025 +0700"
      },
      "committer": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Thu Sep 25 02:20:54 2025 +0700"
      },
      "message": "version.json: Updated ref spec so tags can be built as releases. GitHub Actions checks out the tag when a tag is pushed, so this will ensure it has the same version as the local branch does.\n"
    },
    {
      "commit": "89474c9cbc46c85bfeaa2a17a5a3169275f56d88",
      "tree": "73ebfb86073c2830df5432b52b1132454b35f7c3",
      "parents": [
        "1c3d67d084e0908d5212612d3723dcc839ddb1e5"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Wed Sep 24 21:49:33 2025 +0700"
      },
      "committer": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Wed Sep 24 21:49:34 2025 +0700"
      },
      "message": "AnalyzerReleases.*.md: Moved the analyzers LuceneDev1000-1004 to released state.\n"
    },
    {
      "commit": "1c3d67d084e0908d5212612d3723dcc839ddb1e5",
      "tree": "ff75d7c6cd45d4f3eceb2b1628e6e33339e16bee",
      "parents": [
        "d7db8e118cd802eae41d9f0decf91e6ca9a3d96a"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Wed Sep 24 20:50:24 2025 +0700"
      },
      "committer": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Wed Sep 24 20:50:24 2025 +0700"
      },
      "message": ".rat-excludes: Added exception for release-build-outcomes.svg and release-workflow.svg\n"
    },
    {
      "commit": "d7db8e118cd802eae41d9f0decf91e6ca9a3d96a",
      "tree": "707b0281d78ab62351d5f389a6dbea1ee777d455",
      "parents": [
        "1eddb1df3a7fed0837a9bf52bd97f5f50b45000f"
      ],
      "author": {
        "name": "Paul Irwin",
        "email": "paulirwin@gmail.com",
        "time": "Tue Sep 23 00:06:39 2025 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 23 13:06:39 2025 +0700"
      },
      "message": "Update project for initial Apache release (#1)\n\n* Upgrade NuGet packages, add Sample project and enable debugging, remove VSIX, fix unit tests and analyser warnings\n\n* Add remaining samples\n\n* Add github action file\n\n* Fix comment generation in Resources.Designer.cs, remove from source control\n\n* Rename unit test project\n\n* Add more detail to analyzer titles\n\n* Rename GitHub workflow file\n\n* Change GitHub Actions triggers\n\n* Add strong name key signing\n\n* Add README and Diagnostic IDs reservations file\n\n* Fix NuGet pack output path and settings\n\n* Added Dirctory.Build.props, Directory.Build.targets. and Directory.Packages.props files to share common settings and enable Central Package Management.\n\n* Added version.json file for Nerdbank.GitVersioning\n\n* Added Lucene.Net.CodeAnalysis.Dev.Package project to provide centralized packaging for analyzers, code fixes, and the sample project\n\n* Added Lucene.Net.CodeAnalysis.Dev.Vsix project for Visual Studio live debugging\n\n* Renamed Helpers namespace to Utility\n\n* Migrated DiagnosticDescriptor declarations to their own Descriptors class\n\n* SWEEP: Converted all tests to use Microsoft.CodeAnalysis.Analyzer.Testing\n\n* Lucene.Net.CodeAnalysis.Dev.sln: Added Solution Items folder\n\n* Lucene.Net.CodeAnalysis.Dev.sln: Added .github, docs, and eng folders as .folderproj (NoTargets) projects that allow the IDE to edit the underlying file structure\n\n* Moved Lucene.Net.snk file to the eng directory\n\n* Lucene.Net.CodeAnalysis.Dev.sln: Added Directory.Build.targets and Directory.Build.props files to src and tests folders\n\n* Added GitHub workflows for build/release automation\n\n* docs: Added building-and-testing, make-release, and visual-studio-debugging documentation\n\n* Added Powershell script to run the Release Audit Tool\n\n* rat.ps1: Changed RAT version to 0.13, since that is what we know works\n\n* SWEEP: Ran the Apache Release Audit Tool to add missing license headers\n\n* docs/make-release.md: Added section for Release Audit Tool\n\n* Added .editorconfig and .gitattributes for most often hand-edited files\n\n* Added Lucene.Net.CodeAnalysis.Dev.CodeFixes project and Lucene.Net.CodeAnalysis.Dev.CodeFixes.Tests\n\n* Lucene.Net.CodeAnalysis.Dev.CodeFixes: Fixed CodeFixResources.resx code generation so it is not a committed file\n\n* LuceneDev1001_FloatingPointFormattingCSCodeFixProvider: Dynamically build title based off of localized resource and actual code element.\n\n* LuceneDev1001_FloatingPointFormattingCSCodeFixProvider: Refactored to make use of shared TryGetJ2NTypeAndMember() method to reduce duplicated code.\n\n* Lucene.Net.CodeAnalysis.Dev.CodeFixes.csproj: Removed unnecessary PackageReference on Microsoft.CodeAnalysis.CSharp\n\n* tests/Directory.Build.targets: Set IsPublishable\u003dtrue if IsTestProject is true\n\n* Lucene.Net.CodeAnalysis.Dev.Tests.csproj: Enabled nullable reference type support\n\n* Lucene.Net.CodeAnalysis.Dev.Utilty.Descriptors: Use static fields instead of properties for DiagnosticDescriptors or the AnalyzerReleases release management analyzers do not recognize the diagnositic ids as being implemented.\n\n* Lucene.Net.CodeAnalysis.Dev: Cleaned up usings\n\n* Lucene.Net.CodeAnalysis.Dev: Removed AnalyzerReleases from AdditionalFiles, as it is only necessary if these are needed within one of our analyzers\n\n* SWEEP: Moved all analyzers, code fixes, and analyzer/code fix tests into organizational LuceneDev1xxx folders.\n\n* SWEEP: Added Apache 2.0 license headers to all .props, .targets, and .*proj files\n\n* SWEEP: Added Apache 2.0 license headers to all .yml and .ps1 files\n\n* SWEEP: Added Apache 2.0 license headers to all .md files (except AnalyzerReleases which require a specific format to be parsed)\n\n* eng/nuget.props: Added LICENSE.txt and NOTICE.txt to the NuGet package.\n\n* eng/nuget.props: Resolved conflict - cannot specify PackageLicenseExpression and PackageLicenseFile at the same time. Removed the PackageLicenseFile property, but kept the automation to pack the file into the NuGet package.\n\n* Lucene.Net.CodeAnalysis.Dev.sln: Added .editorconfig and .gitattributes files to Solution Items\n\n* Added Git commit hook to insert the current NuGetPackageVersion into a placeholder token {{vnext}} in the AnalyzerReleases.Shipped.md file, only if preceeded by \"## Release \".\n\n* docs/make-release.md: Simplified release procedure and included step to update AnalyzerReleases documents.\n\n* version.json: Updated version.json to enforce 3-component release branch numbers.\n\n* docs/make-release: Added workflow for release build outcomes. Also corrected release branching info to show branches with 3 version components.\n\n* docs/make-release.md: Added info about deciding between major, minor, patch, and prerelease when choosing a version number.\n\n* release-build-outcomes.md: Updated Mermaid markup to reflect the same state as the release-build-outcomes.svg file.\n\n* Markdown-Formatting.Tests.ps1: Removed stray assert\n\n* .github/workflows/ci.yml: Removed x86 tests and SDK setup\n\n* docs/make-release.md: Corrected slash in release branch notes\n\n* docs/make-release.md: Added info about how to check the version of the current commit\n\n* nuget.props: Converted to nuget.targets and added target to set \u003cPackageReleaseNotes\u003e after Nerdbank.GitVersioning injects the PackageVersion into the pipeline.\n\n* renovate.json: Disabled dependency dashboard issue and enabled fork processing for Forking Renovate\n\n* .github/workflows/renovate-dependencies.yml: deleted, since we will be using Forking Renovate and we probably won\u0027t be able to run this workflow, anyway.\n\n* Lucene.Net.CodeAnalysis.Dev.Package.csproj: Removed conditions for CodeFixes project and fixed paths to include (future) code fix resource files in the package if we ever localize it.\n\n* Lucene.Net.CodeAnalysis.Dev.Vsix/source.extension.vsixmanifest: Changed Publisher attribute to Apache Software Foundation\n\n---------\n\nCo-authored-by: Shad Storhaug \u003cshad@shadstorhaug.com\u003e"
    },
    {
      "commit": "1eddb1df3a7fed0837a9bf52bd97f5f50b45000f",
      "tree": "9cd344070e0c6ba639ea6485c2e152e839edac58",
      "parents": [
        "584f539657d109de965b86e9dc46b3c07b1a1bb2"
      ],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Fri Nov 17 12:32:59 2023 +0700"
      },
      "committer": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Fri Nov 17 12:32:59 2023 +0700"
      },
      "message": "source.extension.vsixmanifest: Updated to include VS2022 as well as pro and community editions\n"
    },
    {
      "commit": "584f539657d109de965b86e9dc46b3c07b1a1bb2",
      "tree": "cb20e70e84570be7b760a379cc47ce0cb1c1d388",
      "parents": [],
      "author": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Thu Nov 16 00:14:14 2023 +0700"
      },
      "committer": {
        "name": "Shad Storhaug",
        "email": "shad@shadstorhaug.com",
        "time": "Thu Nov 16 00:14:14 2023 +0700"
      },
      "message": "Added solution structure for Lucene.Net.CodeAnalysis.Dev\n"
    }
  ]
}
