Skip to content

Commit

Permalink
Update version because of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BinderDyn committed Sep 15, 2023
1 parent 934a162 commit 68d1608
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Title>BinderDyn.OrchardCore.EventSourcing.Abstractions</Title>
<Authors>Marvin Binder</Authors>
<Description>Offers abstractions for event sourcing and data access</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name = "BinderDyn.OrchardCore.EventSourcing.Abstractions",
Author = "Marvin Binder",
Website = "https://marvinbinder.com",
Version = "1.2.0",
Version = "1.2.1",
Description = "BinderDyn.OrchardCore.EventSourcing.Abstractions",
Category = "Event Sourcing",
EnabledByDependencyOnly = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Title>BinderDyn.OrchardCore.EventSourcing.MySql</Title>
<Authors>Marvin Binder</Authors>
<Description>Offers MySql implementation for event table system</Description>
Expand Down
4 changes: 2 additions & 2 deletions BinderDyn.OrchardCore.EventSourcing.MySql/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
Name = "BinderDyn.OrchardCore.EventSourcing.MySql",
Author = "Marvin Binder",
Website = "https://marvinbinder.com",
Version = "1.2.0",
Version = "1.2.1",
Description = "BinderDyn.OrchardCore.EventSourcing.MySql",
Category = "Event Sourcing",
EnabledByDependencyOnly = true,
Dependencies = new []
Dependencies = new[]
{
"BinderDyn.OrchardCore.EventSourcing.Abstractions"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Title>BinderDyn.OrchardCore.EventSourcing.Postgres</Title>
<Authors>Marvin Binder</Authors>
<Description>Offers Postgres implementation for event table system</Description>
Expand Down
4 changes: 2 additions & 2 deletions BinderDyn.OrchardCore.EventSourcing.Postgres/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
Name = "BinderDyn.OrchardCore.EventSourcing.Postgres",
Author = "Marvin Binder",
Website = "https://marvinbinder.com",
Version = "1.2.0",
Version = "1.2.1",
Description = "BinderDyn.OrchardCore.EventSourcing.Postgres",
Category = "Event Sourcing",
EnabledByDependencyOnly = true,
Dependencies = new []
Dependencies = new[]
{
"BinderDyn.OrchardCore.EventSourcing.Abstractions"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Title>BinderDyn.OrchardCore.EventSourcing.SqlServer</Title>
<Authors>Marvin Binder</Authors>
<Description>Offers SqlServer implementation for event table system</Description>
Expand Down
2 changes: 1 addition & 1 deletion BinderDyn.OrchardCore.EventSourcing.SqlServer/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name = "BinderDyn.OrchardCore.EventSourcing.SqlServer",
Author = "Marvin Binder",
Website = "https://marvinbinder.com",
Version = "1.2.0",
Version = "1.2.1",
Description = "BinderDyn.OrchardCore.EventSourcing.SqlServer",
Category = "Event Sourcing",
EnabledByDependencyOnly = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Marvin Binder 2023</Copyright>
<RepositoryUrl>https://github.com/BinderDyn/BinderDyn.OrchardCore.EventSourcing</RepositoryUrl>
<PackageTags>Events,OrchardCore,EventSourcing</PackageTags>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 68d1608

Please sign in to comment.