From f2cd2531ce43c0b3bf666a91434875662800aa1c Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Sun, 13 Sep 2015 22:05:37 -0300 Subject: [PATCH] v2.0.4 --- src/base/Properties/AssemblyInfo.cs | 6 +++--- src/plain/Properties/AssemblyInfo.cs | 6 +++--- src/soap/Properties/AssemblyInfo.cs | 6 +++--- tests/Properties/AssemblyInfo.cs | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/base/Properties/AssemblyInfo.cs b/src/base/Properties/AssemblyInfo.cs index 5249f33..bdc1ccb 100644 --- a/src/base/Properties/AssemblyInfo.cs +++ b/src/base/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ // associated with an assembly. [assembly: AssemblyTitle("SharpSapRfc")] [assembly: AssemblyProduct("SharpSapRfc")] -[assembly: AssemblyCopyright("Copyright (c) 2014 Guilherme Oenning")] +[assembly: AssemblyCopyright("Copyright (c) 2014-2015 Guilherme Oenning")] // 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 @@ -27,5 +27,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("2.0.3")] -[assembly: AssemblyFileVersion("2.0.3")] +[assembly: AssemblyVersion("2.0.4")] +[assembly: AssemblyFileVersion("2.0.4")] diff --git a/src/plain/Properties/AssemblyInfo.cs b/src/plain/Properties/AssemblyInfo.cs index 5227eed..bc1718f 100644 --- a/src/plain/Properties/AssemblyInfo.cs +++ b/src/plain/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ // associated with an assembly. [assembly: AssemblyTitle("SharpSapRfc")] [assembly: AssemblyProduct("SharpSapRfc")] -[assembly: AssemblyCopyright("Copyright (c) 2014 Guilherme Oenning")] +[assembly: AssemblyCopyright("Copyright (c) 2014-2015 Guilherme Oenning")] // 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 @@ -27,5 +27,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("2.0.3")] -[assembly: AssemblyFileVersion("2.0.3")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.4")] +[assembly: AssemblyFileVersion("2.0.4")] \ No newline at end of file diff --git a/src/soap/Properties/AssemblyInfo.cs b/src/soap/Properties/AssemblyInfo.cs index 52ebdd4..3c616ab 100644 --- a/src/soap/Properties/AssemblyInfo.cs +++ b/src/soap/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ // associated with an assembly. [assembly: AssemblyTitle("SharpSapRfc")] [assembly: AssemblyProduct("SharpSapRfc")] -[assembly: AssemblyCopyright("Copyright (c) 2014 Guilherme Oenning")] +[assembly: AssemblyCopyright("Copyright (c) 2014-2015 Guilherme Oenning")] // 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 @@ -27,5 +27,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("2.0.3")] -[assembly: AssemblyFileVersion("2.0.3")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.4")] +[assembly: AssemblyFileVersion("2.0.4")] \ No newline at end of file diff --git a/tests/Properties/AssemblyInfo.cs b/tests/Properties/AssemblyInfo.cs index 0e53e36..0404820 100644 --- a/tests/Properties/AssemblyInfo.cs +++ b/tests/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ // associated with an assembly. [assembly: AssemblyTitle("SharpSapRfc")] [assembly: AssemblyProduct("SharpSapRfc")] -[assembly: AssemblyCopyright("Copyright (c) 2014 Guilherme Oenning")] +[assembly: AssemblyCopyright("Copyright (c) 2014-2015 Guilherme Oenning")] // 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 @@ -27,5 +27,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("2.0.3")] -[assembly: AssemblyFileVersion("2.0.3")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.4")] +[assembly: AssemblyFileVersion("2.0.4")] \ No newline at end of file