Skip to content

Commit

Permalink
Bump to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Nov 20, 2023
1 parent b30a3f4 commit bfda7f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.1.7</Version>
<AssemblyVersion>0.1.7</AssemblyVersion>
<FileVersion>0.1.7</FileVersion>
<InformationalVersion>0.1.7</InformationalVersion>
<Version>0.2.0</Version>
<AssemblyVersion>0.2.0</AssemblyVersion>
<FileVersion>0.2.0</FileVersion>
<InformationalVersion>0.2.0</InformationalVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dotnet add package Atypical.VirtualFileSystem
or by adding a package reference to your project file:

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

### 📁 From source
Expand Down

0 comments on commit bfda7f7

Please sign in to comment.