Skip to content

Commit

Permalink
v3.1.1001.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flexxxxer committed Apr 1, 2023
1 parent 28dc6de commit 168d850
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.2")]
[assembly: AssemblyFileVersion("3.1.1001.2")]
[assembly: AssemblyVersion("3.1.1001.3")]
[assembly: AssemblyFileVersion("3.1.1001.3")]
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.2</Version>
<PackageVersion>3.1.1001.2</PackageVersion>
<Version>3.1.1001.3</Version>
<PackageVersion>3.1.1001.3</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
3 changes: 3 additions & 0 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ 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
New `OsfMountRamDrive.AllRamDrives` API added (fixed).

## 3.1.1001.2 (initial release), 2023-01-28
NOWWW package building is deterministic from CI-CD pipeline (fixed).

Expand Down

0 comments on commit 168d850

Please sign in to comment.