Skip to content

Commit fdc637d

Browse files
committed
Prepare version 0.1.3
1 parent 3de47f3 commit fdc637d

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,32 @@
4242
"Virtual File System" is an attempt to solve this problem. Currently, this library is at an early stage of development. If you need additional functionality, I invite you to open an issue to discuss it.
4343
</Description>
4444
<PackageTags>virtual filesystem;testing;core;net7</PackageTags>
45-
<Copyright>Copyright (c) 2022 Atypical Consulting SRL</Copyright>
45+
<Copyright>Copyright (c) 2022-2023 Atypical Consulting SRL</Copyright>
4646
<PackageProjectUrl>https://github.com/Atypical-Consulting/VirtualFileSystem</PackageProjectUrl>
4747
<RepositoryUrl>https://github.com/Atypical-Consulting/VirtualFileSystem.git</RepositoryUrl>
4848
<RepositoryType>git</RepositoryType>
4949
<RepositoryBranch>main</RepositoryBranch>
5050
<PackageReleaseNotes>
51-
- Initial release
51+
## 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)
5261
</PackageReleaseNotes>
5362
</PropertyGroup>
5463

5564
<!-- Versioning -->
5665
<!-- https://saebamini.com/how-to-version-your-net-nuget-packages-libraries-and-assemblies-azure-yaml-pipelines-example-using-net-core-cli/ -->
5766
<PropertyGroup>
58-
<Version>0.1.0</Version>
59-
<AssemblyVersion>0.1.0</AssemblyVersion>
60-
<FileVersion>0.1.0</FileVersion>
61-
<InformationalVersion>0.1.0</InformationalVersion>
67+
<Version>0.1.3</Version>
68+
<AssemblyVersion>0.1.3</AssemblyVersion>
69+
<FileVersion>0.1.3</FileVersion>
70+
<InformationalVersion>0.1.3</InformationalVersion>
6271
</PropertyGroup>
6372

6473
</Project>

0 commit comments

Comments
 (0)