{"id":13663350,"url":"https://github.com/jeffcampbellmakesgames/unity-semver","last_synced_at":"2025-10-05T13:48:22.498Z","repository":{"id":109631166,"uuid":"180739697","full_name":"jeffcampbellmakesgames/unity-semver","owner":"jeffcampbellmakesgames","description":"A SemVer 2.0.0 implementation for Unity","archived":false,"fork":false,"pushed_at":"2025-02-25T14:11:48.000Z","size":77,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-25T13:48:39.777Z","etag":null,"topics":["semver","unity","unity3d-plugin"],"latest_commit_sha":null,"homepage":null,"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/jeffcampbellmakesgames.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"License.txt","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},"funding":{"ko_fi":"stampyturtle"}},"created_at":"2019-04-11T07:36:07.000Z","updated_at":"2025-02-24T21:15:38.000Z","dependencies_parsed_at":"2025-04-25T13:47:50.504Z","dependency_job_id":"d26b0034-edb7-4fc3-a4bb-b8171f3565b8","html_url":"https://github.com/jeffcampbellmakesgames/unity-semver","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jeffcampbellmakesgames/unity-semver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffcampbellmakesgames%2Funity-semver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffcampbellmakesgames%2Funity-semver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffcampbellmakesgames%2Funity-semver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffcampbellmakesgames%2Funity-semver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffcampbellmakesgames","download_url":"https://codeload.github.com/jeffcampbellmakesgames/unity-semver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffcampbellmakesgames%2Funity-semver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278464287,"owners_count":25991177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["semver","unity","unity3d-plugin"],"created_at":"2024-08-02T05:02:25.178Z","updated_at":"2025-10-05T13:48:22.493Z","avatar_url":"https://github.com/jeffcampbellmakesgames.png","language":"C#","funding_links":["https://ko-fi.com/stampyturtle"],"categories":["C\\#","Utility","Game Development"],"sub_categories":["Unity Engine: Resources"],"readme":"# JCMG.SemVer\n## Overview\nJCMG.SemVer adds a 2.0.0 SemVer implementation (see [here](https://semver.org/spec/v2.0.0.html) for more information) via the `SemVersion` class. `SemVersion` is capable of Unity serialization as well as supporting custom serialization. It has a custom PropertyDrawer to make it easier to view and modify in the inspector; this includes Regex validation of some fields (`PreRelease` and `Build`).\n\n![SemVersion in Unity Inspector](/Documentation/Inspector.png)\n\n## Using JCMG.SemVer\nUsing this library in your project can be done in two ways:\n* **Releases:** The latest release can be found [here](https://github.com/jeffcampbellmakesgames/unity-semver/releases) as a UnityPackage file that can be downloaded and imported directly into your project's Assets folder.\n* **Package:** Using the native Unity Package Manager introduced in 2017.2, you can add this library as a package by modifying your `manifest.json` file found at `/ProjectName/Packages/manifest.json` to include it as a dependency. See the example below on how to reference it.\n\n```\n{\n\t\"dependencies\": {\n\t\t...\n\t\t\"com.jeffcampbellmakesgames.semver\" : \"https://github.com/jeffcampbellmakesgames/unity-semver.git#release/stable\"\n\t\t...\n\t}\n}\n```\n\n## Contributors\nIf you are interested in contributing, found a bug, or want to request a new feature, please see [here](./contributors.md).\n\n## License\nMIT License\n\nCopyright (c) 2019 Jeff Campbell\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffcampbellmakesgames%2Funity-semver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffcampbellmakesgames%2Funity-semver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffcampbellmakesgames%2Funity-semver/lists"}