We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbda5ca commit 53554c9Copy full SHA for 53554c9
CHANGELOG.md
@@ -3,6 +3,12 @@ IIS Cookbook CHANGELOG
3
This file is used to list changes made in each version of the IIS cookbook.
4
5
6
+v1.6.2
7
+------
8
+### Improvement
9
+- **[COOK-3634](https://tickets.opscode.com/browse/COOK-3634)** - provide ability to set app pool managedRuntimeVersion to "No Managed Code"
10
+
11
12
v1.6.0
13
------
14
### Improvement
metadata.rb
@@ -4,6 +4,6 @@
license "Apache 2.0"
description "Installs/Configures Microsoft Internet Information Services"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "1.6.1"
+version "1.6.2"
supports "windows"
depends "windows", ">= 1.2.6"
0 commit comments