Skip to content

Commit 39b248b

Browse files
committed
Bump to 1.3.0
1 parent 80ca746 commit 39b248b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_build:
77
- dotnet restore
88

99
environment:
10-
base_version: '1.2.0'
10+
base_version: '1.3.0'
1111
version_suffix: ''
1212

1313
version: $(base_version).{build}$(version_suffix)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Find the **Web.config** with your Razor configuration (by default it's in `Views
3232
In order to start minifying views and partial views, replace it with (after the NuGet package is installed):
3333

3434
```xml
35-
<host factoryType="RazorHtmlMinifier.Mvc5.MinifyingMvcWebRazorHostFactory, RazorHtmlMinifier.Mvc5, Version=1.2.0.0, Culture=neutral, PublicKeyToken=a517a17e203fcde4" />
35+
<host factoryType="RazorHtmlMinifier.Mvc5.MinifyingMvcWebRazorHostFactory, RazorHtmlMinifier.Mvc5, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a517a17e203fcde4" />
3636
```
3737

3838
Then rebuild your solution, which should also restart the app.
@@ -83,7 +83,7 @@ I've investigated this and it looks like **VS actually needs to have the assembl
8383
If you want to add the assembly to GAC, you'll need to do the following:
8484

8585
- Open `Developer Command Prompt for VS` (you'll find it in Start menu) **as an Administrator**.
86-
- Navigate to the folder of the NuGet package: `cd "C:\PATH_TO_YOUR_SOLUTION\packages\RazorHtmlMinifier.Mvc5.1.2.0\lib\net45"`
86+
- Navigate to the folder of the NuGet package: `cd "C:\PATH_TO_YOUR_SOLUTION\packages\RazorHtmlMinifier.Mvc5.1.3.0\lib\net45"`
8787
- Install it to GAC: `gacutil /i RazorHtmlMinifier.Mvc5.dll` (it should respond `Assembly successfully added to the cache`)
8888
- Restart Visual Studio (and maybe also clear any ReSharper caches if you're using that)
8989

0 commit comments

Comments
 (0)