Skip to content

Commit

Permalink
Prepare version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Feb 4, 2023
1 parent 30c7439 commit 23cb56e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dotnet add package Atypical.VirtualFileSystem
or by adding a package reference to your project file:

```xml
<PackageReference Include="Atypical.VirtualFileSystem" Version="0.1.3" />
<PackageReference Include="Atypical.VirtualFileSystem" Version="0.1.4" />
```

### 📁 From source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,19 @@
<RepositoryBranch>main</RepositoryBranch>
<PackageReleaseNotes>
## Changes
- Update Copyright @phmatray (#25)
- Create ServiceCollectionExtensionsTests.cs @phmatray (#24)
- Introduce VFSException class @phmatray (#23)
- Fix a group of broken tests (VFS.ToString method) @phmatray (#22)
- Add virtual file system extension method @phmatray (#21)
- Bump FluentAssertions from 6.8.0 to 6.9.0 @dependabot (#20)
- Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 @dependabot (#19)
- Use Markdown documentation @phmatray (#18)
- Move and copy .editorconfig @phmatray (#15)
- Add Directories and Files to IDirectoryNode.cs @phmatray (#28)
- Remove the dependency to Root in VFSIndex @phmatray (#27)
- Fix node creation in VFS.cs @phmatray (#26)
</PackageReleaseNotes>
</PropertyGroup>

<!-- Versioning -->
<!-- https://saebamini.com/how-to-version-your-net-nuget-packages-libraries-and-assemblies-azure-yaml-pipelines-example-using-net-core-cli/ -->
<PropertyGroup>
<Version>0.1.3</Version>
<AssemblyVersion>0.1.3</AssemblyVersion>
<FileVersion>0.1.3</FileVersion>
<InformationalVersion>0.1.3</InformationalVersion>
<Version>0.1.4</Version>
<AssemblyVersion>0.1.4</AssemblyVersion>
<FileVersion>0.1.4</FileVersion>
<InformationalVersion>0.1.4</InformationalVersion>
</PropertyGroup>

</Project>

0 comments on commit 23cb56e

Please sign in to comment.