File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
src/Atypical.VirtualFileSystem.Core Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ dotnet add package Atypical.VirtualFileSystem
102102or by adding a package reference to your project file:
103103
104104``` xml
105- <PackageReference Include =" Atypical.VirtualFileSystem" Version =" 0.1.4 " />
105+ <PackageReference Include =" Atypical.VirtualFileSystem" Version =" 0.1.5 " />
106106```
107107
108108### 📁 From source
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net6.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable</Nullable >
7- <LangVersion >11</LangVersion >
8- <Company >Atypical Consulting SRL</Company >
94 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
105 <GenerateDocumentationFile >true</GenerateDocumentationFile >
116 <DefaultDocumentationFolder >../../docs/api</DefaultDocumentationFolder >
5853 <!-- Versioning -->
5954 <!-- https://saebamini.com/how-to-version-your-net-nuget-packages-libraries-and-assemblies-azure-yaml-pipelines-example-using-net-core-cli/ -->
6055 <PropertyGroup >
61- <Version >0.1.4 </Version >
62- <AssemblyVersion >0.1.4 </AssemblyVersion >
63- <FileVersion >0.1.4 </FileVersion >
64- <InformationalVersion >0.1.4 </InformationalVersion >
56+ <Version >0.1.5 </Version >
57+ <AssemblyVersion >0.1.5 </AssemblyVersion >
58+ <FileVersion >0.1.5 </FileVersion >
59+ <InformationalVersion >0.1.5 </InformationalVersion >
6560 </PropertyGroup >
6661
6762</Project >
You can’t perform that action at this time.
0 commit comments