Skip to content

Commit

Permalink
update version info in LitleBatch and AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Juncai committed Feb 20, 2015
1 parent 0e223fa commit cb61a7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LitleSdkForNet/LitleSdkForNet/LitleBatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public string SerializeRFRRequestToFile(RFRRequest rfrRequest, string filePath)

public string Serialize()
{
string xmlHeader = "<?xml version='1.0' encoding='utf-8'?>\r\n<litleRequest version=\"8.25\"" +
string xmlHeader = "<?xml version='1.0' encoding='utf-8'?>\r\n<litleRequest version=\"9.3\"" +
" xmlns=\"http://www.litle.com/schema\" " +
"numBatchRequests=\"" + numOfLitleBatchRequest + "\">";

Expand Down
4 changes: 2 additions & 2 deletions LitleSdkForNet/LitleSdkForNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.25.3.0")]
[assembly: AssemblyFileVersion("8.25.3.0")]
[assembly: AssemblyVersion("9.3.0")]
[assembly: AssemblyFileVersion("9.3.0")]

0 comments on commit cb61a7e

Please sign in to comment.