Skip to content

Commit

Permalink
Merge pull request #669 from Laixer/develop
Browse files Browse the repository at this point in the history
3.6.1
  • Loading branch information
yorickdewid authored Jun 29, 2022
2 parents b064b59 + 3701f42 commit c4f54a8
Show file tree
Hide file tree
Showing 19 changed files with 787 additions and 681 deletions.
2 changes: 1 addition & 1 deletion contrib/Laixer.TdmClient/Laixer.TdmClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="OAuth.DotNetCore" Version="3.0.1" />
<PackageReference Include="RestSharp" Version="106.11.8-alpha.0.13" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion database/data/seed_application.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 12.8 (Debian 12.8-1.pgdg100+1)
-- Dumped by pg_dump version 12.8 (Ubuntu 12.8-0ubuntu0.20.04.1)
-- Dumped by pg_dump version 14.3 (Ubuntu 14.3-0ubuntu0.22.04.1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
2 changes: 1 addition & 1 deletion database/data/seed_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 12.8 (Debian 12.8-1.pgdg100+1)
-- Dumped by pg_dump version 12.8 (Ubuntu 12.8-0ubuntu0.20.04.1)
-- Dumped by pg_dump version 14.3 (Ubuntu 14.3-0ubuntu0.22.04.1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
8 changes: 4 additions & 4 deletions database/data/seed_geocoder.sql

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion database/data/seed_maplayer.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 12.8 (Debian 12.8-1.pgdg100+1)
-- Dumped by pg_dump version 12.8 (Ubuntu 12.8-0ubuntu0.20.04.1)
-- Dumped by pg_dump version 14.3 (Ubuntu 14.3-0ubuntu0.22.04.1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
2 changes: 1 addition & 1 deletion database/data/seed_report.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

-- Dumped from database version 12.8 (Debian 12.8-1.pgdg100+1)
-- Dumped by pg_dump version 12.8 (Ubuntu 12.8-0ubuntu0.20.04.1)
-- Dumped by pg_dump version 14.3 (Ubuntu 14.3-0ubuntu0.22.04.1)

SET statement_timeout = 0;
SET lock_timeout = 0;
Expand Down
Loading

0 comments on commit c4f54a8

Please sign in to comment.