diff --git a/SampleConsoleApplication/Properties/AssemblyInfo.cs b/SampleConsoleApplication/Properties/AssemblyInfo.cs index 23f41f0..9a37272 100644 --- a/SampleConsoleApplication/Properties/AssemblyInfo.cs +++ b/SampleConsoleApplication/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SendSafelyConsoleApplication")] -[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyCopyright("Copyright © 2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1")] +[assembly: AssemblyFileVersion("1.0.1")] diff --git a/SampleConsoleApplication/SendSafelyConsoleApplication.csproj b/SampleConsoleApplication/SendSafelyConsoleApplication.csproj index c34f509..7629676 100644 --- a/SampleConsoleApplication/SendSafelyConsoleApplication.csproj +++ b/SampleConsoleApplication/SendSafelyConsoleApplication.csproj @@ -36,9 +36,12 @@ false - + + ..\SendsafelyAPI\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll + + False - ..\SendsafelyAPI\bin\Debug\SendsafelyAPI.dll + ..\SendsafelyAPI\SendsafelyAPI\bin\Debug\SendsafelyAPI.dll @@ -53,13 +56,14 @@ - + {9BDEB9EC-7B8C-44DD-A3A1-9EF4F2B2499E} SendsafelyAPI +