Skip to content

Commit 09a181f

Browse files
committed
Updated oauth
1 parent 5d14c69 commit 09a181f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UI_VERSION=ui:3.0.0
1+
ARG UI_VERSION=ui:3.0.1
22
FROM exceptionless/${UI_VERSION} AS ui
33

44
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Refer to the [Exceptionless documentation wiki](https://github.com/exceptionless
1313
## Hosting Options
1414
We provide very reasonably priced hosting at [Exceptionless](http://exceptionless.com). By using our hosted service, you are supporting the project and helping it get better! We also provide set up and support services.
1515

16-
Exceptionless can be run locally as simply as `docker run --rm -it -p 5000:80 exceptionless/exceptionless:6.1.3`. This will run a completely self-contained simple instance of Exceptionless. It is only suitable for testing purposes since it will not persist data. For more complete setups, check out the [self hosting documentation](https://github.com/exceptionless/Exceptionless/wiki/Self-Hosting). Also, if you want to support the project while self hosting you can send us a pull request or [donation](https://donorbox.org/exceptionless?recurring=true).
16+
Exceptionless can be run locally as simply as `docker run --rm -it -p 5000:80 exceptionless/exceptionless`. This will run a completely self-contained simple instance of Exceptionless. It is only suitable for testing purposes since it will not persist data. For more complete setups, check out the [self hosting documentation](https://github.com/exceptionless/Exceptionless/wiki/Self-Hosting). Also, if you want to support the project while self hosting you can send us a pull request or [donation](https://donorbox.org/exceptionless?recurring=true).
1717

1818
## Contributing
1919
_In appreciation for anyone who submits a non-trivial pull request, we will give you a free [Exceptionless](http://exceptionless.com) paid plan for a year. After your pull request is accepted, simply send an email to [email protected] with the name of your organization and we will upgrade you to a paid plan._

src/Exceptionless.Web/Exceptionless.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.7" />
1616
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="3.1.7" />
1717
<PackageReference Include="NEST.JsonNetSerializer" Version="7.9.0" />
18+
<PackageReference Include="OAuth2" Version="0.10.0" />
1819
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
19-
<PackageReference Include="OAuth2" Version="0.9.13-pre" />
2020
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.5.1" />
2121
</ItemGroup>
2222
<ItemGroup>

0 commit comments

Comments
 (0)