Skip to content

Commit bfda7f7

Browse files
committed
Bump to version 0.2.0
1 parent b30a3f4 commit bfda7f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.1.7</Version>
14-
<AssemblyVersion>0.1.7</AssemblyVersion>
15-
<FileVersion>0.1.7</FileVersion>
16-
<InformationalVersion>0.1.7</InformationalVersion>
13+
<Version>0.2.0</Version>
14+
<AssemblyVersion>0.2.0</AssemblyVersion>
15+
<FileVersion>0.2.0</FileVersion>
16+
<InformationalVersion>0.2.0</InformationalVersion>
1717
</PropertyGroup>
1818
</Project>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dotnet add package Atypical.VirtualFileSystem
102102
or by adding a package reference to your project file:
103103

104104
```xml
105-
<PackageReference Include="Atypical.VirtualFileSystem" Version="0.1.7" />
105+
<PackageReference Include="Atypical.VirtualFileSystem" Version="0.2.0" />
106106
```
107107

108108
### 📁 From source

0 commit comments

Comments
 (0)