Skip to content

Commit a5700f1

Browse files
author
Dmitry Sikorsky
committed
Changed version to 3.0.0-alpha1
1 parent 1c3c1ca commit a5700f1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/ExtCore.Data.EntityFramework/Extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class Extension : ExtensionBase
2424
/// <summary>
2525
/// Gets the version of the extension.
2626
/// </summary>
27-
public override string Version => "2.1.0";
27+
public override string Version => "3.0.0-alpha1";
2828

2929
/// <summary>
3030
/// Gets the authors of the extension (separated by commas).

src/ExtCore.Data/Extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Extension : ExtensionBase
2323
/// <summary>
2424
/// Gets the version of the extension.
2525
/// </summary>
26-
public override string Version => "2.1.0";
26+
public override string Version => "3.0.0-alpha1";
2727

2828
/// <summary>
2929
/// Gets the authors of the extension (separated by commas).

src/ExtCore.Events/Extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Extension : ExtensionBase
2323
/// <summary>
2424
/// Gets the version of the extension.
2525
/// </summary>
26-
public override string Version => "2.1.0";
26+
public override string Version => "3.0.0-alpha1";
2727

2828
/// <summary>
2929
/// Gets the authors of the extension (separated by commas).

src/ExtCore.Mvc/Extension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Extension : ExtensionBase
2323
/// <summary>
2424
/// Gets the version of the extension.
2525
/// </summary>
26-
public override string Version => "2.1.0";
26+
public override string Version => "3.0.0-alpha1";
2727

2828
/// <summary>
2929
/// Gets the authors of the extension (separated by commas).

0 commit comments

Comments
 (0)