Skip to content

Commit 2076d49

Browse files
committed
Bump to version 0.3.0
1 parent 31fa92b commit 2076d49

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
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>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dotnet add package Atypical.VirtualFileSystem
114114
or 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

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@
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>

0 commit comments

Comments
 (0)