Skip to content

Commit

Permalink
Changed version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Sikorsky committed Sep 25, 2017
1 parent bc6668b commit c4c8cb8
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 30 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ExtCore 3.0.0-beta1
# ExtCore 3.0.0

[![Join the chat at https://gitter.im/ExtCore/ExtCore](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ExtCore/ExtCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down Expand Up @@ -95,18 +95,18 @@ in order to execute some code inside the ConfigureServices and Configure methods

Please take a look at our samples on GitHub:

* [Full-featured ExtCore 3.0.0-beta1 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
* [ExtCore framework 2.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
* [ExtCore framework 2.0.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
* [ExtCore framework 2.0.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
* [ExtCore framework 2.0.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
* [ExtCore framework 2.0.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
* [ExtCore framework 2.0.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
* [ExtCore framework 2.0.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
* [ExtCore framework 2.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
* [ExtCore framework 2.0.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).

You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-3.0.0-beta1.zip).
* [Full-featured ExtCore 3.0.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
* [ExtCore framework 3.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
* [ExtCore framework 3.0.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
* [ExtCore framework 3.0.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
* [ExtCore framework 3.0.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
* [ExtCore framework 3.0.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
* [ExtCore framework 3.0.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
* [ExtCore framework 3.0.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
* [ExtCore framework 3.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
* [ExtCore framework 3.0.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).

You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-3.0.0.zip).
It contains everything you need to run ExtCore-based web application from Visual Studio 2017, including SQLite
database with the test data.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Data extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Data.Abstractions</AssemblyName>
<PackageId>ExtCore.Data.Abstractions</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Data extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Data.Entities.Abstractions</AssemblyName>
<PackageId>ExtCore.Data.Entities.Abstractions</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2017 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Data.EntityFramework extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Data.EntityFramework.MySql</AssemblyName>
<PackageId>ExtCore.Data.EntityFramework.MySql</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Data.EntityFramework extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Data.EntityFramework.PostgreSql</AssemblyName>
<PackageId>ExtCore.Data.EntityFramework.PostgreSql</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Data.EntityFramework extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Data.EntityFramework.SqlServer</AssemblyName>
<PackageId>ExtCore.Data.EntityFramework.SqlServer</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Data.EntityFramework extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Data.EntityFramework.Sqlite</AssemblyName>
<PackageId>ExtCore.Data.EntityFramework.Sqlite</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2017 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Data.EntityFramework extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Data.EntityFramework</AssemblyName>
<PackageId>ExtCore.Data.EntityFramework</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/ExtCore.Data.EntityFramework/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Extension : ExtensionBase
/// <summary>
/// Gets the version of the extension.
/// </summary>
public override string Version => "3.0.0-alpha1";
public override string Version => "1.0.0";

/// <summary>
/// Gets the authors of the extension (separated by commas).
Expand Down
2 changes: 1 addition & 1 deletion src/ExtCore.Data/ExtCore.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Data extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Data</AssemblyName>
<PackageId>ExtCore.Data</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/ExtCore.Data/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Extension : ExtensionBase
/// <summary>
/// Gets the version of the extension.
/// </summary>
public override string Version => "3.0.0-alpha1";
public override string Version => "1.0.0";

/// <summary>
/// Gets the authors of the extension (separated by commas).
Expand Down
2 changes: 1 addition & 1 deletion src/ExtCore.Events/ExtCore.Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2017 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Events extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Events</AssemblyName>
<PackageId>ExtCore.Events</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/ExtCore.Events/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Extension : ExtensionBase
/// <summary>
/// Gets the version of the extension.
/// </summary>
public override string Version => "3.0.0-alpha1";
public override string Version => "1.0.0";

/// <summary>
/// Gets the authors of the extension (separated by commas).
Expand Down
2 changes: 1 addition & 1 deletion src/ExtCore.Infrastructure/ExtCore.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Infrastructure</AssemblyName>
<PackageId>ExtCore.Infrastructure</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Mvc extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Mvc.Infrastructure</AssemblyName>
<PackageId>ExtCore.Mvc.Infrastructure</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/ExtCore.Mvc/ExtCore.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>The ExtCore.Mvc extension component. Based on the ExtCore framework.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.Mvc</AssemblyName>
<PackageId>ExtCore.Mvc</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/ExtCore.Mvc/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Extension : ExtensionBase
/// <summary>
/// Gets the version of the extension.
/// </summary>
public override string Version => "3.0.0-alpha1";
public override string Version => "1.0.0";

/// <summary>
/// Gets the authors of the extension (separated by commas).
Expand Down
2 changes: 1 addition & 1 deletion src/ExtCore.WebApplication/ExtCore.WebApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Authors>Dmitry Sikorsky</Authors>
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
<Description>Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core.</Description>
<VersionPrefix>3.0.0-beta1</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>ExtCore.WebApplication</AssemblyName>
<PackageId>ExtCore.WebApplication</PackageId>
Expand Down

0 comments on commit c4c8cb8

Please sign in to comment.