File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
src/Atypical.VirtualFileSystem.Core Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ dotnet add package Atypical.VirtualFileSystem
108108or by adding a package reference to your project file:
109109
110110``` xml
111- <PackageReference Include =" Atypical.VirtualFileSystem" Version =" 0.1.3 " />
111+ <PackageReference Include =" Atypical.VirtualFileSystem" Version =" 0.1.4 " />
112112```
113113
114114### 📁 From source
Original file line number Diff line number Diff line change 4949 <RepositoryBranch >main</RepositoryBranch >
5050 <PackageReleaseNotes >
5151 ## Changes
52- - Update Copyright @phmatray (#25)
53- - Create ServiceCollectionExtensionsTests.cs @phmatray (#24)
54- - Introduce VFSException class @phmatray (#23)
55- - Fix a group of broken tests (VFS.ToString method) @phmatray (#22)
56- - Add virtual file system extension method @phmatray (#21)
57- - Bump FluentAssertions from 6.8.0 to 6.9.0 @dependabot (#20)
58- - Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 @dependabot (#19)
59- - Use Markdown documentation @phmatray (#18)
60- - Move and copy .editorconfig @phmatray (#15)
52+ - Add Directories and Files to IDirectoryNode.cs @phmatray (#28)
53+ - Remove the dependency to Root in VFSIndex @phmatray (#27)
54+ - Fix node creation in VFS.cs @phmatray (#26)
6155 </PackageReleaseNotes >
6256 </PropertyGroup >
6357
6458 <!-- Versioning -->
6559 <!-- https://saebamini.com/how-to-version-your-net-nuget-packages-libraries-and-assemblies-azure-yaml-pipelines-example-using-net-core-cli/ -->
6660 <PropertyGroup >
67- <Version >0.1.3 </Version >
68- <AssemblyVersion >0.1.3 </AssemblyVersion >
69- <FileVersion >0.1.3 </FileVersion >
70- <InformationalVersion >0.1.3 </InformationalVersion >
61+ <Version >0.1.4 </Version >
62+ <AssemblyVersion >0.1.4 </AssemblyVersion >
63+ <FileVersion >0.1.4 </FileVersion >
64+ <InformationalVersion >0.1.4 </InformationalVersion >
7165 </PropertyGroup >
7266
7367</Project >
You can’t perform that action at this time.
0 commit comments