-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2b4cc7
commit 8fc6528
Showing
2 changed files
with
92 additions
and
92 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,71 +1,71 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net452;net462;net471</TargetFrameworks> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<Description>Automatic media library image file optimization for Sitecore</Description> | ||
<Version>5.0.0-rc.4</Version> | ||
<Authors>Kam Figy, Mark Gibbons</Authors> | ||
<PackageProjectUrl>https://github.com/kamsar/Dianoga</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/kamsar/Dianoga</RepositoryUrl> | ||
<PackageIconUrl>https://kamsar.net/nuget/dianoga/logo.png</PackageIconUrl> | ||
<PackageTags>sitecore optimization</PackageTags> | ||
<Copyright>Copyright 2020</Copyright> | ||
<Company /> | ||
<Product /> | ||
</PropertyGroup> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'net452'"> | ||
<PackageReference Include="Sitecore.Kernel"> | ||
<Version>8.2.180406</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Sitecore.Mvc"> | ||
<Version>8.2.180406</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'net462'"> | ||
<PackageReference Include="Sitecore.Kernel"> | ||
<Version>9.0.180604</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Sitecore.Mvc"> | ||
<Version>9.0.180604</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Sitecore.XA.Foundation.MediaRequestHandler"> | ||
<Version>3.8.1</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'net471'"> | ||
<PackageReference Include="Sitecore.Kernel"> | ||
<Version>9.3.0</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Sitecore.Mvc"> | ||
<Version>9.3.0</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Sitecore.XA.Foundation.MediaRequestHandler"> | ||
<Version>9.3.0</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Configuration" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="System.Web" /> | ||
<Reference Include="System.XML" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Default Config Files\*" PackagePath="content\App_Config\Include\Dianoga" /> | ||
<Content Include="Dianoga Tools\**\*" Exclude="Dianoga Tools\SVGO\**\*" PackagePath="content\App_Data\Dianoga Tools" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="Default Config Files\Dianoga.WebP.CDN.config.disabled" /> | ||
</ItemGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net452;net462;net471</TargetFrameworks> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<Description>Automatic media library image file optimization for Sitecore</Description> | ||
<Version>5.0.0-rc.5</Version> | ||
<Authors>Kam Figy, Mark Gibbons</Authors> | ||
<PackageProjectUrl>https://github.com/kamsar/Dianoga</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/kamsar/Dianoga</RepositoryUrl> | ||
<PackageIconUrl>https://kamsar.net/nuget/dianoga/logo.png</PackageIconUrl> | ||
<PackageTags>sitecore optimization</PackageTags> | ||
<Copyright>Copyright 2020</Copyright> | ||
<Company /> | ||
<Product /> | ||
</PropertyGroup> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'net452'"> | ||
<PackageReference Include="Sitecore.Kernel"> | ||
<Version>8.2.180406</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Sitecore.Mvc"> | ||
<Version>8.2.180406</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'net462'"> | ||
<PackageReference Include="Sitecore.Kernel"> | ||
<Version>9.0.180604</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Sitecore.Mvc"> | ||
<Version>9.0.180604</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Sitecore.XA.Foundation.MediaRequestHandler"> | ||
<Version>3.8.1</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(TargetFramework)' == 'net471'"> | ||
<PackageReference Include="Sitecore.Kernel"> | ||
<Version>9.3.0</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Sitecore.Mvc"> | ||
<Version>9.3.0</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Sitecore.XA.Foundation.MediaRequestHandler"> | ||
<Version>9.3.0</Version> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Configuration" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="System.Web" /> | ||
<Reference Include="System.XML" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Default Config Files\*" PackagePath="content\App_Config\Include\Dianoga" /> | ||
<Content Include="Dianoga Tools\**\*" Exclude="Dianoga Tools\SVGO\**\*" PackagePath="content\App_Data\Dianoga Tools" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Remove="Default Config Files\Dianoga.WebP.CDN.config.disabled" /> | ||
</ItemGroup> | ||
</Project> |
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,23 +1,23 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>Dianoga.svgtools</id> | ||
<version>5.0.0-rc.4</version> | ||
<title>Dianoga.svgtools</title> | ||
<authors>Kam Figy, Mark Gibbons</authors> | ||
<owners>Kam Figy, Mark Gibbons</owners> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/kamsar/Dianoga</projectUrl> | ||
<iconUrl>https://kamsar.net/nuget/dianoga/logo.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>SVG tools required if SVGO is enabled</description> | ||
<copyright>Copyright 2020</copyright> | ||
<tags>sitecore optimization</tags> | ||
<dependencies> | ||
<dependency id="Dianoga" version="5.0.0-rc.4" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="Dianoga Tools\SVGO\**\*" target="content\App_Data\Dianoga Tools\SVGO" /> | ||
</files> | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>Dianoga.svgtools</id> | ||
<version>5.0.0-rc.5</version> | ||
<title>Dianoga.svgtools</title> | ||
<authors>Kam Figy, Mark Gibbons</authors> | ||
<owners>Kam Figy, Mark Gibbons</owners> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/kamsar/Dianoga</projectUrl> | ||
<iconUrl>https://kamsar.net/nuget/dianoga/logo.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>SVG tools required if SVGO is enabled</description> | ||
<copyright>Copyright 2020</copyright> | ||
<tags>sitecore optimization</tags> | ||
<dependencies> | ||
<dependency id="Dianoga" version="5.0.0-rc.5" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="Dianoga Tools\SVGO\**\*" target="content\App_Data\Dianoga Tools\SVGO" /> | ||
</files> | ||
</package> |