We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5a7d3 commit 7fbe26dCopy full SHA for 7fbe26d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+-
4
+
5
+# v1.4.0
6
7
- [added] `AppOptions` now supports setting an `HttpClientFactory`, which
8
is useful when deploying the SDK behind a proxy server.
9
FirebaseAdmin/FirebaseAdmin/FirebaseAdmin.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>1.3.0</Version>
+ <Version>1.4.0</Version>
<TargetFrameworks>netstandard1.5;net45</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.5</TargetFrameworks>
<LangVersion>latest</LangVersion>
0 commit comments