Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 30, 2025
1 parent ca19064 commit 143871b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] / 2024-09-03 - 2025-01-16
- Update `ILRepack` to version `2.0.36`.
## [1.0.0] / 2024-09-03 - 2025-01-30
### Features
- Support `ILRepack` version `2.0.36`.
- Repack all dependencies before `CopyFilesToOutputDirectory`.
### Updates
- Add `ILRepack` options using `PropertyGroups`.
- Add `ILRepackIgnoreReferences` to ignore references to be repack.
- Add `Tests` to validate the 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.0-rc.3</Version>
<Version>1.0.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 143871b

Please sign in to comment.