Skip to content

Commit 4d544b9

Browse files
committed
release v0.4.0
1 parent ebb418f commit 4d544b9

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<!-- Versioning -->
1111
<!-- https://saebamini.com/how-to-version-your-net-nuget-packages-libraries-and-assemblies-azure-yaml-pipelines-example-using-net-core-cli/ -->
1212
<PropertyGroup>
13-
<Version>0.3.0</Version>
14-
<AssemblyVersion>0.3.0</AssemblyVersion>
15-
<FileVersion>0.3.0</FileVersion>
16-
<InformationalVersion>0.3.0</InformationalVersion>
13+
<Version>0.4.0</Version>
14+
<AssemblyVersion>0.4.0</AssemblyVersion>
15+
<FileVersion>0.4.0</FileVersion>
16+
<InformationalVersion>0.4.0</InformationalVersion>
1717
</PropertyGroup>
1818
</Project>

src/Atypical.VirtualFileSystem.Core/Atypical.VirtualFileSystem.Core.csproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,16 @@
4545
<RepositoryType>git</RepositoryType>
4646
<RepositoryBranch>main</RepositoryBranch>
4747
<PackageReleaseNotes>
48-
## 🚀 Features
49-
- feature: add events @phmatray (#68)
50-
- feature: add move directory @phmatray (#67)
48+
## Changes
5149

52-
## ✅ Tests
53-
- test: add tests for checking if an event is raised @phmatray (#69)
50+
- build(deps): bump JetBrains/qodana-action from 2023.2 to 2023.3 @dependabot (#85)
51+
- build(deps): bump actions/setup-dotnet from 3 to 4 @dependabot (#83)
52+
- build(deps): bump release-drafter/release-drafter from 5 to 6 @dependabot (#84)
53+
- build(deps): bump actions/checkout from 3 to 4 @dependabot (#86)
54+
- build(deps): bump actions/cache from 3 to 4 @dependabot (#87)
55+
- Features/undo redo @phmatray (#82)
56+
- upgrade dependencies @phmatray (#80)
57+
- build(deps): bump Spectre.Console from 0.47.0 to 0.48.0 @dependabot (#70)
5458
</PackageReleaseNotes>
5559
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
5660
<PackageLanguage>en-US</PackageLanguage>

0 commit comments

Comments
 (0)