Skip to content

Commit c8bee62

Browse files
author
Dmitry Sikorsky
committed
Changed version to 1.2.0
1 parent 6c0be24 commit c8bee62

12 files changed

Lines changed: 21 additions & 20 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ExtCore 1.2.0-beta2
1+
# ExtCore 1.2.0
22

33
[![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)
44

@@ -89,16 +89,17 @@ All you need to do to have modular and extendable web application is:
8989

9090
Please take a look at our samples on GitHub:
9191

92-
* [Full-featured ExtCore 1.1.3 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
93-
* [ExtCore framework 1.1.3 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
94-
* [ExtCore framework 1.1.3 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
95-
* [ExtCore framework 1.1.3 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
96-
* [ExtCore framework 1.1.3 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
97-
* [ExtCore framework 1.1.3 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
92+
* [Full-featured ExtCore 1.2.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
93+
* [ExtCore framework 1.2.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
94+
* [ExtCore framework 1.2.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
95+
* [ExtCore framework 1.2.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
96+
* [ExtCore framework 1.2.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
97+
* [ExtCore framework 1.2.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
98+
* [ExtCore framework 1.2.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
9899
* [ExtCore framework 1.2.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
99-
* [ExtCore framework 1.1.3 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
100+
* [ExtCore framework 1.2.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
100101

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

src/ExtCore.Data.Abstractions/ExtCore.Data.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Part of the ExtCore.Data ExtCore framework extension.</Description>
55
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
6-
<VersionPrefix>1.2.0-beta2</VersionPrefix>
6+
<VersionPrefix>1.2.0</VersionPrefix>
77
<Authors>Dmitry Sikorsky</Authors>
88
<TargetFramework>netstandard1.6</TargetFramework>
99
<AssemblyName>ExtCore.Data.Abstractions</AssemblyName>

src/ExtCore.Data.EntityFramework.PostgreSql/ExtCore.Data.EntityFramework.PostgreSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Part of the ExtCore.Data ExtCore framework extension.</Description>
55
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
6-
<VersionPrefix>1.2.0-beta2</VersionPrefix>
6+
<VersionPrefix>1.2.0</VersionPrefix>
77
<Authors>Dmitry Sikorsky</Authors>
88
<TargetFramework>netstandard1.6</TargetFramework>
99
<AssemblyName>ExtCore.Data.EntityFramework.PostgreSql</AssemblyName>

src/ExtCore.Data.EntityFramework.SqlServer/ExtCore.Data.EntityFramework.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Part of the ExtCore.Data ExtCore framework extension.</Description>
55
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
6-
<VersionPrefix>1.2.0-beta2</VersionPrefix>
6+
<VersionPrefix>1.2.0</VersionPrefix>
77
<Authors>Dmitry Sikorsky</Authors>
88
<TargetFramework>netstandard1.6</TargetFramework>
99
<AssemblyName>ExtCore.Data.EntityFramework.SqlServer</AssemblyName>

src/ExtCore.Data.EntityFramework.Sqlite/ExtCore.Data.EntityFramework.Sqlite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Part of the ExtCore.Data ExtCore framework extension.</Description>
55
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
6-
<VersionPrefix>1.2.0-beta2</VersionPrefix>
6+
<VersionPrefix>1.2.0</VersionPrefix>
77
<Authors>Dmitry Sikorsky</Authors>
88
<TargetFramework>netstandard1.6</TargetFramework>
99
<AssemblyName>ExtCore.Data.EntityFramework.Sqlite</AssemblyName>

src/ExtCore.Data.Models.Abstractions/ExtCore.Data.Models.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Part of the ExtCore.Data ExtCore framework extension.</Description>
55
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
6-
<VersionPrefix>1.2.0-beta2</VersionPrefix>
6+
<VersionPrefix>1.2.0</VersionPrefix>
77
<Authors>Dmitry Sikorsky</Authors>
88
<TargetFramework>netstandard1.6</TargetFramework>
99
<AssemblyName>ExtCore.Data.Models.Abstractions</AssemblyName>

src/ExtCore.Data/ExtCore.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Part of the ExtCore.Data ExtCore framework extension.</Description>
55
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
6-
<VersionPrefix>1.2.0-beta2</VersionPrefix>
6+
<VersionPrefix>1.2.0</VersionPrefix>
77
<Authors>Dmitry Sikorsky</Authors>
88
<TargetFramework>netstandard1.6</TargetFramework>
99
<AssemblyName>ExtCore.Data</AssemblyName>

src/ExtCore.Events/ExtCore.Events.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Part of the ExtCore.Events ExtCore framework extension.</Description>
55
<Copyright>Copyright © 2017 Dmitry Sikorsky</Copyright>
6-
<VersionPrefix>1.2.0-beta2</VersionPrefix>
6+
<VersionPrefix>1.2.0</VersionPrefix>
77
<Authors>Dmitry Sikorsky</Authors>
88
<TargetFramework>netstandard1.6</TargetFramework>
99
<AssemblyName>ExtCore.Events</AssemblyName>

src/ExtCore.Infrastructure/ExtCore.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core 1.1.0.</Description>
55
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
6-
<VersionPrefix>1.2.0-beta2</VersionPrefix>
6+
<VersionPrefix>1.2.0</VersionPrefix>
77
<Authors>Dmitry Sikorsky</Authors>
88
<TargetFramework>netstandard1.6</TargetFramework>
99
<AssemblyName>ExtCore.Infrastructure</AssemblyName>

src/ExtCore.Mvc.Infrastructure/ExtCore.Mvc.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Part of the ExtCore.Mvc ExtCore framework extension.</Description>
55
<Copyright>Copyright © 2015 Dmitry Sikorsky</Copyright>
6-
<VersionPrefix>1.2.0-beta2</VersionPrefix>
6+
<VersionPrefix>1.2.0</VersionPrefix>
77
<Authors>Dmitry Sikorsky</Authors>
88
<TargetFramework>netstandard1.6</TargetFramework>
99
<AssemblyName>ExtCore.Mvc.Infrastructure</AssemblyName>

0 commit comments

Comments
 (0)