Skip to content

Commit

Permalink
Bump version number to 1.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
mibe committed Aug 6, 2023
1 parent 7ebd898 commit 963eade
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
[assembly: AssemblyConfigurationAttribute("release")]
[assembly: AssemblyCompanyAttribute("Igor Brejc and others")]
[assembly: AssemblyProductAttribute("Srtm2Osm")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2007-2022 Igor Brejc and others")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2007-2023 Igor Brejc and others")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: AssemblyFileVersionAttribute("1.15.4.0")]
[assembly: AssemblyInformationalVersionAttribute("1.15")]
[assembly: AssemblyFileVersionAttribute("1.16.5.0")]
[assembly: AssemblyInformationalVersionAttribute("1.16")]
[assembly: AssemblyDelaySignAttribute(false)]
[assembly: AssemblyKeyNameAttribute("")]

2 changes: 1 addition & 1 deletion Srtm2Osm.ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0.0
1.16.0.0
2 changes: 1 addition & 1 deletion Srtm2Osm.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- setting basic project properties -->
<property name="ProjectId" value="Srtm2Osm" />
<property name="ReleaseStartDate" value="09/04/2022"/>
<property name="ReleaseStartDate" value="08/05/2023"/>
<property name="CompanyName" value="Igor Brejc and others"/>
<property name="BuildEngine" value="MSBuild"/>
<property name="ProjectSolutionFile" value="${ProjectId}.sln" />
Expand Down
9 changes: 9 additions & 0 deletions Srtm2Osm/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Srtm2Osm tool by Igor Brejc and others
VERSION HISTORY
---------------

1.16
----
- Changed defaults for node & way IDs, because downstream software uses the old defaults for state handling.
- Downgrade the cell file size check, which will trigger a warning instead an error.
- Don't output fractional seconds in the resulting file. Another fix for downstream software...
- Add support for file:// scheme in source URLs.
- Display a warning when no contour lines were generated.
- Srtm2Osm requires at least .NET Framework 4.6.2

1.15
----
- The ArduPilot Firmware server is used as default SRTM source.
Expand Down

0 comments on commit 963eade

Please sign in to comment.