Skip to content

Commit

Permalink
[chore] Release 3.0.1 (#420)
Browse files Browse the repository at this point in the history
* [chore] Release 3.0.1

* fix artifact path
  • Loading branch information
lahirumaramba committed Sep 12, 2024
1 parent fea7d7d commit ad8980e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
uses: actions/download-artifact@v4.1.7
with:
name: Release
path: Release


- name: Setup .NET
Expand Down
2 changes: 1 addition & 1 deletion FirebaseAdmin/FirebaseAdmin/FirebaseAdmin.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<TargetFrameworks>netstandard2.0;net462;net6.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit ad8980e

Please sign in to comment.