Skip to content

Commit cd3788f

Browse files
committed
v8.4
1 parent 1ea1974 commit cd3788f

41 files changed

Lines changed: 501 additions & 75 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ src/example.WebApp/wwwroot/s3/**
207207
src/cloudscribe.Core.Repositories.EF/appsettings.local.overrides.json
208208
src/cloudscribe.Logging.EF/appsettings.local.overrides.json
209209
**/dp_keys/**
210-
src/cloudscribe.MetaWeblog/README.md
211210
samples/simpleauthnodb/.vs/**
212211
src/cloudscribe.SimpleContent.Storage.EF/appsettings.local.overrides.json
213212
src/cloudscribe.SimpleContent.Storage.EFCore/appsettings.local.overrides.json
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# cloudscribe.ContentUtils
2+
3+
[![NuGet](https://img.shields.io/nuget/v/cloudscribe.ContentUtils.svg)](https://www.nuget.org/packages/cloudscribe.ContentUtils)
4+
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
6+
Utilities for content management and manipulation in cloudscribe projects.
7+
8+
## Installation
9+
10+
```shell
11+
Install-Package cloudscribe.ContentUtils
12+
```
13+
14+
## Usage
15+
16+
Add as a dependency to your .NET 8.0 project and use the provided utilities for content handling.
17+
18+
## Contributing
19+
20+
Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).
21+
22+
## License
23+
24+
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.

src/cloudscribe.ContentUtils/cloudscribe.ContentUtils.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Content utilities for html and markdown</Description>
5-
<Version>8.3.0</Version>
5+
<Version>8.4.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<PackageTags>cloudscribe;blog,content</PackageTags>
@@ -11,6 +11,7 @@
1111
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1212
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.SimpleContent.git</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
14+
<PackageReadmeFile>README.md</PackageReadmeFile>
1415
</PropertyGroup>
1516

1617
<ItemGroup>
@@ -21,5 +22,7 @@
2122
<PackageReference Include="cloudscribe.HtmlAgilityPack" Version="1.0.1" />
2223
<PackageReference Include="Markdig" Version="0.37.0" />
2324
</ItemGroup>
24-
25+
<ItemGroup>
26+
<None Include="README.md" Pack="true" PackagePath="/" />
27+
</ItemGroup>
2528
</Project>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3
2+
3+
[![NuGet](https://img.shields.io/nuget/v/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3.svg)](https://www.nuget.org/packages/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3)
4+
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
6+
Precompiled Bootstrap 3 views for cloudscribe.Core.SimpleContent.
7+
8+
## Installation
9+
10+
```shell
11+
Install-Package cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3
12+
```
13+
14+
## Usage
15+
16+
Add this package to your ASP.NET Core project to use Bootstrap 3 precompiled views with SimpleContent.
17+
18+
## Contributing
19+
20+
Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).
21+
22+
## License
23+
24+
Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.

src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap3.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Bootstrap 3 pre-compiled views for cloudscribe Core and SimpleContent integration</Description>
5-
<Version>8.3.0</Version>
5+
<Version>8.4.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
@@ -32,4 +32,7 @@
3232
<ItemGroup>
3333
<ProjectReference Include="..\cloudscribe.Core.SimpleContent\cloudscribe.Core.SimpleContent.csproj" />
3434
</ItemGroup>
35+
<ItemGroup>
36+
<None Include="README.md" Pack="true" PackagePath="/" />
37+
</ItemGroup>
3538
</Project>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4
2+
3+
[![NuGet](https://img.shields.io/nuget/v/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4.svg)](https://www.nuget.org/packages/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4)
4+
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
6+
Precompiled Bootstrap 4 views for cloudscribe.Core.SimpleContent.
7+
8+
## Installation
9+
10+
```shell
11+
Install-Package cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4
12+
```
13+
14+
## Usage
15+
16+
Add this package to your ASP.NET Core project to use Bootstrap 4 precompiled views with SimpleContent.
17+
18+
## Contributing
19+
20+
Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).
21+
22+
## License
23+
24+
Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.

src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap4.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Bootstrap 4 pre-compiled views for cloudscribe Core and SimpleContent integration</Description>
5-
<Version>8.3.0</Version>
5+
<Version>8.4.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
@@ -32,4 +32,7 @@
3232
<ItemGroup>
3333
<ProjectReference Include="..\cloudscribe.Core.SimpleContent\cloudscribe.Core.SimpleContent.csproj" />
3434
</ItemGroup>
35+
<ItemGroup>
36+
<None Include="README.md" Pack="true" PackagePath="/" />
37+
</ItemGroup>
3538
</Project>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5
2+
3+
[![NuGet](https://img.shields.io/nuget/v/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5.svg)](https://www.nuget.org/packages/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5)
4+
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
6+
Precompiled Bootstrap 5 views for cloudscribe.Core.SimpleContent.
7+
8+
## Installation
9+
10+
```shell
11+
Install-Package cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5
12+
```
13+
14+
## Usage
15+
16+
Add this package to your ASP.NET Core project to use Bootstrap 5 precompiled views with SimpleContent.
17+
18+
## Contributing
19+
20+
Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).
21+
22+
## License
23+
24+
Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.

src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Bootstrap 5 pre-compiled views for cloudscribe Core and SimpleContent integration</Description>
5-
<Version>8.3.0</Version>
5+
<Version>8.4.0</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
@@ -32,4 +32,7 @@
3232
<ItemGroup>
3333
<ProjectReference Include="..\cloudscribe.Core.SimpleContent\cloudscribe.Core.SimpleContent.csproj" />
3434
</ItemGroup>
35+
<ItemGroup>
36+
<None Include="README.md" Pack="true" PackagePath="/" />
37+
</ItemGroup>
3538
</Project>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# cloudscribe.Core.SimpleContent
2+
3+
[![NuGet](https://img.shields.io/nuget/v/cloudscribe.Core.SimpleContent.svg)](https://www.nuget.org/packages/cloudscribe.Core.SimpleContent)
4+
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5+
6+
Core library for the cloudscribe SimpleContent CMS and blog engine for ASP.NET Core.
7+
8+
## Installation
9+
10+
```shell
11+
Install-Package cloudscribe.Core.SimpleContent
12+
```
13+
14+
## Usage
15+
16+
Reference this package to add core content and blog features to your ASP.NET Core application.
17+
18+
## Contributing
19+
20+
Contributions are welcome! Please see the [contributing guidelines](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/CONTRIBUTING.md).
21+
22+
## License
23+
24+
Licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/cloudscribe/cloudscribe.SimpleContent/blob/main/LICENSE) file for details.

0 commit comments

Comments
 (0)