Skip to content

Commit

Permalink
Update to show TargetFramework in the console
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Feb 18, 2025
1 parent f456bcc commit 9f7b0b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `ILRepackRenameEnabled` property to rename the output file to change the assembly name with revision.
### Updates
- Update `ILRepackVersion` with condition.
- Update to show `TargetFramework` in the console.
### Sample
- Ignore `System.Text.Encodings.Web` issue in repack.

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.1-beta</Version>
<Version>1.0.1-beta.1</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion ricaun.ILRepack/ricaun.ILRepack.targets
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<ILRepackCommandLibFolder>@(BuildReferenceFolderDistinctSlash -> '/lib:&quot;%(identity) &quot;', ' ')</ILRepackCommandLibFolder>
</PropertyGroup>

<Message Text="ILRepack: $(ILRepackOutputFileName) [@(ILRepackInputAssemblies -> '%(Filename)%(Extension)', ', ')]" Importance="$(ILRepackImportance)" />
<Message Text="ILRepack: $(ILRepackOutputFileName) [@(ILRepackInputAssemblies -> '%(Filename)%(Extension)', ', ')] ($(TargetFramework))" Importance="$(ILRepackImportance)" />

<PropertyGroup>
<ILRepackFullCommand>&quot;$(ILRepack)&quot; $(ILRepackCommandExtra) $(ILRepackCommandLibFolder) $(ILRepackCommandOutput) $(ILRepackCommandInputAssemblies)</ILRepackFullCommand>
Expand Down

0 comments on commit 9f7b0b8

Please sign in to comment.