diff --git a/BrowserStackLocal.1.3.0.0.nupkg b/BrowserStackLocal.1.3.0.0.nupkg deleted file mode 100644 index e778921..0000000 Binary files a/BrowserStackLocal.1.3.0.0.nupkg and /dev/null differ diff --git a/BrowserStackLocal/BrowserStackLocal/BrowserStackLocal.csproj b/BrowserStackLocal/BrowserStackLocal/BrowserStackLocal.csproj index 944eff6..05f4007 100644 --- a/BrowserStackLocal/BrowserStackLocal/BrowserStackLocal.csproj +++ b/BrowserStackLocal/BrowserStackLocal/BrowserStackLocal.csproj @@ -1,60 +1,67 @@ - - - - - Debug - AnyCPU - {F58E1C9A-5910-4DA8-B531-9F4A6B0AE8C8} - Library - Properties - BrowserStack - BrowserStackLocal - v2.0 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AnyCPU - - - - ..\packages\Newtonsoft.Json.8.0.3\lib\net20\Newtonsoft.Json.dll - True - - - - - - - - - - - - - - - - + + + + + Debug + AnyCPU + {F58E1C9A-5910-4DA8-B531-9F4A6B0AE8C8} + Library + Properties + BrowserStack + BrowserStackLocal + v2.0 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + AnyCPU + + + true + + + browserstack_local_nuget_key.pfx + + + + ..\packages\Newtonsoft.Json.8.0.3\lib\net20\Newtonsoft.Json.dll + True + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/BrowserStackLocal/BrowserStackLocal/Properties/AssemblyInfo.cs b/BrowserStackLocal/BrowserStackLocal/Properties/AssemblyInfo.cs index e9df8ed..3fd0dde 100644 --- a/BrowserStackLocal/BrowserStackLocal/Properties/AssemblyInfo.cs +++ b/BrowserStackLocal/BrowserStackLocal/Properties/AssemblyInfo.cs @@ -1,36 +1,36 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("BrowserStackLocal")] -[assembly: AssemblyDescription("C# Bindings for BrowserStack Local")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("BrowserStack")] -[assembly: AssemblyProduct("BrowserStackLocal")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f58e1c9a-5910-4da8-b531-9f4a6b0ae8c8")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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("1.3.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("BrowserStackLocal")] +[assembly: AssemblyDescription("C# Bindings for BrowserStack Local")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("BrowserStack")] +[assembly: AssemblyProduct("BrowserStackLocal")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("f58e1c9a-5910-4da8-b531-9f4a6b0ae8c8")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// 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("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/README.md b/README.md index d1e7f82..af5c794 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,10 @@ bsLocalArgs.Add(new KeyValuePair("logfile", "/browserstack/logs. To run the test suite run the nunit tests from Visual Studio. +### Signing + +Build Release version and then sign it so that it is strongly named. + ### Packaging To pack using nuget, run `nuget pack BrowserStackLocal\BrowserStackLocal\BrowserStackLocal.csproj -Prop Configuration=Release` diff --git a/browserstacklocal.1.4.0.nupkg b/browserstacklocal.1.4.0.nupkg new file mode 100644 index 0000000..3fd7018 Binary files /dev/null and b/browserstacklocal.1.4.0.nupkg differ