{"id":31863735,"url":"https://github.com/sandrofigo/keepachangelog.io","last_synced_at":"2026-06-10T09:31:49.477Z","repository":{"id":314636533,"uuid":"1043845443","full_name":"sandrofigo/KeepAChangelog.IO","owner":"sandrofigo","description":"A .NET library for reading and writing https://keepachangelog.com/ files.","archived":false,"fork":false,"pushed_at":"2026-05-30T18:05:40.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-30T20:07:33.593Z","etag":null,"topics":["changelog","csharp","dotnet","formatting","keepachangelog","parser","reader","validation","writer"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sandrofigo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-24T18:31:13.000Z","updated_at":"2026-05-30T18:05:44.000Z","dependencies_parsed_at":"2025-09-13T19:26:25.816Z","dependency_job_id":"7ee586c6-0d42-4451-9a8b-800559a3e497","html_url":"https://github.com/sandrofigo/KeepAChangelog.IO","commit_stats":null,"previous_names":["sandrofigo/keepachangelog.io"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/sandrofigo/KeepAChangelog.IO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrofigo%2FKeepAChangelog.IO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrofigo%2FKeepAChangelog.IO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrofigo%2FKeepAChangelog.IO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrofigo%2FKeepAChangelog.IO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandrofigo","download_url":"https://codeload.github.com/sandrofigo/KeepAChangelog.IO/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrofigo%2FKeepAChangelog.IO/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34146871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["changelog","csharp","dotnet","formatting","keepachangelog","parser","reader","validation","writer"],"created_at":"2025-10-12T18:56:34.717Z","updated_at":"2026-06-10T09:31:49.465Z","avatar_url":"https://github.com/sandrofigo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KeepAChangelog.IO\n\n[![nuget](https://img.shields.io/nuget/v/KeepAChangelog.IO)](https://www.nuget.org/packages/KeepAChangelog.IO/)\n[![downloads](https://img.shields.io/nuget/dt/KeepAChangelog.IO?color=blue)](https://www.nuget.org/packages/KeepAChangelog.IO/)\n[![tests](https://github.com/sandrofigo/KeepAChangelog.IO/actions/workflows/test.yml/badge.svg)](https://github.com/sandrofigo/KeepAChangelog.IO/actions/workflows/test.yml)\n\n[![logo](https://raw.githubusercontent.com/sandrofigo/KeepAChangelog.IO/refs/heads/main/.github/assets/KeepAChangelog.IO.png)](https://github.com/sandrofigo/KeepAChangelog.IO)\n\nA .NET library for reading and writing files in the https://keepachangelog.com/ format.\n\n## Features\n\n- Parse changelog files into a strongly-typed model  \n- Write new changelogs or update existing ones  \n- Validate changelog formatting and structure\n- Zero dependencies\n\n## Usage\n\n### Read from a file\n\n```csharp\nusing KeepAChangelog.IO;\n\nvar changelog = Changelog.From(\"CHANGELOG.md\");\n```\n\n### Write to a file\n```csharp\nchangelog.ToFile(\"CHANGELOG.md\");\n```\n\n### Create a changelog from scratch\n\n```csharp\nvar changelog = Changelog.Create();\n```\n\n### Access different parts of the changelog\n\n```csharp\nusing System.Linq;\nusing KeepAChangelog.IO;\n\nvar latestRelease = changelog.Releases[0];\nvar latestFixes = latestRelease.Categories.First(c =\u003e c.Type == CategoryType.Fixed).Entries;\n// ...\n```\n\n## Contributing\n\nSupport this project with a ⭐️, open an issue or if you feel adventurous and would like to extend the functionality open a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandrofigo%2Fkeepachangelog.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandrofigo%2Fkeepachangelog.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandrofigo%2Fkeepachangelog.io/lists"}