Skip to content

Commit

Permalink
Merge pull request #2 from FmgLib/feature/fix
Browse files Browse the repository at this point in the history
Feature/fix
  • Loading branch information
gonultasmf authored Jun 8, 2024
2 parents 9f6bdb3 + 2fcb465 commit 6319414
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: "Deploy to My Nuget"

on:
workflow_dispatch:
push:
tags:
- 'v*'
branches:
- master

env:
PROJECT_PATH: 'FmgLib.HttpClientHelper\FmgLib.HttpClientHelper.csproj'
Expand Down
3 changes: 2 additions & 1 deletion FmgLib.HttpClientHelper/FmgLib.HttpClientHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
<PackageIcon>nuget.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.2.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 6319414

Please sign in to comment.