Skip to content

Commit 43e71e9

Browse files
author
flexxxxer
committed
v3.1.1001.4
1 parent a7f6fd1 commit 43e71e9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

RamDrive.OsfMount/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
[assembly: ComVisible(false)]
1010
[assembly: Guid("4ce8b80c-b63b-497d-a43c-e4935562a516")]
1111

12-
[assembly: AssemblyVersion("3.1.1001.3")]
13-
[assembly: AssemblyFileVersion("3.1.1001.3")]
12+
[assembly: AssemblyVersion("3.1.1001.4")]
13+
[assembly: AssemblyFileVersion("3.1.1001.4")]

RamDrive.OsfMount/RamDrive.OsfMount.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</PropertyGroup>
2222

2323
<PropertyGroup Label="NuGet">
24-
<Version>3.1.1001.3</Version>
25-
<PackageVersion>3.1.1001.3</PackageVersion>
24+
<Version>3.1.1001.4</Version>
25+
<PackageVersion>3.1.1001.4</PackageVersion>
2626
<Title>RamDrive.OsfMount</Title>
2727
<Authors>flexxxxer Aleksandr</Authors>
2828
<Description>A library for create virtual disk drive on system memory using (c) PassMark OSFMount software.</Description>

VERSION_HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ The library is versioned as follows:
77
whose binaries are included in the release of the library
88
- library-patch - library patch number (bug fixes).
99

10-
## 3.1.1001.3, 2023-01-28
10+
## 3.1.1001.4, 2023-04-21
11+
New object-oriented API `RamDrive.OsfMount.ObjectOriented.RamDrive` and `OsfMountRamDrive.New` added.
12+
API changed: returned type of `OsfMountRamDrive.Mount` was `MountError`, now `OneOf<MountError, Drive>`.
13+
14+
## 3.1.1001.3, 2023-04-8
1115
New `OsfMountRamDrive.AllRamDrives` API added (fixed).
1216

1317
## 3.1.1001.2 (initial release), 2023-01-28

0 commit comments

Comments
 (0)