Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Jun 19, 2024
1 parent 2b72273 commit 26a5375
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 2.0.1

- Enabled EnableDynamicLoading by default for NetCore apps
- Disabled CopyLocalLockFileAssemblies for NetCore apps

# 2.0.0


- Disabled publishing Content files by default. To enable it, set `CopyToPublishDirectory=‘Always’` or `CopyToPublishDirectory=‘PreserveNewest’`.
- PreserveNewest and Always now affect whether existing files should be skipped or overwritten always
- Increased major version to avoid conflicts in existing projects
Expand Down
2 changes: 1 addition & 1 deletion build/Build.Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sealed partial class Build
{
const string Version = "2.0.0";
const string Version = "2.0.1";
readonly AbsolutePath ArtifactsDirectory = RootDirectory / "output";
readonly AbsolutePath ChangeLogPath = RootDirectory / "Changelog.md";

Expand Down

0 comments on commit 26a5375

Please sign in to comment.