Skip to content

Commit 030cf4f

Browse files
Update assembly version
1 parent 60d3719 commit 030cf4f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Main/Source/NMemory.Net40/Properties/AssemblyVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737
[assembly: AssemblyVersion("2.0.0.0")]
38-
[assembly: AssemblyFileVersion("2.0.2")]
39-
[assembly: AssemblyInformationalVersion("2.0.2")]
38+
[assembly: AssemblyFileVersion("2.0.3")]
39+
[assembly: AssemblyInformationalVersion("2.0.3")]

Main/Source/NMemory.Net45/Properties/AssemblyVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737
[assembly: AssemblyVersion("2.0.0.0")]
38-
[assembly: AssemblyFileVersion("2.0.2")]
39-
[assembly: AssemblyInformationalVersion("2.0.2")]
38+
[assembly: AssemblyFileVersion("2.0.3")]
39+
[assembly: AssemblyInformationalVersion("2.0.3")]

Main/Source/NMemory.NetStandard20/NMemory.NetStandard20.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<AssemblyName>NMemory</AssemblyName>
66
<RootNamespace>NMemory</RootNamespace>
77
<Authors>ZZZ Projects</Authors>
8-
<Version>2.0.2</Version>
8+
<Version>2.0.3</Version>
99
<AssemblyVersion>2.0.0.0</AssemblyVersion>
10-
<FileVersion>2.0.2.0</FileVersion>
10+
<FileVersion>2.0.3.0</FileVersion>
1111
<Description>NMemory is a lightweight non-persistent in-memory relational database engine that is purely written in C# and can be hosted by .NET applications. It supports traditional database features like indexes, foreign key relations, transaction handling and isolation, stored procedures, query optimization.
1212

1313
Package Manager</Description>

0 commit comments

Comments
 (0)