Skip to content

Commit ad2fef2

Browse files
authored
Merge pull request #446 from acpaquette/release_prep
USGSCSM 1.7.0 release prep
2 parents e51e50b + 696f9fa commit ad2fef2

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(usgscsm VERSION 1.6.0 DESCRIPTION "usgscsm library")
2+
project(usgscsm VERSION 1.7.0 DESCRIPTION "usgscsm library")
33

44
include(GNUInstallDirs)
55

code.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,43 @@
3737
"date": {
3838
"metadataLastUpdated": "2023-02-23"
3939
}
40+
}, {
41+
"name": "USGSCSM",
42+
"organization": "U.S. Geological Survey",
43+
"description": "GitHub respository for the CSM compliant sensor models create by the USGS Astrogeology Science Center",
44+
"version": "1.7.0",
45+
"status": "Production",
46+
"permissions": {
47+
"usageType": "openSource",
48+
"licenses": [
49+
{
50+
"name": "Public Domain, CC-1.0",
51+
"URL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/1.7.0/LICENSE.md"
52+
}
53+
]
54+
},
55+
"homepageURL": "https://code.usgs.gov/astrogeology/usgscsm/-/tree/1.7.0",
56+
"downloadURL": "https://code.usgs.gov/astrogeology/usgscsm/-/archive/1.7.0/usgscsm-1.7.0.zip",
57+
"disclaimerURL": "https://code.usgs.gov/astrogeology/usgscsm/-/raw/1.7.0/DISCLAIMER.md",
58+
"repositoryURL": "https://code.usgs.gov/astrogeology/usgscsm.git",
59+
"vcs": "git",
60+
"laborHours": 60,
61+
"tags": [
62+
"Planetary",
63+
"Remote Sensing",
64+
"Data Processing",
65+
"Community Sensor Model"
66+
],
67+
"languages": [
68+
"C++"
69+
],
70+
"contact": {
71+
"name": "Adam Paquette",
72+
"email": "acpaquette@usgs.gov"
73+
},
74+
"date": {
75+
"metadataLastUpdated": "2023-08-11"
76+
}
4077
}, {
4178
"name": "USGSCSM",
4279
"organization": "U.S. Geological Survey",

0 commit comments

Comments
 (0)