-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Statiq.Core from 1.0.0-beta.71 to 1.0.0-beta.72
Bumps [Statiq.Core](https://github.com/statiqdev/Statiq.Framework) from 1.0.0-beta.71 to 1.0.0-beta.72. - [Release notes](https://github.com/statiqdev/Statiq.Framework/releases) - [Changelog](https://github.com/statiqdev/Statiq.Framework/blob/main/RELEASE.md) - [Commits](statiqdev/Statiq.Framework@v1.0.0-beta.71...v1.0.0-beta.72) --- updated-dependencies: - dependency-name: Statiq.Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
13f5351
commit 042ad11
Showing
1 changed file
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Version>2.0.0</Version> | ||
<PackageId>ecoAPM.StatiqPipelines</PackageId> | ||
<RootNamespace>ecoAPM.StatiqPipelines</RootNamespace> | ||
<Description>Pipelines and helpers used in ecoAPM's static sites</Description> | ||
<Authors>ecoAPM LLC</Authors> | ||
<Company>ecoAPM LLC</Company> | ||
<Copyright>ecoAPM LLC</Copyright> | ||
<Product>Statiq</Product> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageProjectUrl>https://github.com/ecoAPM/StatiqPipelines</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/ecoAPM/StatiqPipelines</RepositoryUrl> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all"/> | ||
<PackageReference Include="Statiq.Core" Version="1.0.0-beta.71"/> | ||
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/> | ||
</ItemGroup> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Version>2.0.0</Version> | ||
<PackageId>ecoAPM.StatiqPipelines</PackageId> | ||
<RootNamespace>ecoAPM.StatiqPipelines</RootNamespace> | ||
<Description>Pipelines and helpers used in ecoAPM's static sites</Description> | ||
<Authors>ecoAPM LLC</Authors> | ||
<Company>ecoAPM LLC</Company> | ||
<Copyright>ecoAPM LLC</Copyright> | ||
<Product>Statiq</Product> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageProjectUrl>https://github.com/ecoAPM/StatiqPipelines</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/ecoAPM/StatiqPipelines</RepositoryUrl> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all"/> | ||
<PackageReference Include="Statiq.Core" Version="1.0.0-beta.72"/> | ||
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/> | ||
</ItemGroup> | ||
|
||
</Project> |