Releases: BruTile/BruTile
Releases · BruTile/BruTile
5.0.6
What's Changed
- LegendUrl width & heigth attributes are optional by @taansikirin in #218
- Replace constructor parameter with AddHeader method @pauldendulk in #221
Maintenance
- run dotnet format BruTile.sln whitespace by @pauldendulk in #215
- Add mkdocs build by @pauldendulk in #219
- Update mkdocs build by @pauldendulk in #220
New Contributors
- @taansikirin made their first contribution in #218
Full Changelog: 5.0.5...5.0.6
5.0.5
What's Changed
- Updated NUnit and replaced WebRequest with HttpClient by @inforithmics in #211
- Update WmtsParser.cs: adding a test if a layer has no Style by @franky235 in #212
- Add Referer init property to HttpTileSource for #213 by @pauldendulk in #214
New Contributors
- @franky235 made their first contribution in #212
Full Changelog: 5.0.4...5.0.5
5.0.4
What's Changed
- Cleanup by @pauldendulk in #191
- Add filtered solution (slnf) to allow build on Mac and Linux by @pauldendulk in #192
- Add comments to FileCache for #176 by @pauldendulk in #193
- Add 'dotnet format' as build step by @pauldendulk in #194
- Fix stamen terrain extent by @pauldendulk in #196
- Set unused using to warning by @pauldendulk in #195
- GitHub Actions: upload nupkgs as artifacts by @janusw in #198
- KnownTileSources: update Stamen URLs by @janusw in #200
- KnownTileSources: add a couple of maps from HERE Technologies by @janusw in #202
- Use latest tag for release by @pauldendulk in #201
- Fix SimpleStaticMap sample by @pauldendulk in #203
- Fix file lock by @pauldendulk in #206
- Fix MbTilesTileSource determineTileRangeFromTilesTable by @pauldendulk in #207
- Add small improvement to publish-nuget.yml by @pauldendulk in #205
Full Changelog: 5.0.3...5.0.4
5.0.3
What's Changed
- Checks by @pauldendulk in #189
- Build on windows by @pauldendulk in #190
Full Changelog: 5.0.2...5.0.3
5.0.2
What's Changed
- Fix warnings by @pauldendulk in #185
- Apply all code analyses messages by @pauldendulk in #186
- Ran code cleanup on the entire solution by @pauldendulk in #187
- Work on GitHub Actions by @pauldendulk in #188
Full Changelog: 5.0.1...5.0.2
5.0.1
What's Changed
- Fix resharper warnings by @pauldendulk in #173
- Add .editorconfig and run code cleanup on all projects by @pauldendulk in #174
- More cleanup and add copyright header to all files by @pauldendulk in #175
- Bump Newtonsoft.Json from 7.0.1 to 13.0.1 in /Samples/BruTile.Samples.VectorTileToBitmap by @dependabot in #177
- add .net 6 targets to brutile and add nullable information to ITilePr… by @inforithmics in #181
- Prevent crash by returning a default UnitOfMeasure by @pauldendulk in #183
- Remove unused and outdated sample VectorTileToBitmap by @pauldendulk in #184
New Contributors
- @dependabot made their first contribution in #177
Full Changelog: 5.0.0...5.0.1
5.0.0
What's Changed
- KnownTileSources: use scaled variants of BKG maps by @janusw in #162
- GitHub Actions: run for pull requests by @janusw in #166
- Fixed WmscRequest query string by @JBou in #167
- Made GetTile Async for fixing Wasm by @inforithmics in #169
- Remove [Obsolete] and unused classes by @pauldendulk in #170
- Fix all ReSharper warnings by @pauldendulk in #172
- Fix typos in comments by @pauldendulk in #171
New Contributors
Full Changelog: 4.0.0...5.0.0
4.0.0
- BruTile and BruTile.MbTiles to netstandard2.0 #150
- Remove BruTile.Desktop. The contents is now in BruTile core #151
- Remove BruTile.Desktop.Cache. It's content was not in use #151
- Fix Wmts Parser when there are no Constraints specified #158
- Add support to customize the HttpClientHandler to add proxy server #157