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/
328
328
329
329
# MFractors (Xamarin productivity tool) working folder
330
330
.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 11
11
<PackageId >StoneAge.FileSystem</PackageId >
12
12
<Product >StoneAge.FileSystem</Product >
13
13
<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 >
18
21
</PropertyGroup >
19
22
23
+ <ItemGroup >
24
+ <None Include =" README.md" Pack =" true" PackagePath =" \" />
25
+ </ItemGroup >
20
26
</Project >
You can’t perform that action at this time.
0 commit comments