Skip to content

Commit

Permalink
Merge pull request #3 from VAllens/develop
Browse files Browse the repository at this point in the history
Fixed workflow bug: Error: 😭 unable to extract version info!
  • Loading branch information
VAllens authored Feb 17, 2022
2 parents de01f65 + 5976e74 commit 1bbf592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NuGet publish
name: NuGet Publish

on:
pull_request:
Expand Down Expand Up @@ -29,3 +29,4 @@ jobs:
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src/Obfuscation.Fody.NuGet/Obfuscation.Fody.NuGet.csproj
VERSION_FILE_PATH: Directory.Build.props
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Obfuscation.Fody

[![.NET Build](https://github.com/VAllens/Obfuscation.Fody/actions/workflows/build.yml/badge.svg?branch=develop&event=push)](https://github.com/VAllens/Obfuscation.Fody/actions/workflows/build.yml) [![NuGet Publish](https://github.com/VAllens/Obfuscation.Fody/actions/workflows/publish.yml/badge.svg?branch=main&event=pull_request)](https://github.com/VAllens/Obfuscation.Fody/actions/workflows/publish.yml)

## This is a [Fody](https://github.com/Fody/Fody) extension to modify `ObfuscationAttribute`.

It will get the attribute target that contains `ObfuscationAttribute`, and filter out the attribute target whose `Exclude` property value is equal to `true`, and modify the eligible `Feature` property value. Other properties remain the same.
Expand Down

0 comments on commit 1bbf592

Please sign in to comment.