Skip to content

Commit

Permalink
Updated version number to 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorg committed Jan 10, 2013
1 parent f16f497 commit 7065699
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SGMLReader.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>SgmlReader</id>
<version>1.8.9</version>
<version>1.8.10</version>
<authors>Chris Lovett, Steve Bjorg</authors>
<owners>Steve Bjorg, Andy Sherwood</owners>
<licenseUrl>https://github.com/MindTouch/SGMLReader/blob/master/license.txt</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion SGMLTests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.10")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
4 changes: 2 additions & 2 deletions SgmlReader/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.8.9")]
[assembly: AssemblyFileVersion("1.8.9")]
[assembly: AssemblyVersion("1.8.10")]
[assembly: AssemblyFileVersion("1.8.10")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
4 changes: 2 additions & 2 deletions sgmlreaderdll/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.8.9")]
[assembly: AssemblyFileVersion("1.8.9")]
[assembly: AssemblyVersion("1.8.10")]
[assembly: AssemblyFileVersion("1.8.10")]

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

0 comments on commit 7065699

Please sign in to comment.