Skip to content

Commit 9ed8a96

Browse files
committed
Bumped version numbers to 1.0.0
1 parent f07920e commit 9ed8a96

File tree

28 files changed

+29
-25
lines changed

28 files changed

+29
-25
lines changed

Mantle.Caching.Abstractions/Mantle.Caching.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<RootNamespace>Mantle.Caching</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>1.0.0-beta</Version>
6+
<Version>1.0.0</Version>
77
<PackageId>MantleFramework.Caching.Abstractions</PackageId>
88
<Authors>Matt Gordon</Authors>
99
<RepositoryUrl>https://github.com/gordon-matt/MantleCMS</RepositoryUrl>

Mantle.Caching/Mantle.Caching.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net9.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
5-
<Version>1.0.0-beta</Version>
5+
<Version>1.0.0</Version>
66
<PackageId>MantleFramework.Caching</PackageId>
77
<RepositoryUrl>https://github.com/gordon-matt/MantleCMS</RepositoryUrl>
88
<Authors>Matt Gordon</Authors>

Mantle.Data.Abstractions/Mantle.Data.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<RootNamespace>Mantle.Data</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>1.0.0-beta</Version>
6+
<Version>1.0.0</Version>
77
<PackageId>MantleFramework.Data.Abstractions</PackageId>
88
<Authors>Matt Gordon</Authors>
99
<RepositoryUrl>https://github.com/gordon-matt/MantleCMS</RepositoryUrl>

Mantle.Data.Dapper.PostgreSql/Mantle.Data.Dapper.PostgreSql.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<Description>Mantle - Dapper PostgreSQL</Description>
99
<PackageId>MantleFramework.Data.Dapper.PostgreSql</PackageId>
1010
<RepositoryUrl>https://github.com/gordon-matt/MantleCMS</RepositoryUrl>
11+
<Version>1.0.0</Version>
1112
</PropertyGroup>
1213
<ItemGroup>
1314
<PackageReference Include="Dapper" Version="2.1.66" />

Mantle.Data.Dapper/Mantle.Data.Dapper.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<NeutralLanguage>en-US</NeutralLanguage>
99
<PackageId>MantleFramework.Data.Dapper</PackageId>
1010
<RepositoryUrl>https://github.com/gordon-matt/MantleCMS</RepositoryUrl>
11+
<Version>1.0.0</Version>
1112
</PropertyGroup>
1213
<ItemGroup>
1314
<PackageReference Include="Dapper" Version="2.1.66" />

Mantle.Data/Mantle.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Company />
77
<Description>Mantle - Data</Description>
88
<NeutralLanguage>en-US</NeutralLanguage>
9-
<Version>1.0.0-beta</Version>
9+
<Version>1.0.0</Version>
1010
<PackageId>MantleFramework.Data</PackageId>
1111
<RepositoryUrl>https://github.com/gordon-matt/MantleCMS</RepositoryUrl>
1212
</PropertyGroup>

Mantle.Events.Abstractions/Mantle.Events.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<RootNamespace>Mantle.Events</RootNamespace>
55
<ImplicitUsings>enable</ImplicitUsings>
6-
<Version>1.0.0-beta</Version>
6+
<Version>1.0.0</Version>
77
<PackageId>MantleFramework.Events.Abstractions</PackageId>
88
<Authors>Matt Gordon</Authors>
99
<RepositoryUrl>https://github.com/gordon-matt/MantleCMS</RepositoryUrl>

Mantle.Events/Mantle.Events.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net9.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
5-
<Version>1.0.0-beta</Version>
5+
<Version>1.0.0</Version>
66
<PackageId>MantleFramework.Events</PackageId>
77
<Authors>Matt Gordon</Authors>
88
<RepositoryUrl>https://github.com/gordon-matt/MantleCMS</RepositoryUrl>

Mantle.Identity/Mantle.Identity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<NeutralLanguage>en-US</NeutralLanguage>
1111
<Authors>Matt Gordon</Authors>
1212
<Description>Mantle - Identity Membership</Description>
13-
<Version>1.0.0-beta</Version>
13+
<Version>1.0.0</Version>
1414
<RepositoryUrl>https://github.com/gordon-matt/MantleCMS</RepositoryUrl>
1515
</PropertyGroup>
1616
<ItemGroup>

Mantle.Infrastructure.Abstractions/Mantle.Infrastructure.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<NeutralLanguage>en-US</NeutralLanguage>
1212
<OutputTypeEx>library</OutputTypeEx>
1313
<Authors>Matt Gordon</Authors>
14-
<Version>1.0.0-beta</Version>
14+
<Version>1.0.0</Version>
1515
<RepositoryUrl>https://github.com/gordon-matt/MantleCMS</RepositoryUrl>
1616
</PropertyGroup>
1717
<ItemGroup>

0 commit comments

Comments
 (0)