diff --git a/Build/BSN.Commons.Orm.EntityFramework.nuspec b/Build/BSN.Commons.Orm.EntityFramework.nuspec index cf7862b..9539424 100644 --- a/Build/BSN.Commons.Orm.EntityFramework.nuspec +++ b/Build/BSN.Commons.Orm.EntityFramework.nuspec @@ -2,7 +2,7 @@ BSN.Commons.Orm.EntityFramework - 1.7.2 + 1.8.0 Seyyed Soroosh Hosseinalipour sorosh_sabz, BSN MIT @@ -14,7 +14,7 @@ BSN Co 2020 Commons ORM Enterprise - + diff --git a/Build/BSN.Commons.Users.nuspec b/Build/BSN.Commons.Users.nuspec index 4994ed5..57f729d 100644 --- a/Build/BSN.Commons.Users.nuspec +++ b/Build/BSN.Commons.Users.nuspec @@ -2,7 +2,7 @@ BSN.Commons.Users - 1.7.2 + 1.8.0 Seyyed Soroosh Hosseinalipour sorosh_sabz, BSN MIT @@ -14,7 +14,7 @@ BSN Co 2020 Commons Users Enterprise - + diff --git a/Build/build.cake b/Build/build.cake index 9b2fe3c..f73571e 100644 --- a/Build/build.cake +++ b/Build/build.cake @@ -16,7 +16,7 @@ var artifactsDir = "./artifacts/"; var solutionPath = "../BSN.Commons.sln"; var projectName = "BSN.Commons"; var projectFolder = "../Source/"; -var solutionVersion = "1.7.2"; +var solutionVersion = "1.8.0"; var projects = new List<(string path, string name, string version)> { ("BSN.Commons/", "BSN.Commons.csproj", solutionVersion), diff --git a/Source/BSN.Commons.Orm.EntityFramework/Properties/AssemblyInfo.cs b/Source/BSN.Commons.Orm.EntityFramework/Properties/AssemblyInfo.cs index a5d7919..40f3972 100644 --- a/Source/BSN.Commons.Orm.EntityFramework/Properties/AssemblyInfo.cs +++ b/Source/BSN.Commons.Orm.EntityFramework/Properties/AssemblyInfo.cs @@ -11,9 +11,9 @@ [assembly: AssemblyDescription("ORM Helpers for using entity framework in enterprise application")] [assembly: AssemblyCompany("BSN Company")] [assembly: AssemblyProduct("BSN.Commons.Orm.EntityFramework")] -[assembly: AssemblyVersion("1.7.2")] -[assembly: AssemblyFileVersion("1.7.2")] -[assembly: AssemblyInformationalVersion("1.7.2")] +[assembly: AssemblyVersion("1.8.0")] +[assembly: AssemblyFileVersion("1.8.0")] +[assembly: AssemblyInformationalVersion("1.8.0")] [assembly: AssemblyCopyright("Copyright © 2020-2022 BSN Co.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyConfiguration("")] diff --git a/Source/BSN.Commons.Orm.EntityFrameworkCore/BSN.Commons.Orm.EntityFrameworkCore.csproj b/Source/BSN.Commons.Orm.EntityFrameworkCore/BSN.Commons.Orm.EntityFrameworkCore.csproj index 58ebfd0..ca39805 100644 --- a/Source/BSN.Commons.Orm.EntityFrameworkCore/BSN.Commons.Orm.EntityFrameworkCore.csproj +++ b/Source/BSN.Commons.Orm.EntityFrameworkCore/BSN.Commons.Orm.EntityFrameworkCore.csproj @@ -2,8 +2,8 @@ netstandard2.0 - 1.7.2 - 1.7.2 + 1.8.0 + 1.8.0 BSN Developers BSN Company ORM Helpers for using entity framework core in enterprise application @@ -13,7 +13,7 @@ https://github.com/BSVN/Commons.git git Initial of project - 1.7.2 + 1.8.0 diff --git a/Source/BSN.Commons.PresentationInfrastructure/BSN.Commons.PresentationInfrastructure.csproj b/Source/BSN.Commons.PresentationInfrastructure/BSN.Commons.PresentationInfrastructure.csproj index 79b9f94..eccb3bc 100644 --- a/Source/BSN.Commons.PresentationInfrastructure/BSN.Commons.PresentationInfrastructure.csproj +++ b/Source/BSN.Commons.PresentationInfrastructure/BSN.Commons.PresentationInfrastructure.csproj @@ -3,9 +3,9 @@ netstandard2.0 Presentation infrastructure layer of BSN.Commons library for enterprise application. - 1.7.2 - 1.7.2 - 1.7.2 + 1.8.0 + 1.8.0 + 1.8.0 BSN Developers BSN Company BSN Co 2019 diff --git a/Source/BSN.Commons.Users/Properties/AssemblyInfo.cs b/Source/BSN.Commons.Users/Properties/AssemblyInfo.cs index aaf4178..8a34073 100644 --- a/Source/BSN.Commons.Users/Properties/AssemblyInfo.cs +++ b/Source/BSN.Commons.Users/Properties/AssemblyInfo.cs @@ -11,9 +11,9 @@ [assembly: AssemblyDescription("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("BSN.Commons.Users")] -[assembly: AssemblyVersion("1.7.2")] -[assembly: AssemblyFileVersion("1.7.2")] -[assembly: AssemblyInformationalVersion("1.7.2")] +[assembly: AssemblyVersion("1.8.0")] +[assembly: AssemblyFileVersion("1.8.0")] +[assembly: AssemblyInformationalVersion("1.8.0")] [assembly: AssemblyCopyright("Copyright © 2022 BSN Co.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyConfiguration("")] diff --git a/Source/BSN.Commons/BSN.Commons.csproj b/Source/BSN.Commons/BSN.Commons.csproj index d0a0c41..9d61d01 100644 --- a/Source/BSN.Commons/BSN.Commons.csproj +++ b/Source/BSN.Commons/BSN.Commons.csproj @@ -2,13 +2,13 @@ netstandard2.0 - 1.7.2 - 1.7.2 + 1.8.0 + 1.8.0 BSN Company BSN Developers BSN Co 2019-2022 true - 1.7.2 + 1.8.0 https://github.com/BSVN/Commons Commons library for enterprise application