File tree 5 files changed +10
-6
lines changed
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,10 @@ existing code.
134
134
* Note:* all 1.8.x releases up to 1.8.7 are compatible with 1.8.0. Use assembly
135
135
redirection to account for newer versions when recompilation is not an option.
136
136
137
+ ### Release notes for 1.8.12 (2015-Nov-04)
138
+
139
+ * Made sure Html.dtd was embedded as a resource with the correct name. (Bård Rolstad Henriksen)
140
+
137
141
### Release notes for 1.8.11 (2013-Jan-27)
138
142
139
143
* Pulled latest psake and nuget tools. (Andy Sherwood)
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >SgmlReader</id >
5
- <version >1.8.11 </version >
5
+ <version >1.8.12 </version >
6
6
<authors >Chris Lovett, Steve Bjorg</authors >
7
7
<owners >Steve Bjorg, Andy Sherwood</owners >
8
8
<licenseUrl >https://github.com/MindTouch/SGMLReader/blob/master/license.txt</licenseUrl >
Original file line number Diff line number Diff line change 39
39
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
40
40
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
41
41
42
- [ assembly: AssemblyVersion ( "1.8.11 " ) ]
42
+ [ assembly: AssemblyVersion ( "1.8.12 " ) ]
43
43
44
44
// The following attributes are used to specify the signing key for the assembly,
45
45
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 50
50
// You can specify all the values or you can default the Revision and Build Numbers
51
51
// by using the '*' as shown below:
52
52
53
- [ assembly: AssemblyVersion ( "1.8.11 " ) ]
54
- [ assembly: AssemblyFileVersion ( "1.8.11 " ) ]
53
+ [ assembly: AssemblyVersion ( "1.8.12 " ) ]
54
+ [ assembly: AssemblyFileVersion ( "1.8.12 " ) ]
55
55
56
56
//
57
57
// In order to sign your assembly you must specify a key to use. Refer to the
Original file line number Diff line number Diff line change 50
50
// You can specify all the values or you can default the Revision and Build Numbers
51
51
// by using the '*' as shown below:
52
52
53
- [ assembly: AssemblyVersion ( "1.8.11 " ) ]
54
- [ assembly: AssemblyFileVersion ( "1.8.11 " ) ]
53
+ [ assembly: AssemblyVersion ( "1.8.12 " ) ]
54
+ [ assembly: AssemblyFileVersion ( "1.8.12 " ) ]
55
55
56
56
//
57
57
// In order to sign your assembly you must specify a key to use. Refer to the
You can’t perform that action at this time.
0 commit comments