-
Notifications
You must be signed in to change notification settings - Fork 0
Develop #47
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
Conversation
Bumps the actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
…actions-deps-a331d3ec2d Bump actions/checkout from 4 to 5 in the actions-deps group
Bumps csharpier from 1.1.1 to 1.1.2 Bumps xunit.analyzers from 1.23.0 to 1.24.0 Bumps xunit.runner.visualstudio from 3.1.3 to 3.1.4 --- updated-dependencies: - dependency-name: csharpier dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: xunit.analyzers dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps ... Signed-off-by: dependabot[bot] <support@github.com>
…p/nuget-deps-0259308462 Bump the nuget-deps group with 3 updates
Bumps AwesomeAssertions from 9.1.0 to 9.2.0 --- updated-dependencies: - dependency-name: AwesomeAssertions dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps ... Signed-off-by: dependabot[bot] <support@github.com>
…/develop/nuget-deps-8d55c5cab2 Bump the nuget-deps group with 1 update
Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5 --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps ... Signed-off-by: dependabot[bot] <support@github.com>
…/develop/nuget-deps-6aadeae1b1 Bump the nuget-deps group with 1 update
Bumps csharpier from 1.1.2 to 1.2.1 Bumps husky from 0.7.2 to 0.8.0 --- updated-dependencies: - dependency-name: csharpier dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps - dependency-name: husky dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps ... Signed-off-by: dependabot[bot] <support@github.com>
…p/nuget-deps-c72c7bc702 Bump csharpier and husky
--- updated-dependencies: - dependency-name: Serilog.Sinks.Console dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps ... Signed-off-by: dependabot[bot] <support@github.com>
…e/develop/nuget-deps-602f419b37 Bump Serilog.Sinks.Console from 6.0.0 to 6.1.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates package dependencies and language data to reflect the latest standards from RFC 5646 and ISO 639 registries. The changes include updating the file date to 2025-08-25, adding alternative language names for better discoverability, correcting diacritics in existing names, and adding/removing language codes based on the latest registry updates.
- Updated NuGet package dependencies to newer versions
- Refreshed language data from RFC 5646 and ISO 639 standards (file date: 2025-08-25)
- Enhanced language descriptions with alternative names and corrected diacritical marks
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| LanguageTagsTests/LanguageTagsTests.csproj | Updated test dependencies including AwesomeAssertions, Microsoft.NET.Test.Sdk, xunit.analyzers, and xunit.runner.visualstudio |
| LanguageTagsCreate/LanguageTagsCreate.csproj | Updated Serilog.Sinks.Console dependency |
| .config/dotnet-tools.json | Updated csharpier and husky tool versions |
| LanguageTags/Rfc5646DataGen.cs | Updated generated C# code with new language descriptions and corrected names |
| LanguageData/rfc5646.json | Updated JSON language data with new file date and language descriptions |
| LanguageData/rfc5646 | Updated plain text language data matching JSON changes |
| LanguageTags/Iso6393DataGen.cs | Updated generated C# code for ISO 639-3 data with new language entries and name corrections |
| LanguageData/iso6393.json | Updated JSON ISO 639-3 data with new language codes and name corrections |
| LanguageData/iso6393 | Updated plain text ISO 639-3 data matching JSON changes |
| LanguageTags/Iso6392DataGen.cs | Updated generated C# code for ISO 639-2 data with simplified language names |
| LanguageData/iso6392.json | Updated JSON ISO 639-2 data with simplified reference names |
| LanguageData/iso6392 | Updated plain text ISO 639-2 data matching JSON changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.