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 fea7d7d commit ad8980eCopy full SHA for ad8980e
.github/workflows/release.yml
@@ -108,6 +108,7 @@ jobs:
108
uses: actions/download-artifact@v4.1.7
109
with:
110
name: Release
111
+ path: Release
112
113
114
- name: Setup .NET
FirebaseAdmin/FirebaseAdmin/FirebaseAdmin.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Version>3.0.0</Version>
+ <Version>3.0.1</Version>
5
<TargetFrameworks>netstandard2.0;net462;net6.0</TargetFrameworks>
6
<LangVersion>latest</LangVersion>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
0 commit comments