Skip to content

Commit

Permalink
1.3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinCanton authored Apr 4, 2023
2 parents 612d958 + 72399a5 commit 15470b1
Show file tree
Hide file tree
Showing 56 changed files with 19,575 additions and 283 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.

## [1.3.0](https://github.com/JustinCanton/Geo.NET/compare/1.2.1...1.3.0) (2023-04-04)
### Features
- **core:** replacing the IStringLocalizer with a Geo.NET specific interface ([#50](https://github.com/JustinCanton/Geo.NET/issues/50)) ([cc43384](https://github.com/JustinCanton/Geo.NET/commit/cc43384815df870cbfb59c64ad0e9fe1e89aabf5))
- **here:** adding support for encoding flexible polylines for the autosuggest, browse, and discover endpoints ([#56](https://github.com/JustinCanton/Geo.NET/issues/56)) ([7b99804](https://github.com/JustinCanton/Geo.NET/commit/98c7dd9df3a8da4258e3c4d7482d8a0d807783e2))

## [1.2.1](https://github.com/JustinCanton/Geo.NET/compare/1.2.0...1.2.1) (2023-04-02)
### Bug Fixes
- **culture:** fixing an issue where the query string is generated incorrectly in different cultures ([#52](https://github.com/JustinCanton/Geo.NET/issues/52)) ([6421df0](https://github.com/JustinCanton/Geo.NET/commit/6421df0c4f314421718b6994b2c96d197ba955b1))

## [1.2.0](https://github.com/JustinCanton/Geo.NET/compare/1.1.1...1.2.0) (2022-08-20)
### Features
- adding extra information and logging surrounding exceptions ([#44](https://github.com/JustinCanton/Geo.NET/pull/44)) ([7b5b154](https://github.com/JustinCanton/Geo.NET/commit/7b5b15441181bda16b0a644e2b3ef8e7b06cc074))
- **core:** adding extra information and logging surrounding exceptions ([#44](https://github.com/JustinCanton/Geo.NET/pull/44)) ([7b5b154](https://github.com/JustinCanton/Geo.NET/commit/7b5b15441181bda16b0a644e2b3ef8e7b06cc074))

### Bug Fixes
- fixing an issue where the query is not properly encoded, and fixing an issue where the query string building is using an outdated method ([#46](https://github.com/JustinCanton/Geo.NET/pull/46)) ([5b55f4d](https://github.com/JustinCanton/Geo.NET/commit/5b55f4d249a617e4667e92b5cb0b2c9b6b02ec6f))
Expand Down
15 changes: 15 additions & 0 deletions src/Geo.ArcGIS/Geo.ArcGIS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,19 @@
<ProjectReference Include="..\Geo.Core\Geo.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Resources\Services\ArcGISGeocoding.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>ArcGISGeocoding.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Resources\Services\ArcGISGeocoding.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>ArcGISGeocoding.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

</Project>
207 changes: 207 additions & 0 deletions src/Geo.ArcGIS/Resources/Services/ArcGISGeocoding.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 15470b1

Please sign in to comment.