|
42 | 42 | "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. |
43 | 43 | </Description> |
44 | 44 | <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> |
46 | 46 | <PackageProjectUrl>https://github.com/Atypical-Consulting/VirtualFileSystem</PackageProjectUrl> |
47 | 47 | <RepositoryUrl>https://github.com/Atypical-Consulting/VirtualFileSystem.git</RepositoryUrl> |
48 | 48 | <RepositoryType>git</RepositoryType> |
49 | 49 | <RepositoryBranch>main</RepositoryBranch> |
50 | 50 | <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) |
52 | 61 | </PackageReleaseNotes> |
53 | 62 | </PropertyGroup> |
54 | 63 |
|
55 | 64 | <!-- Versioning --> |
56 | 65 | <!-- https://saebamini.com/how-to-version-your-net-nuget-packages-libraries-and-assemblies-azure-yaml-pipelines-example-using-net-core-cli/ --> |
57 | 66 | <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> |
62 | 71 | </PropertyGroup> |
63 | 72 |
|
64 | 73 | </Project> |
0 commit comments