Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigas002 committed Jul 30, 2019
1 parent 2ffec83 commit c9e7f65
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 19 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 30.07.2019 – Released 1.3.1

Changes since 1.3.1:

- Updated **NetVips** to stable **1.1.0**;
- Updated **NetVips.Native.win-x64** to 8.8.1;

# 28.07.2019 – Released 1.3.0

Changes since 1.2.0:
Expand Down
4 changes: 2 additions & 2 deletions GTiff2Tiles.Benchmarks/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
4 changes: 2 additions & 2 deletions GTiff2Tiles.Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
4 changes: 2 additions & 2 deletions GTiff2Tiles.Core/GTiff2Tiles.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
<Version>2.4.2</Version>
</PackageReference>
<PackageReference Include="NetVips">
<Version>1.1.0-rc3</Version>
<Version>1.1.0</Version>
</PackageReference>
<PackageReference Include="NetVips.Native.win-x64">
<Version>8.8.0</Version>
<Version>8.8.1</Version>
</PackageReference>
<PackageReference Include="System.Threading.Tasks.Extensions">
<Version>4.5.3</Version>
Expand Down
4 changes: 2 additions & 2 deletions GTiff2Tiles.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
4 changes: 2 additions & 2 deletions GTiff2Tiles.GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
Binary file modified GTiff2Tiles.GUI/Screenshots/MainPage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions GTiff2Tiles.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

[assembly: Guid("d395133d-7823-42fd-91a9-b52592e6c18a")]

[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
8 changes: 4 additions & 4 deletions GTiff2Tiles.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>GTiff2Tiles</id>
<version>1.3.0</version>
<version>1.3.1</version>
<title>GTiff2Tiles</title>
<authors>Gigas002</authors>
<owners>Gigas002</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://www.wtfpl.net/</licenseUrl>
<projectUrl>https://github.com/Gigas002/GTiff2Tiles</projectUrl>
<description>Analogue of gdal2tiles.py on C#.</description>
<summary>x64 only</summary>
<summary>x64 only!</summary>
<copyright>Gigas002</copyright>
<tags>gtiff2tiles gdal2tiles tif tiff geotiff gdal tile maptiler</tags>
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="GDAL" version="2.4.2" />
<dependency id="GDAL.Native" version="2.4.2" />
<dependency id="NetVips" version="1.1.0-rc3" />
<dependency id="NetVips.Native.win-x64" version="8.8.0" />
<dependency id="NetVips" version="1.1.0" />
<dependency id="NetVips.Native.win-x64" version="8.8.1" />
<dependency id="System.Threading.Tasks.Extensions" version="4.5.3" />
</group>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Library uses 2 different algorithms to create tiles:

- [GDAL](https://www.nuget.org/packages/GDAL/) – 2.4.2;
- [GDAL.Native](https://www.nuget.org/packages/GDAL.Native/) – 2.4.2;
- [NetVips](https://www.nuget.org/packages/NetVips/) – 1.1.0-rc3;
- [NetVips.Native.win-x64](https://www.nuget.org/packages/NetVips.Native.win-x64/) – 8.8.0;
- [NetVips](https://www.nuget.org/packages/NetVips/) – 1.1.0;
- [NetVips.Native.win-x64](https://www.nuget.org/packages/NetVips.Native.win-x64/) – 8.8.1;
- [System.Threading.Tasks.Extensions](https://www.nuget.org/packages/System.Threading.Tasks.Extensions/) – 4.5.3;

### Localization
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image: Visual Studio 2019

version: 1.3.0.{build}
version: 1.3.1.{build}

platform: x64

Expand Down

0 comments on commit c9e7f65

Please sign in to comment.