File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
src/Atypical.VirtualFileSystem.Core Expand file tree Collapse file tree 3 files changed +11
-10
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.2 .0</Version >
14- <AssemblyVersion >0.2 .0</AssemblyVersion >
15- <FileVersion >0.2 .0</FileVersion >
16- <InformationalVersion >0.2 .0</InformationalVersion >
13+ <Version >0.3 .0</Version >
14+ <AssemblyVersion >0.3 .0</AssemblyVersion >
15+ <FileVersion >0.3 .0</FileVersion >
16+ <InformationalVersion >0.3 .0</InformationalVersion >
1717 </PropertyGroup >
1818</Project >
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ dotnet add package Atypical.VirtualFileSystem
114114or by adding a package reference to your project file:
115115
116116``` xml
117- <PackageReference Include =" Atypical.VirtualFileSystem" Version =" 0.2 .0" />
117+ <PackageReference Include =" Atypical.VirtualFileSystem" Version =" 0.3 .0" />
118118```
119119
120120### 📁 From source
Original file line number Diff line number Diff line change 4545 <RepositoryType >git</RepositoryType >
4646 <RepositoryBranch >main</RepositoryBranch >
4747 <PackageReleaseNotes >
48- ## Changes
49- - Get a summary from the ToString method @phmatray (#35)
50- - Add some unit tests @phmatray (#34)
51- - Add method to IVirtualFileSystem + comments and test @phmatray (#33)
52- - Create Directory.Build.props @phmatray (#32)
48+ ## 🚀 Features
49+ - feature: add events @phmatray (#68)
50+ - feature: add move directory @phmatray (#67)
51+
52+ ## ✅ Tests
53+ - test: add tests for checking if an event is raised @phmatray (#69)
5354 </PackageReleaseNotes >
5455 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
5556 <PackageLanguage >en-US</PackageLanguage >
You can’t perform that action at this time.
0 commit comments