Skip to content

Commit

Permalink
Incremented the version to 0.1.0.0. The code is stable and definitely…
Browse files Browse the repository at this point in the history
… better than alpha quality. Also added the license and README.md to the solution file.
  • Loading branch information
0xbrock committed Jul 6, 2015
1 parent 94d4a43 commit be0f0f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Carrying forward the GPL v2.0 from the SourceForge respository.

## Changes

2015-07-06: Changed the RConnection.GetResponse class to allow response[4] to be 0 and to hinge the if statement on whether data was returned.
2015-07-06: Changed the RConnection.GetResponse class to allow response[4] to be 0 and to hinge the if statement on whether data was returned. Fixes an issue where the RConnection.Eval would occasionally return an erroneous "Eval Failed" exception on a successful command.

2015-07-06: Created GitHub repo.

Expand Down
7 changes: 7 additions & 0 deletions RserveLink.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RserveLink", "RserveLink\RserveLink.csproj", "{35DC3E91-08A3-4B7B-A72F-8A573388A99B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2725B752-0A9E-4E46-8D02-7B041B8AE5EC}"
ProjectSection(SolutionItems) = preProject
license_gpl.pdf = license_gpl.pdf
license_gpl.txt = license_gpl.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions RserveLink/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Krzysztof Miodek, Updated by Brock")]
[assembly: AssemblyProduct("RserveLink")]
[assembly: AssemblyCopyright("Krzysztof Miodek, Updated by Brock")]
[assembly: AssemblyCopyright("Krzysztof Miodek, Updated by Brock 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.0.0.1")]
[assembly: AssemblyVersion("0.1.0.0")]

0 comments on commit be0f0f8

Please sign in to comment.