File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
src/Atypical.VirtualFileSystem.Core Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments