Unverified Commit ad2fef29 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Merge pull request #446 from acpaquette/release_prep

USGSCSM 1.7.0 release prep
parents e51e50b8 696f9fa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.10)
project(usgscsm VERSION 1.6.0 DESCRIPTION "usgscsm library")
project(usgscsm VERSION 1.7.0 DESCRIPTION "usgscsm library")

include(GNUInstallDirs)

+37 −0
Original line number Diff line number Diff line
@@ -37,6 +37,43 @@
    "date": {
      "metadataLastUpdated": "2023-02-23"
    }
  }, {
    "name": "USGSCSM",
    "organization": "U.S. Geological Survey",
    "description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
    "version": "1.7.0",
    "status": "Production",
    "permissions": {
      "usageType": "openSource",
      "licenses": [
        {
          "name": "Public Domain, CC-1.0",
          "URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/1.7.0/LICENSE.md"
        }
      ]
    },
    "homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/1.7.0",
    "downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/1.7.0/usgscsm-1.7.0.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/1.7.0/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git",
    "vcs": "git",
    "laborHours": 60,
    "tags": [
      "Planetary",
      "Remote Sensing",
      "Data Processing",
      "Community Sensor Model"
    ],
    "languages": [
      "C++"
    ],
    "contact": {
      "name": "Adam Paquette",
      "email": "acpaquette@usgs.gov"
    },
    "date": {
      "metadataLastUpdated": "2023-08-11"
    }
  },  {
    "name": "USGSCSM",
    "organization": "U.S. Geological Survey",