Skip to content

Commit

Permalink
v3.1.1001.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flexxxxer committed Apr 21, 2023
1 parent a7f6fd1 commit 43e71e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions RamDrive.OsfMount/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("4ce8b80c-b63b-497d-a43c-e4935562a516")]

[assembly: AssemblyVersion("3.1.1001.3")]
[assembly: AssemblyFileVersion("3.1.1001.3")]
[assembly: AssemblyVersion("3.1.1001.4")]
[assembly: AssemblyFileVersion("3.1.1001.4")]
4 changes: 2 additions & 2 deletions RamDrive.OsfMount/RamDrive.OsfMount.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</PropertyGroup>

<PropertyGroup Label="NuGet">
<Version>3.1.1001.3</Version>
<PackageVersion>3.1.1001.3</PackageVersion>
<Version>3.1.1001.4</Version>
<PackageVersion>3.1.1001.4</PackageVersion>
<Title>RamDrive.OsfMount</Title>
<Authors>flexxxxer Aleksandr</Authors>
<Description>A library for create virtual disk drive on system memory using (c) PassMark OSFMount software.</Description>
Expand Down
6 changes: 5 additions & 1 deletion VERSION_HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ The library is versioned as follows:
whose binaries are included in the release of the library
- library-patch - library patch number (bug fixes).

## 3.1.1001.3, 2023-01-28
## 3.1.1001.4, 2023-04-21
New object-oriented API `RamDrive.OsfMount.ObjectOriented.RamDrive` and `OsfMountRamDrive.New` added.
API changed: returned type of `OsfMountRamDrive.Mount` was `MountError`, now `OneOf<MountError, Drive>`.

## 3.1.1001.3, 2023-04-8
New `OsfMountRamDrive.AllRamDrives` API added (fixed).

## 3.1.1001.2 (initial release), 2023-01-28
Expand Down

0 comments on commit 43e71e9

Please sign in to comment.