Skip to content

Commit f71ba35

Browse files
author
Jason Moore
committed
- include the .net48 build of newtonsoft.json.dll instead of the .net60 build (#37)
- bump version to 2.9.11
1 parent fea633f commit f71ba35

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/BundlerMinifier.Core/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{
33
public class Constants
44
{
5-
public const string VERSION = "2.9.10";
5+
public const string VERSION = "2.9.11";
66
}
77
}

src/BundlerMinifier/BundlerMinifier.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2222
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2323
<Authors>Mads Kristensen, Jason Moore</Authors>
24-
<Version>2.9.10</Version>
24+
<Version>2.9.11</Version>
2525
</PropertyGroup>
2626

2727
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0' OR '$(TargetFramework)' == 'net8.0'" >
-512 Bytes
Binary file not shown.

src/BundlerMinifierVsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="5783ce1f-b23d-4e84-87a4-6b2cbe9e0602" Version="2.9.10" Language="en-US" Publisher="Jason Moore" />
4+
<Identity Id="5783ce1f-b23d-4e84-87a4-6b2cbe9e0602" Version="2.9.11" Language="en-US" Publisher="Jason Moore" />
55
<DisplayName>Bundler &amp; Minifier 2022+</DisplayName>
66
<Description xml:space="preserve">Adds support for bundling and minifying JavaScript, CSS and HTML files in any project.</Description>
77
<MoreInfo>https://github.com/failwyn/BundlerMinifier</MoreInfo>

0 commit comments

Comments
 (0)