Skip to content

Commit

Permalink
Bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Nov 21, 2023
1 parent 31fa92b commit 2076d49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<!-- 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.2.0</Version>
<AssemblyVersion>0.2.0</AssemblyVersion>
<FileVersion>0.2.0</FileVersion>
<InformationalVersion>0.2.0</InformationalVersion>
<Version>0.3.0</Version>
<AssemblyVersion>0.3.0</AssemblyVersion>
<FileVersion>0.3.0</FileVersion>
<InformationalVersion>0.3.0</InformationalVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ dotnet add package Atypical.VirtualFileSystem
or by adding a package reference to your project file:

```xml
<PackageReference Include="Atypical.VirtualFileSystem" Version="0.2.0" />
<PackageReference Include="Atypical.VirtualFileSystem" Version="0.3.0" />
```

### 📁 From source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@
<RepositoryType>git</RepositoryType>
<RepositoryBranch>main</RepositoryBranch>
<PackageReleaseNotes>
## Changes
- Get a summary from the ToString method @phmatray (#35)
- Add some unit tests @phmatray (#34)
- Add method to IVirtualFileSystem + comments and test @phmatray (#33)
- Create Directory.Build.props @phmatray (#32)
## 🚀 Features
- feature: add events @phmatray (#68)
- feature: add move directory @phmatray (#67)

## ✅ Tests
- test: add tests for checking if an event is raised @phmatray (#69)
</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLanguage>en-US</PackageLanguage>
Expand Down

0 comments on commit 2076d49

Please sign in to comment.