Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FObermaier committed Mar 16, 2021
1 parent 50f09c2 commit d822c82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Clean.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FOR /R /D %%i in (obj\*) DO @RMDIR /S /Q %%i
FOR /R %%i in (obj\*) DO @DEL /Q %%i

FOR /R /D %%i in (IVV.VENUS.*\bin\*) DO @RMDIR /S /Q %%i
FOR /R %%i in (IVV.VENUS.*\bin\*) DO @DEL /Q %%i
FOR /R /D %%i in (bin\*) DO @RMDIR /S /Q %%i
FOR /R %%i in (bin\*) DO @DEL /Q %%i

@ECHO ON
@ECHO ON
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<Product>SharpMap.BusinessObjects.MongoDB</Product>
<PackageTags>SharpMap GIS Map GeoSpatial Business MongoDB</PackageTags>
<RootNamespace>SharpMap</RootNamespace>
<Version>1.2.0</Version>
<Authors>SharpMap - Team</Authors>
<Description>MongoDB business objects to work with SharpMap</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2013-2014 - Felix Obermaier (www.ivv-aachen.de)
// Copyright 2013-2014 - Felix Obermaier (www.ivv-aachen.de)
//
// This file is part of SharpMap.BusinessObjects.
// SharpMap.BusinessObjects is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -137,4 +137,4 @@ public virtual Envelope GetExtents()
return CachedExtents;
}
}
}
}

0 comments on commit d822c82

Please sign in to comment.