{"id":17267303,"url":"https://github.com/dosymep/dosymep.nuke.revitversions","last_synced_at":"2026-01-27T05:08:21.564Z","repository":{"id":193459960,"uuid":"688822643","full_name":"dosymep/dosymep.Nuke.RevitVersions","owner":"dosymep","description":"This package contains Autodesk Revit versions configurations","archived":false,"fork":false,"pushed_at":"2024-04-11T13:02:08.000Z","size":55,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T22:50:21.306Z","etag":null,"topics":[],"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/dosymep.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-09-08T07:18:43.000Z","updated_at":"2024-05-20T19:38:06.000Z","dependencies_parsed_at":"2024-04-11T12:49:09.999Z","dependency_job_id":null,"html_url":"https://github.com/dosymep/dosymep.Nuke.RevitVersions","commit_stats":null,"previous_names":["dosymep/dosymep.nuke.revitversions"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dosymep/dosymep.Nuke.RevitVersions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosymep%2Fdosymep.Nuke.RevitVersions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosymep%2Fdosymep.Nuke.RevitVersions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosymep%2Fdosymep.Nuke.RevitVersions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosymep%2Fdosymep.Nuke.RevitVersions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dosymep","download_url":"https://codeload.github.com/dosymep/dosymep.Nuke.RevitVersions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosymep%2Fdosymep.Nuke.RevitVersions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28803647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T03:44:14.111Z","status":"ssl_error","status_checked_at":"2026-01-27T03:43:33.507Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-15T08:10:18.714Z","updated_at":"2026-01-27T05:08:21.523Z","avatar_url":"https://github.com/dosymep.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dosymep.Nuke.RevitVersions\n\n[![JetBrains Rider](https://img.shields.io/badge/JetBrains-Rider-blue.svg)](https://www.jetbrains.com/rider)\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.md)\n[![Revit 2016-2025](https://img.shields.io/badge/Revit-2016--2025-blue.svg)](https://www.autodesk.com/products/revit/overview)\n\nThis package contains Autodesk Revit versions configurations.\n\n## Usage\n\n```csharp\n/// \u003csummary\u003e\n/// Min Revit version.\n/// \u003c/summary\u003e\n[Parameter(\"Min Revit version.\")] readonly RevitVersion MinVersion = RevitVersion.Rv2016;\n\n/// \u003csummary\u003e\n/// Max Revit version.\n/// \u003c/summary\u003e\n[Parameter(\"Max Revit version.\")] readonly RevitVersion MaxVersion = RevitVersion.Rv2025;\n    \nDotNetBuild(s =\u003e s\n    .EnableForce()\n    .DisableNoRestore()\n    .SetProjectFile(\u003cProjectName\u003e)\n    .SetConfiguration(\u003cConfiguration\u003e)\n    .When(IsServerBuild, _ =\u003e _\n        .EnableContinuousIntegrationBuild())\n    // HACK: enable restore to set TargetFramework property\n    .SetProcessArgumentConfigurator(a =\u003e a.Add(\"--restore\"))\n    .CombineWith(RevitVersion.GetRevitVersions(), (settings, version) =\u003e {\n        return settings\n            .SetOutputDirectory(OutputDirectory / version)\n            .SetProperty(\"RevitVersion\", (int) version)\n            .SetProperty(\"TargetFramework\", version.TargetFramework);\n    }));\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosymep%2Fdosymep.nuke.revitversions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdosymep%2Fdosymep.nuke.revitversions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosymep%2Fdosymep.nuke.revitversions/lists"}