diff --git a/Build/BSN.Commons.Orm.EntityFramework.nuspec b/Build/BSN.Commons.Orm.EntityFramework.nuspec index fe0b2b6..20b2136 100644 --- a/Build/BSN.Commons.Orm.EntityFramework.nuspec +++ b/Build/BSN.Commons.Orm.EntityFramework.nuspec @@ -2,7 +2,7 @@ BSN.Commons.Orm.EntityFramework - 1.17.0 + 1.18.0 Seyyed Soroosh Hosseinalipour sorosh_sabz, BSN MIT @@ -16,7 +16,7 @@ BSN Co 2019-2024 Commons ORM Enterprise - + diff --git a/Build/BSN.Commons.Users.nuspec b/Build/BSN.Commons.Users.nuspec index 7e5975c..64268af 100644 --- a/Build/BSN.Commons.Users.nuspec +++ b/Build/BSN.Commons.Users.nuspec @@ -2,7 +2,7 @@ BSN.Commons.Users - 1.17.0 + 1.18.0 Seyyed Soroosh Hosseinalipour sorosh_sabz, BSN MIT @@ -16,7 +16,7 @@ BSN Co 2019-2024 Commons Users Enterprise - + diff --git a/Build/build.cake b/Build/build.cake index dd9216a..95e07e7 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.17.0"; +var solutionVersion = "1.18.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 32a71ae..deb81bd 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,5 @@ mode: ContinuousDelivery -next-version: 1.17.0 +next-version: 1.18.0 branches: {} ignore: sha: [] diff --git a/Source/BSN.Commons.AutoMapper/BSN.Commons.AutoMapper.csproj b/Source/BSN.Commons.AutoMapper/BSN.Commons.AutoMapper.csproj index 3e68171..e9cdb9a 100644 --- a/Source/BSN.Commons.AutoMapper/BSN.Commons.AutoMapper.csproj +++ b/Source/BSN.Commons.AutoMapper/BSN.Commons.AutoMapper.csproj @@ -2,8 +2,8 @@ net8.0 - 1.17.0 - 1.17.0 + 1.18.0 + 1.18.0 BSN Developers BSN Company AutoMapper Helpers for using AutoMapper in enterprise application. @@ -13,7 +13,7 @@ https://github.com/BSVN/Commons.git git Please see CHANGELOG.md - 1.17.0 + 1.18.0 True True BSN.Commons.AutoMapper diff --git a/Source/BSN.Commons.Orm.EntityFramework/Properties/AssemblyInfo.cs b/Source/BSN.Commons.Orm.EntityFramework/Properties/AssemblyInfo.cs index 64fb535..a49afd1 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.17.0")] -[assembly: AssemblyFileVersion("1.17.0")] -[assembly: AssemblyInformationalVersion("1.17.0")] +[assembly: AssemblyVersion("1.18.0")] +[assembly: AssemblyFileVersion("1.18.0")] +[assembly: AssemblyInformationalVersion("1.18.0")] [assembly: AssemblyCopyright("Copyright © 2020-2024 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 05ff655..89d747d 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 @@ net6.0;net8.0 - 1.17.0 - 1.17.0 + 1.18.0 + 1.18.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.17.0 + 1.18.0 True True BSN.Commons.Orm.EntityFrameworkCore diff --git a/Source/BSN.Commons.Orm.Redis/BSN.Commons.Orm.Redis.csproj b/Source/BSN.Commons.Orm.Redis/BSN.Commons.Orm.Redis.csproj index f475a4a..717a31b 100644 --- a/Source/BSN.Commons.Orm.Redis/BSN.Commons.Orm.Redis.csproj +++ b/Source/BSN.Commons.Orm.Redis/BSN.Commons.Orm.Redis.csproj @@ -2,8 +2,8 @@ net8.0 - 1.17.0 - 1.17.0 + 1.18.0 + 1.18.0 BSN Developers BSN Company ORM Helpers for using redis-om in enterprise application @@ -13,7 +13,7 @@ https://github.com/BSVN/Commons.git git Please see CHANGELOG.md - 1.17.0 + 1.18.0 True True BSN.Commons.Orm.Redis diff --git a/Source/BSN.Commons.PresentationInfrastructure/BSN.Commons.PresentationInfrastructure.csproj b/Source/BSN.Commons.PresentationInfrastructure/BSN.Commons.PresentationInfrastructure.csproj index 4e91d49..f224764 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.17.0 - 1.17.0 - 1.17.0 + 1.18.0 + 1.18.0 + 1.18.0 BSN Developers BSN Company BSN Co 2019-2024 diff --git a/Source/BSN.Commons.Users/Properties/AssemblyInfo.cs b/Source/BSN.Commons.Users/Properties/AssemblyInfo.cs index 6802659..5acd798 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.17.0")] -[assembly: AssemblyFileVersion("1.17.0")] -[assembly: AssemblyInformationalVersion("1.17.0")] +[assembly: AssemblyVersion("1.18.0")] +[assembly: AssemblyFileVersion("1.18.0")] +[assembly: AssemblyInformationalVersion("1.18.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 49a453c..a2458ad 100644 --- a/Source/BSN.Commons/BSN.Commons.csproj +++ b/Source/BSN.Commons/BSN.Commons.csproj @@ -2,13 +2,13 @@ netstandard2.0 - 1.17.0 - 1.17.0 + 1.18.0 + 1.18.0 BSN Company BSN Developers BSN Co 2019-2024 true - 1.17.0 + 1.18.0 https://github.com/BSVN/Commons Commons library for enterprise application diff --git a/Source/BSN.Commons/CHANGELOG.md b/Source/BSN.Commons/CHANGELOG.md index e6ec8eb..d9a8e44 100644 --- a/Source/BSN.Commons/CHANGELOG.md +++ b/Source/BSN.Commons/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.18.0] - 2025-05-31 + +### Added +- Add DateTimeOffsetExtensions extension + ## [1.17.0] - 2024-10-14 ### Fixed