Skip to content

Commit ac3bd8c

Browse files
committed
Bumped version number to 1.8.12
1 parent d699605 commit ac3bd8c

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

ReadMe.md

+4
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ existing code.
134134
*Note:* all 1.8.x releases up to 1.8.7 are compatible with 1.8.0. Use assembly
135135
redirection to account for newer versions when recompilation is not an option.
136136

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+
137141
### Release notes for 1.8.11 (2013-Jan-27)
138142

139143
* Pulled latest psake and nuget tools. (Andy Sherwood)

SGMLReader.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>SgmlReader</id>
5-
<version>1.8.11</version>
5+
<version>1.8.12</version>
66
<authors>Chris Lovett, Steve Bjorg</authors>
77
<owners>Steve Bjorg, Andy Sherwood</owners>
88
<licenseUrl>https://github.com/MindTouch/SGMLReader/blob/master/license.txt</licenseUrl>

SGMLTests/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
4040
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
4141

42-
[assembly: AssemblyVersion("1.8.11")]
42+
[assembly: AssemblyVersion("1.8.12")]
4343

4444
// The following attributes are used to specify the signing key for the assembly,
4545
// if desired. See the Mono documentation for more information about signing.

SgmlReader/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
// You can specify all the values or you can default the Revision and Build Numbers
5151
// by using the '*' as shown below:
5252

53-
[assembly: AssemblyVersion("1.8.11")]
54-
[assembly: AssemblyFileVersion("1.8.11")]
53+
[assembly: AssemblyVersion("1.8.12")]
54+
[assembly: AssemblyFileVersion("1.8.12")]
5555

5656
//
5757
// In order to sign your assembly you must specify a key to use. Refer to the

sgmlreaderdll/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
// You can specify all the values or you can default the Revision and Build Numbers
5151
// by using the '*' as shown below:
5252

53-
[assembly: AssemblyVersion("1.8.11")]
54-
[assembly: AssemblyFileVersion("1.8.11")]
53+
[assembly: AssemblyVersion("1.8.12")]
54+
[assembly: AssemblyFileVersion("1.8.12")]
5555

5656
//
5757
// In order to sign your assembly you must specify a key to use. Refer to the

0 commit comments

Comments
 (0)