Skip to content

Commit

Permalink
Updated files for new release 1.13.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.openstreetmap.org/applications/utils/Srtm2Osm/trunk@33759 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
  • Loading branch information
mibe committed Oct 31, 2017
1 parent c3e2e1e commit 312a7b9
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.18444
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
Expand All @@ -13,11 +13,11 @@
[assembly: AssemblyConfigurationAttribute("release")]
[assembly: AssemblyCompanyAttribute("Igor Brejc and others")]
[assembly: AssemblyProductAttribute("Srtm2Osm")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2007-2014 Igor Brejc and others")]
[assembly: AssemblyCopyrightAttribute("Copyright (C) 2007-2017 Igor Brejc and others")]
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: AssemblyFileVersionAttribute("1.12.1.0")]
[assembly: AssemblyInformationalVersionAttribute("1.12")]
[assembly: AssemblyFileVersionAttribute("1.13.1.0")]
[assembly: AssemblyInformationalVersionAttribute("1.13")]
[assembly: AssemblyDelaySignAttribute(false)]
[assembly: AssemblyKeyNameAttribute("")]

18 changes: 18 additions & 0 deletions Srtm2Osm.FxCop
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,24 @@
</Message>
</Messages>
</Namespace>
<Namespace Name="System.Net">
<Messages>
<Message TypeName="AvoidNamespacesWithFewTypes" Category="Microsoft.Design" CheckId="CA1020" Status="Excluded" Created="2017-10-31 22:30:22Z">
<Issue>
<Item>System.Net</Item>
</Issue>
</Message>
</Messages>
</Namespace>
<Namespace Name="System.Security.Authentication">
<Messages>
<Message TypeName="AvoidNamespacesWithFewTypes" Category="Microsoft.Design" CheckId="CA1020" Status="Excluded" Created="2017-10-31 22:30:22Z">
<Issue>
<Item>System.Security.Authentication</Item>
</Issue>
</Message>
</Messages>
</Namespace>
</Namespaces>
<Targets>
<Target Name="$(ProjectDir)/Brejc.Common.Library/bin/Release/Brejc.Common.Library.dll">
Expand Down
2 changes: 1 addition & 1 deletion Srtm2Osm.ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0.0
1.13.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/01/2014"/>
<property name="ReleaseStartDate" value="11/01/2017"/>
<property name="CompanyName" value="Igor Brejc and others"/>
<property name="BuildEngine" value="MSBuild"/>
<property name="ProjectSolutionFile" value="${ProjectId}.sln" />
Expand Down
5 changes: 5 additions & 0 deletions Srtm2Osm/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Srtm2Osm tool by Igor Brejc and others
VERSION HISTORY
---------------

1.13
----
- Support for encrypted HTTP communication with SRTM servers.
- Srtm2Osm requires at least .NET Framework 4.0 / Mono 4.8.

1.12
----
- New feature for splitting the bounding box into smaller ones for reduced memory footprint.
Expand Down
1 change: 0 additions & 1 deletion Srtm2Osm/Srtm2Osm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="OsmUtils.snk" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 312a7b9

Please sign in to comment.