From 696f9fa2bfd86f1012461f38b7f01e6f825fce85 Mon Sep 17 00:00:00 2001 From: acpaquette Date: Fri, 11 Aug 2023 12:07:17 -0700 Subject: [PATCH] Release prep changes --- CMakeLists.txt | 2 +- code.json | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e656f5074..6e98361a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ 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) diff --git a/code.json b/code.json index 89a9fa183..5d337698f 100644 --- a/code.json +++ b/code.json @@ -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",