-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Statiq.Web from 1.0.0-beta.59 to 1.0.0-beta.60
Bumps [Statiq.Web](https://github.com/statiqdev/Statiq.Web) from 1.0.0-beta.59 to 1.0.0-beta.60. - [Release notes](https://github.com/statiqdev/Statiq.Web/releases) - [Changelog](https://github.com/statiqdev/Statiq.Web/blob/main/RELEASE.md) - [Commits](statiqdev/Statiq.Web@v1.0.0-beta.59...v1.0.0-beta.60) --- updated-dependencies: - dependency-name: Statiq.Web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a6d7ab9
commit b26ab05
Showing
1 changed file
with
28 additions
and
28 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,29 +1,29 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>SrcSet.Statiq</PackageId> | ||
<Description>Automate creating sets of responsive images for your Statiq site</Description> | ||
<Version>5.0.0</Version> | ||
<Authors>ecoAPM LLC</Authors> | ||
<Company>ecoAPM LLC</Company> | ||
<Copyright>ecoAPM LLC</Copyright> | ||
<Product>SrcSet</Product> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageProjectUrl>https://github.com/ecoAPM/SrcSet</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/ecoAPM/SrcSet</RepositoryUrl> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<SonarQubeTestProject>false</SonarQubeTestProject> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" /> | ||
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.59" /> | ||
<ProjectReference Include="../SrcSet.Core/SrcSet.Core.csproj" /> | ||
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>SrcSet.Statiq</PackageId> | ||
<Description>Automate creating sets of responsive images for your Statiq site</Description> | ||
<Version>5.0.0</Version> | ||
<Authors>ecoAPM LLC</Authors> | ||
<Company>ecoAPM LLC</Company> | ||
<Copyright>ecoAPM LLC</Copyright> | ||
<Product>SrcSet</Product> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageProjectUrl>https://github.com/ecoAPM/SrcSet</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/ecoAPM/SrcSet</RepositoryUrl> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<SonarQubeTestProject>false</SonarQubeTestProject> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" /> | ||
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.60" /> | ||
<ProjectReference Include="../SrcSet.Core/SrcSet.Core.csproj" /> | ||
<None Include="../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="."/> | ||
</ItemGroup> | ||
</Project> |