|
2 | 2 | <package > |
3 | 3 | <metadata> |
4 | 4 | <id>OpenSatelliteProject.XRIT</id> |
5 | | - <version>1.3</version> |
| 5 | + <version>1.3.6489</version> |
6 | 6 | <title>XRIT Library</title> |
7 | 7 | <authors>Lucas Teske</authors> |
8 | 8 | <owners>Lucas Teske</owners> |
|
12 | 12 | <requireLicenseAcceptance>true</requireLicenseAcceptance> |
13 | 13 | <description>xRIT File / Packet Processing Library</description> |
14 | 14 | <releaseNotes> |
15 | | - Added LogLevel Enable Control and reduced some log messages to contain only filename and not the full path |
16 | | - Added new False Color LUT system |
17 | | - Added better error handling when loading ShapeFiles / MapDrawer Verified |
18 | | - Added Debug Message Prefix and some more Debug Messages Regarding ShapeFiles |
19 | | - Added Revsion to LibInfo.Version |
20 | | - Changed False Color LUT to be less yellow-ish and added Thermal / Radiance Offset Tunning |
| 15 | + Added LogLevel Enable Control and reduced some log messages to contain only filename and not the full path |
| 16 | + Added new False Color LUT system |
| 17 | + Added better error handling when loading ShapeFiles / MapDrawer Verified |
| 18 | + Added Debug Message Prefix and some more Debug Messages Regarding ShapeFiles |
| 19 | + Added Revsion to LibInfo.Version |
| 20 | + Changed False Color LUT to be less yellow-ish and added Thermal / Radiance Offset Tunning |
21 | 21 | </releaseNotes> |
22 | 22 | <copyright>Copyright 2017</copyright> |
23 | 23 | <tags>GOES XRIT NOAA Satellite OpenSatelliteProject OSP SDR Ingestor</tags> |
|
28 | 28 | <dependency id="DotSpatial.Serialization" version="[1.9]"/> |
29 | 29 | <dependency id="DotSpatial.Topology" version="[1.9]"/> |
30 | 30 | <dependency id="SharpZipLib" version="[0.86.0]"/> |
31 | | - <dependency id="sqlite-net" version="[1.0.8]"/> |
32 | | - </dependencies> |
| 31 | + </dependencies> |
33 | 32 | </metadata> |
| 33 | + <files> |
| 34 | + <file src="lib/**" target="lib" /> |
| 35 | + <file src="build/**" target="build" /> |
| 36 | + </files> |
34 | 37 | </package> |
0 commit comments