Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit ee0de1c

Browse files
authored
New version numbers. (#162)
1 parent 3caf6f2 commit ee0de1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Kros.KORM/src/Kros.KORM.MsAccess/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.7.2.0")]
36-
[assembly: AssemblyFileVersion("1.7.2.0")]
35+
[assembly: AssemblyVersion("1.8.0.0")]
36+
[assembly: AssemblyFileVersion("1.8.0.0")]

Kros.KORM/src/Kros.KORM/Kros.KORM.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netcoreapp2.1;net46</TargetFrameworks>
44
<Company>KROS a.s.</Company>
5-
<Version>3.7.2</Version>
5+
<Version>3.8.0</Version>
66
<Authors>KROS a.s.</Authors>
77
<Title>Kros.KORM</Title>
88
<Description>KORM is fast, easy to use, micro .NET Standard ORM tool. (Kros Object Relation Mapper)</Description>

0 commit comments

Comments
 (0)