File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
FirebaseAdmin/FirebaseAdmin Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : csharp
2
2
solution : FirebaseAdmin/FirebaseAdmin.sln
3
+ dist : xenial
3
4
4
5
matrix :
5
6
include :
6
- - dotnet : 2.1.105
7
+ - dotnet : 2.1.502
7
8
mono : none
8
9
script :
9
10
- dotnet build FirebaseAdmin/FirebaseAdmin
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ -
4
+
5
+ # v1.4.0
6
+
3
7
- [ added] ` AppOptions ` now supports setting an ` HttpClientFactory ` , which
4
8
is useful when deploying the SDK behind a proxy server.
5
9
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >1.3 .0</Version >
4
+ <Version >1.4 .0</Version >
5
5
<TargetFrameworks >netstandard1.5;net45</TargetFrameworks >
6
6
<TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard1.5</TargetFrameworks >
7
7
<LangVersion >latest</LangVersion >
You can’t perform that action at this time.
0 commit comments