File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
source/StoneAge.Data.FileSystem Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -328,3 +328,5 @@ ASALocalRun/
328328
329329# MFractors (Xamarin productivity tool) working folder
330330.mfractor /
331+
332+ .DS_Store
Original file line number Diff line number Diff line change 1+ A simple file system abstraction. Use it to make testing file system related stuff eaiser with the provided interfaces.
Original file line number Diff line number Diff line change 1111 <PackageId >StoneAge.FileSystem</PackageId >
1212 <Product >StoneAge.FileSystem</Product >
1313 <Authors >T-rav</Authors >
14- <Version >1.4.4</Version >
15- <PackageReleaseNotes >Adde MoveWithOverwrite to overwrite an existing file when moving</PackageReleaseNotes >
16- <FileVersion >1.4.4.0</FileVersion >
17- <AssemblyVersion >1.4.4.0</AssemblyVersion >
14+ <Version >1.4.6</Version >
15+ <PackageReleaseNotes >.net 8 upgrade and fixed a few small bugs</PackageReleaseNotes >
16+ <FileVersion >1.4.6.0</FileVersion >
17+ <AssemblyVersion >1.4.6.0</AssemblyVersion >
18+ </PropertyGroup >
19+ <PropertyGroup >
20+ <PackageReadmeFile >README.md</PackageReadmeFile >
1821 </PropertyGroup >
1922
23+ <ItemGroup >
24+ <None Include =" README.md" Pack =" true" PackagePath =" \" />
25+ </ItemGroup >
2026</Project >
You can’t perform that action at this time.
0 commit comments