From 5cae246726eb70f946a02395a7b039bb507fc89d Mon Sep 17 00:00:00 2001 From: soroshsabz Date: Fri, 17 Nov 2023 00:22:07 +0330 Subject: [PATCH] Update version to 1.13.0 --- Build/BSN.Commons.Orm.EntityFramework.nuspec | 6 ++-- Build/BSN.Commons.Users.nuspec | 4 +-- Build/build.cake | 2 +- GitVersion.yml | 2 +- .../BSN.Commons.Orm.EntityFramework.csproj | 28 +++++++++++-------- .../Properties/AssemblyInfo.cs | 6 ++-- .../packages.config | 6 ++-- ...BSN.Commons.Orm.EntityFrameworkCore.csproj | 12 +++++--- ....Commons.PresentationInfrastructure.csproj | 13 ++++++--- .../BSN.Commons.Users.csproj | 28 +++++++++++-------- .../Properties/AssemblyInfo.cs | 6 ++-- Source/BSN.Commons.Users/packages.config | 6 ++-- Source/BSN.Commons/BSN.Commons.csproj | 10 ++++--- 13 files changed, 74 insertions(+), 55 deletions(-) diff --git a/Build/BSN.Commons.Orm.EntityFramework.nuspec b/Build/BSN.Commons.Orm.EntityFramework.nuspec index 301b43d..aa26a36 100644 --- a/Build/BSN.Commons.Orm.EntityFramework.nuspec +++ b/Build/BSN.Commons.Orm.EntityFramework.nuspec @@ -2,7 +2,7 @@ BSN.Commons.Orm.EntityFramework - 1.12.0 + 1.13.0 Seyyed Soroosh Hosseinalipour sorosh_sabz, BSN MIT @@ -16,9 +16,9 @@ BSN Co 2019-2023 Commons ORM Enterprise - + - \ No newline at end of file + diff --git a/Build/BSN.Commons.Users.nuspec b/Build/BSN.Commons.Users.nuspec index 6f1e1a6..98c5cf3 100644 --- a/Build/BSN.Commons.Users.nuspec +++ b/Build/BSN.Commons.Users.nuspec @@ -2,7 +2,7 @@ BSN.Commons.Users - 1.12.0 + 1.13.0 Seyyed Soroosh Hosseinalipour sorosh_sabz, BSN MIT @@ -16,7 +16,7 @@ BSN Co 2019-2023 Commons Users Enterprise - + diff --git a/Build/build.cake b/Build/build.cake index c5950da..ea3dd3a 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.12.0"; +var solutionVersion = "1.13.0"; var projects = new List<(string path, string name, string version)> { ("BSN.Commons/", "BSN.Commons.csproj", solutionVersion), diff --git a/GitVersion.yml b/GitVersion.yml index 593ed97..9fc7865 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,5 @@ mode: ContinuousDelivery -next-version: 1.12.0 +next-version: 1.13.0 branches: {} ignore: sha: [] diff --git a/Source/BSN.Commons.Orm.EntityFramework/BSN.Commons.Orm.EntityFramework.csproj b/Source/BSN.Commons.Orm.EntityFramework/BSN.Commons.Orm.EntityFramework.csproj index 2e683bf..03fcba4 100644 --- a/Source/BSN.Commons.Orm.EntityFramework/BSN.Commons.Orm.EntityFramework.csproj +++ b/Source/BSN.Commons.Orm.EntityFramework/BSN.Commons.Orm.EntityFramework.csproj @@ -1,8 +1,8 @@  - - - + + + @@ -19,6 +19,10 @@ + + true + + true true @@ -84,15 +88,15 @@ - - - - - - + + + + + + - - - + + + \ No newline at end of file diff --git a/Source/BSN.Commons.Orm.EntityFramework/Properties/AssemblyInfo.cs b/Source/BSN.Commons.Orm.EntityFramework/Properties/AssemblyInfo.cs index e770971..b0fb722 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.12.0")] -[assembly: AssemblyFileVersion("1.12.0")] -[assembly: AssemblyInformationalVersion("1.12.0")] +[assembly: AssemblyVersion("1.13.0")] +[assembly: AssemblyFileVersion("1.13.0")] +[assembly: AssemblyInformationalVersion("1.13.0")] [assembly: AssemblyCopyright("Copyright © 2020-2023 BSN Co.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyConfiguration("")] diff --git a/Source/BSN.Commons.Orm.EntityFramework/packages.config b/Source/BSN.Commons.Orm.EntityFramework/packages.config index 7b5219f..a421dfd 100644 --- a/Source/BSN.Commons.Orm.EntityFramework/packages.config +++ b/Source/BSN.Commons.Orm.EntityFramework/packages.config @@ -2,7 +2,7 @@ - - - + + + \ No newline at end of file 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 0022a9e..7013c54 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;net6.0 - 1.12.0 - 1.12.0 + 1.13.0 + 1.13.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 Please see CHANGELOG.md - 1.12.0 + 1.13.0 True True BSN.Commons.Orm.EntityFrameworkCore @@ -22,6 +22,10 @@ snupkg BSN.jpg BSN;Commons;Onion;Enterprise;Infrastructure;DDD + + true + + true @@ -63,7 +67,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Source/BSN.Commons.PresentationInfrastructure/BSN.Commons.PresentationInfrastructure.csproj b/Source/BSN.Commons.PresentationInfrastructure/BSN.Commons.PresentationInfrastructure.csproj index c95902b..2825349 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.12.0 - 1.12.0 - 1.12.0 + 1.13.0 + 1.13.0 + 1.13.0 BSN Developers BSN Company BSN Co 2019-2023 @@ -17,6 +17,11 @@ True BSN.Commons.PresentationInfrastructure README.md + + true + + true + True snupkg BSN.jpg @@ -33,7 +38,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Source/BSN.Commons.Users/BSN.Commons.Users.csproj b/Source/BSN.Commons.Users/BSN.Commons.Users.csproj index 042b780..0812795 100644 --- a/Source/BSN.Commons.Users/BSN.Commons.Users.csproj +++ b/Source/BSN.Commons.Users/BSN.Commons.Users.csproj @@ -1,8 +1,8 @@  - - - + + + @@ -19,6 +19,10 @@ + + true + + true true @@ -84,15 +88,15 @@ - - - - - - + + + + + + - - - + + + \ No newline at end of file diff --git a/Source/BSN.Commons.Users/Properties/AssemblyInfo.cs b/Source/BSN.Commons.Users/Properties/AssemblyInfo.cs index b0dd59f..52dfe47 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.12.0")] -[assembly: AssemblyFileVersion("1.12.0")] -[assembly: AssemblyInformationalVersion("1.12.0")] +[assembly: AssemblyVersion("1.13.0")] +[assembly: AssemblyFileVersion("1.13.0")] +[assembly: AssemblyInformationalVersion("1.13.0")] [assembly: AssemblyCopyright("Copyright © 2022 BSN Co.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyConfiguration("")] diff --git a/Source/BSN.Commons.Users/packages.config b/Source/BSN.Commons.Users/packages.config index 314a7ee..83a9c6e 100644 --- a/Source/BSN.Commons.Users/packages.config +++ b/Source/BSN.Commons.Users/packages.config @@ -3,7 +3,7 @@ - - - + + + \ No newline at end of file diff --git a/Source/BSN.Commons/BSN.Commons.csproj b/Source/BSN.Commons/BSN.Commons.csproj index 909bd60..9e17929 100644 --- a/Source/BSN.Commons/BSN.Commons.csproj +++ b/Source/BSN.Commons/BSN.Commons.csproj @@ -2,13 +2,13 @@ netstandard2.0 - 1.12.0 - 1.12.0 + 1.13.0 + 1.13.0 BSN Company BSN Developers BSN Co 2019-2023 true - 1.12.0 + 1.13.0 https://github.com/BSVN/Commons Commons library for enterprise application @@ -19,6 +19,8 @@ True README.md BSN.Commons + + true true @@ -56,7 +58,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive