Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Apr 20, 2012
1 parent adc91f2 commit 335cdc8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
6 changes: 3 additions & 3 deletions LibWowAPI/My Project/AssemblyInfo.vb
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("A library to easily access information from the Blizzard World of Warcraft API")>
<Assembly: AssemblyCompany("roncli Productions")>
<Assembly: AssemblyProduct("LibWowAPI")>
<Assembly: AssemblyCopyright("©2008-2011 roncli Productions")>
<Assembly: AssemblyCopyright("©2008-2012 roncli Productions")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.0.2.0")>
<Assembly: AssemblyFileVersion("1.0.2.0")>
<Assembly: AssemblyVersion("1.0.3.0")>
<Assembly: AssemblyFileVersion("1.0.3.0")>
6 changes: 3 additions & 3 deletions LibWowAPIDemo/My Project/AssemblyInfo.vb
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("An app that demonstrates the features of LibWowAPI")>
<Assembly: AssemblyCompany("roncli Productions")>
<Assembly: AssemblyProduct("LibWowAPIDemo")>
<Assembly: AssemblyCopyright("©2009-2011 roncli Productions")>
<Assembly: AssemblyCopyright("©2009-2012 roncli Productions")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.0.2.0")>
<Assembly: AssemblyFileVersion("1.0.2.0")>
<Assembly: AssemblyVersion("1.0.3.0")>
<Assembly: AssemblyFileVersion("1.0.3.0")>
4 changes: 2 additions & 2 deletions LibWowAPIDocs/LibWowAPIDocs.shfbproj
Expand Up @@ -19,7 +19,7 @@
<HtmlHelpName>LibWowAPI</HtmlHelpName>
<Language>en-US</Language>
<HelpFileFormat>HtmlHelp1, MSHelpViewer, Website</HelpFileFormat>
<CopyrightText>Copyright &amp;#169%3b2008-2011 roncli Productions</CopyrightText>
<CopyrightText>Copyright &amp;#169%3b2008-2012 roncli Productions</CopyrightText>
<FeedbackEMailAddress>roncli%40roncli.com</FeedbackEMailAddress>
<FeedbackEMailLinkText>Ronald M. Clifford</FeedbackEMailLinkText>
<HelpTitle>LibWowAPI</HelpTitle>
Expand All @@ -33,7 +33,7 @@
<DocumentationSource sourceFile="..\LibWowAPI\LibWowAPI.vbproj" xmlns="" />
</DocumentationSources>
<SyntaxFilters>CSharp, VisualBasic</SyntaxFilters>
<HelpFileVersion>1.0.2.0</HelpFileVersion>
<HelpFileVersion>1.0.3.0</HelpFileVersion>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in
order for Visual Studio to perform the build. The others are optional
Expand Down
6 changes: 5 additions & 1 deletion README.markdown
@@ -1,5 +1,5 @@
# LibWowAPI
### Version 1.0.2 - Released 12/19/2011
### Version 1.0.3 - Released 4/20/2012

LibWowAPI is a library for the .NET framework that interfaces with the Blizzard World of Warcraft API. The [Blizzard World of Warcraft API](http://blizzard.github.com/api-wow-docs) is an online API that interfaces with World of Warcraft.

Expand All @@ -12,6 +12,10 @@ See the [Documentation](https://github.com/roncli/LibWowAPI/wiki/LibWowAPI) for

## Version History

### 1.0.3 - 4/20/2012
* Added new rated battleground ladder class.
* Added new data to the realm status class.

### 1.0.2 - 12/19/2011
* Added new recipe lookup class.

Expand Down
2 changes: 1 addition & 1 deletion README.txt
@@ -1,5 +1,5 @@
LibWowAPI
Version 1.0.2
Version 1.0.3
by Ronald M. Clifford (roncli@roncli.com)

This source code is released under the GNU Lesser General Public License (LGPL) Version 3.0.
Expand Down

0 comments on commit 335cdc8

Please sign in to comment.