diff --git a/README.md b/README.md index 44ca1e9..a641c6d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/RserveLink.sln b/RserveLink.sln index 8a195cf..234254e 100644 --- a/RserveLink.sln +++ b/RserveLink.sln @@ -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 diff --git a/RserveLink/Properties/AssemblyInfo.cs b/RserveLink/Properties/AssemblyInfo.cs index ef4214c..59d6790 100644 --- a/RserveLink/Properties/AssemblyInfo.cs +++ b/RserveLink/Properties/AssemblyInfo.cs @@ -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("")] @@ -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")]