From d4f5f94feb2d9fd67fd474b587a0eb421ca14bf8 Mon Sep 17 00:00:00 2001 From: bartcho Date: Wed, 10 Oct 2018 10:31:53 +0200 Subject: [PATCH 01/20] =?UTF-8?q?Konwersja=20EnovaExtension=20wraz=20z=20t?= =?UTF-8?q?estami=20do=20nowego=20csproj=20oraz=20u=C5=BCycie=20nuget?= =?UTF-8?q?=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 7 ++ GeekOut2018.EnovaExtension.Tests/App.config | 19 ----- .../GeekOut2018.EnovaExtension.Tests.csproj | 85 ++----------------- .../Properties/AssemblyInfo.cs | 36 -------- .../packages.config | 4 - .../GeekOut2018.EnovaExtension.csproj | 65 ++------------ .../Properties/AssemblyInfo.cs | 36 -------- NuGet.Config | 7 ++ 8 files changed, 27 insertions(+), 232 deletions(-) create mode 100644 Directory.Build.props delete mode 100644 GeekOut2018.EnovaExtension.Tests/App.config delete mode 100644 GeekOut2018.EnovaExtension.Tests/Properties/AssemblyInfo.cs delete mode 100644 GeekOut2018.EnovaExtension.Tests/packages.config delete mode 100644 GeekOut2018.EnovaExtension/Properties/AssemblyInfo.cs create mode 100644 NuGet.Config diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..6b5b270 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,7 @@ + + + + + 15.1.0 + + diff --git a/GeekOut2018.EnovaExtension.Tests/App.config b/GeekOut2018.EnovaExtension.Tests/App.config deleted file mode 100644 index 1812839..0000000 --- a/GeekOut2018.EnovaExtension.Tests/App.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj index f00599b..d904e07 100644 --- a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj +++ b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj @@ -1,84 +1,11 @@  - - - + - Debug - AnyCPU - {65C814D0-51E7-4AC7-8569-3EA25019CA86} - Library - Properties - GeekOut2018.EnovaExtension.Tests - GeekOut2018.EnovaExtension.Tests - v4.0 - 512 + net40 - - $(SonetaBinaries) - - - true - full - false - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - TRACE - prompt - 4 - - - - true - - - ..\packages\NUnit.3.6.0\lib\net40\nunit.framework.dll - - - $(SonetaBinaries)Soneta.Business.dll - False - - - $(SonetaBinaries)Soneta.Core.dll - False - - - $(SonetaBinaries)Soneta.Handel.dll - False - - - $(SonetaBinaries)Soneta.Types.dll - False - - - - - - - - - - - - - - - - - - - - {94efeb3d-ad26-4b90-b905-75541030c5c9} - GeekOut2018.EnovaExtension - True - - - + + + - - \ No newline at end of file + diff --git a/GeekOut2018.EnovaExtension.Tests/Properties/AssemblyInfo.cs b/GeekOut2018.EnovaExtension.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 64880f2..0000000 --- a/GeekOut2018.EnovaExtension.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +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("GeekOut2018.EnovaExtension.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("GeekOut2018.EnovaExtension.Tests")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("65c814d0-51e7-4ac7-8569-3ea25019ca86")] - -// 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/GeekOut2018.EnovaExtension.Tests/packages.config b/GeekOut2018.EnovaExtension.Tests/packages.config deleted file mode 100644 index 116d50c..0000000 --- a/GeekOut2018.EnovaExtension.Tests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj index 367008f..1a4b0bc 100644 --- a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj +++ b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj @@ -1,64 +1,13 @@  - - + - Debug - AnyCPU - {94EFEB3D-AD26-4B90-B905-75541030C5C9} - Library - Properties - GeekOut2018.EnovaExtension - GeekOut2018.EnovaExtension - v4.0 - 512 + net40 + - - $(ExtensionOtput) - - - true - full - false - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - TRACE - prompt - 4 - - - - $(SonetaBinaries)Soneta.Business.dll - False - - - $(SonetaBinaries)Soneta.Core.dll - False - - - $(SonetaBinaries)Soneta.Handel.dll - False - - - $(SonetaBinaries)Soneta.Types.dll - False - - - - - - - - - - - + + compile + - - \ No newline at end of file + diff --git a/GeekOut2018.EnovaExtension/Properties/AssemblyInfo.cs b/GeekOut2018.EnovaExtension/Properties/AssemblyInfo.cs deleted file mode 100644 index bf78816..0000000 --- a/GeekOut2018.EnovaExtension/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +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("GeekOut2018.EnovaExtension")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("GeekOut2018.EnovaExtension")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("94efeb3d-ad26-4b90-b905-75541030c5c9")] - -// 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 0000000..2330244 --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,7 @@ + + + + + + + From 8ac912190646b263d7a6ec3dc2192db8e205f252 Mon Sep 17 00:00:00 2001 From: bartcho Date: Wed, 10 Oct 2018 11:27:21 +0200 Subject: [PATCH 02/20] =?UTF-8?q?Konwersja=20EnovaUnitTestExtension=20do?= =?UTF-8?q?=20nowego=20csproj=20oraz=20u=C5=BCycie=20nuget=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GeekOut2018.EnovaUnitTestExtension.csproj | 66 ++------------- .../Properties/AssemblyInfo.cs | 36 -------- ...ut2018.EnovaUnitTestExtension.Tests.csproj | 83 ++----------------- .../Properties/AssemblyInfo.cs | 36 -------- .../packages.config | 4 - 5 files changed, 15 insertions(+), 210 deletions(-) delete mode 100644 GeekOut2018.EnovaAutonomousExtension/Properties/AssemblyInfo.cs delete mode 100644 GeekOut2018.EnovaUnitTestExtension.Tests/Properties/AssemblyInfo.cs delete mode 100644 GeekOut2018.EnovaUnitTestExtension.Tests/packages.config diff --git a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj index 1a1688e..1a4b0bc 100644 --- a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj +++ b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj @@ -1,63 +1,13 @@  - - - + + - Debug - AnyCPU - {8372DECB-E2D0-46E1-98E2-42527F5409A9} - Library - Properties - GeekOut2018.EnovaUnitTestExtension - GeekOut2018.EnovaUnitTestExtension - v4.0 - 512 + net40 + - - $(ExtensionOtput) - - - true - full - false - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - TRACE - prompt - 4 - - - - $(SonetaBinaries)Soneta.Business.dll - False - - - $(SonetaBinaries)Soneta.Handel.dll - False - - - $(SonetaBinaries)Soneta.Types.dll - False - - - - - - - - - - - - - - + + compile + - - \ No newline at end of file + diff --git a/GeekOut2018.EnovaAutonomousExtension/Properties/AssemblyInfo.cs b/GeekOut2018.EnovaAutonomousExtension/Properties/AssemblyInfo.cs deleted file mode 100644 index 2d89716..0000000 --- a/GeekOut2018.EnovaAutonomousExtension/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +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("GeekOut2018.EnovaUnitTestExtension")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("GeekOut2018.EnovaExtension")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("94efeb3d-ad26-4b90-b905-75541030c5c9")] - -// 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj index 4c83e46..2bd008e 100644 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj +++ b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj @@ -1,81 +1,12 @@  - - - + - Debug - AnyCPU - {4F26CA80-4BE8-47D9-A114-C7B4544DE353} - Library - GeekOut2018.EnovaUnitTestExtension.Tests - GeekOut2018.EnovaUnitTestExtension.Tests - v4.0 - 512 + net40 - - $(SonetaBinaries) - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - ..\packages\NUnit.3.6.0\lib\net40\nunit.framework.dll - - - $(SonetaBinaries)Soneta.Business.dll - True - - - $(SonetaBinaries)Soneta.Handel.dll - - - $(SonetaBinaries)Soneta.Types.dll - True - - - - - - - - - - - - - - - - - {8372decb-e2d0-46e1-98e2-42527f5409a9} - GeekOut2018.EnovaUnitTestExtension - - - - - - + + + + - - \ No newline at end of file + diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/Properties/AssemblyInfo.cs b/GeekOut2018.EnovaUnitTestExtension.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index e52e6b2..0000000 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +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("GeekOut2018.EnovaUnitTestExtension.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("GeekOut2018.EnovaUnitTestExtension.Tests")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("4f26ca80-4be8-47d9-a114-c7b4544de353")] - -// 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/packages.config b/GeekOut2018.EnovaUnitTestExtension.Tests/packages.config deleted file mode 100644 index 116d50c..0000000 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file From fd22244750e102eea40238cb0b21311123d809a9 Mon Sep 17 00:00:00 2001 From: bartcho Date: Wed, 10 Oct 2018 11:50:02 +0200 Subject: [PATCH 03/20] Konwersja TestExamples do nowego csproj --- .../GeekOut2018.TestExamples.Tests.csproj | 62 ++----------------- .../Properties/AssemblyInfo.cs | 36 ----------- .../packages.config | 4 -- .../GeekOut2018.TestExamples.csproj | 46 +------------- .../Properties/AssemblyInfo.cs | 36 ----------- 5 files changed, 9 insertions(+), 175 deletions(-) delete mode 100644 GeekOut2018.TestExamples.Tests/Properties/AssemblyInfo.cs delete mode 100644 GeekOut2018.TestExamples.Tests/packages.config delete mode 100644 GeekOut2018.TestExamples/Properties/AssemblyInfo.cs diff --git a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj index 8c6b45d..2f0e332 100644 --- a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj +++ b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj @@ -1,61 +1,11 @@  - - + - Debug - AnyCPU - {B2FB5BD5-4387-4738-934B-12A70807F06D} - Library - Properties - GeekOut2018.TestExamples.Tests - GeekOut2018.TestExamples.Tests - v4.0 - 512 + net40 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\NUnit.3.6.0\lib\net40\nunit.framework.dll - - - - - - - - - - - - - - - - - - - {cc369ab2-e5e5-4c8c-9cca-f6852b7bfc3f} - GeekOut2018.TestExamples - - - + + + - - \ No newline at end of file + diff --git a/GeekOut2018.TestExamples.Tests/Properties/AssemblyInfo.cs b/GeekOut2018.TestExamples.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 9b933e0..0000000 --- a/GeekOut2018.TestExamples.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +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("GeekOut2018.TestExamples.Tests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("GeekOut2018.TestExamples.Tests")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("b2fb5bd5-4387-4738-934b-12a70807f06d")] - -// 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/GeekOut2018.TestExamples.Tests/packages.config b/GeekOut2018.TestExamples.Tests/packages.config deleted file mode 100644 index 116d50c..0000000 --- a/GeekOut2018.TestExamples.Tests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj index 1e42f09..7f966fd 100644 --- a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj +++ b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj @@ -1,46 +1,6 @@  - - + - Debug - AnyCPU - {CC369AB2-E5E5-4C8C-9CCA-F6852B7BFC3F} - Library - Properties - GeekOut2018.TestExamples - GeekOut2018.TestExamples - v4.0 - 512 + net40 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - \ No newline at end of file + diff --git a/GeekOut2018.TestExamples/Properties/AssemblyInfo.cs b/GeekOut2018.TestExamples/Properties/AssemblyInfo.cs deleted file mode 100644 index d5e83fc..0000000 --- a/GeekOut2018.TestExamples/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +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("GeekOut2018.TestExamples")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("GeekOut2018.TestExamples")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("cc369ab2-e5e5-4c8c-9cca-f6852b7bfc3f")] - -// 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] From 3efc9e7d26f03ff7009d393e09678d9514cfa3af Mon Sep 17 00:00:00 2001 From: bartcho Date: Wed, 10 Oct 2018 11:52:01 +0200 Subject: [PATCH 04/20] =?UTF-8?q?Usuni=C4=99cie=20binar=C3=B3w=20Soneta.Te?= =?UTF-8?q?st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TestLib/Soneta.Test.dll | Bin 64000 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 TestLib/Soneta.Test.dll diff --git a/TestLib/Soneta.Test.dll b/TestLib/Soneta.Test.dll deleted file mode 100644 index dbc6aa259918ed2afaf22b64bd4251631a9f4d3f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 64000 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 wyx090MbCJ$rvj Date: Wed, 10 Oct 2018 16:17:54 +0200 Subject: [PATCH 05/20] =?UTF-8?q?Zmiana=20w=C5=82a=C5=9Bciwo=C5=9Bci=20MsB?= =?UTF-8?q?uild=20EnovaPackageVersion=20na=20SonetaPackageVersion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 2 +- .../GeekOut2018.EnovaUnitTestExtension.csproj | 2 +- .../GeekOut2018.EnovaExtension.Tests.csproj | 2 +- GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj | 2 +- .../GeekOut2018.EnovaUnitTestExtension.Tests.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 6b5b270..56abb89 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,6 +2,6 @@ - 15.1.0 + 15.1.0 diff --git a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj index 1a4b0bc..9b8b98d 100644 --- a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj +++ b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj @@ -6,7 +6,7 @@ - + compile diff --git a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj index d904e07..fd0a223 100644 --- a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj +++ b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj @@ -4,7 +4,7 @@ net40 - + diff --git a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj index 1a4b0bc..9b8b98d 100644 --- a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj +++ b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj @@ -6,7 +6,7 @@ - + compile diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj index 2bd008e..789fa5d 100644 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj +++ b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj @@ -4,7 +4,7 @@ net40 - + From 93263c0ae4a8328feb1827d54e591945145cf831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Mon, 15 Oct 2018 13:07:59 +0200 Subject: [PATCH 06/20] =?UTF-8?q?Usuni=C4=99cie=20niepotrzebnych=20props?= =?UTF-8?q?=C3=B3w=20i=20aktualizacja=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 1 + .../GeekOut2018.EnovaUnitTestExtension.csproj | 1 - .../GeekOut2018.EnovaExtension.csproj | 3 +-- .../GeekOut2018.EnovaUnitTestExtension.Tests.csproj | 1 + MSBuild/common.soneta.assembly.props | 8 -------- README.md | 13 +++---------- 6 files changed, 6 insertions(+), 21 deletions(-) delete mode 100644 MSBuild/common.soneta.assembly.props diff --git a/Directory.Build.props b/Directory.Build.props index 56abb89..6980784 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,5 +3,6 @@ 15.1.0 + C:\Program Files\Common Files\Soneta\Assemblies\ diff --git a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj index 9b8b98d..05fcb94 100644 --- a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj +++ b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj @@ -1,6 +1,5 @@  - net40 diff --git a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj index 9b8b98d..28cf084 100644 --- a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj +++ b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj @@ -1,9 +1,8 @@  - net40 - + diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj index 789fa5d..1e40d7e 100644 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj +++ b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj @@ -8,5 +8,6 @@ + diff --git a/MSBuild/common.soneta.assembly.props b/MSBuild/common.soneta.assembly.props deleted file mode 100644 index 9f03316..0000000 --- a/MSBuild/common.soneta.assembly.props +++ /dev/null @@ -1,8 +0,0 @@ - - - - - C:\Program Files\Common Files\Soneta\Assemblies\ - D:\MyProjects\enova\bin\Debug\ - - \ No newline at end of file diff --git a/README.md b/README.md index efb76ab..8fe01a7 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,6 @@ Repozytorium zawiera przykłady omawiane podczas prezentacji. ### Konfiguracja środowiska -Przykłady wykorzystujące biblioteki enova365 wymagają ustawienia dwóch parametrów w pliku ***MSBuild\common.soneta.assembly.props*** - - ExtensionOtput - ścieżka zawierająca dodatki ładowane przez enova365 - - SonetaBinaries - binaria enova365 - - Przykład ***GeekOut2018.EnovaExtension.Tests*** zawiera referencję do bibliteki ***Soneta.Test***, która daje możliwość pisania testów integracyjnych w enova365. Biblioteka ta nie jest jeszcze oficjalnie dostępna, jednak dla celów demonstracyjnych podpięliśmy ją do projektu. Aby uruchomić ten przykład z konkretną wersją aplikacji enova365, należy zmodyfikować wersję bibliotek - - Soneta.Business - - Soneta.Types - - Soneta.Start - -w pliku ***GeekOut2018.EnovaExtension.Tests\App.config***. Biblioteka ***Soneta.Test*** skompilowana została z zależnościami, które widoczne są w atrybucie oldVersion, natomiast konkretną wersję ustawiamy w atrybucie newVersion. +W pliku ***Directory.Build.props*** zdefiniować możemy następujące parametry +- SonetaPackageVersion - wersja bibliotek enova365, z jakimi kompilowane są nasze biblioteki +- ExtensionOtput - ścieżka, do której kompilowana jest dana biblioteka \ No newline at end of file From a3145c3571db91bce33c07366b5f34328efad6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Mon, 15 Oct 2018 13:43:29 +0200 Subject: [PATCH 07/20] Zmiana w opisie SonetaPackageVerison --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe01a7..dfd93e2 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ Repozytorium zawiera przykłady omawiane podczas prezentacji. ### Konfiguracja środowiska W pliku ***Directory.Build.props*** zdefiniować możemy następujące parametry -- SonetaPackageVersion - wersja bibliotek enova365, z jakimi kompilowane są nasze biblioteki +- SonetaPackageVersion - wersja bibliotek enova365, z jakimi kompilowane są biblioteki - ExtensionOtput - ścieżka, do której kompilowana jest dana biblioteka \ No newline at end of file From a3234364059940440dd06483ee80ee4803f7fc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Kozio=C5=82?= Date: Thu, 7 Mar 2019 09:38:56 +0100 Subject: [PATCH 08/20] Przeniesienie wersji NUnit do Directory.Build.props --- Directory.Build.props | 2 ++ .../GeekOut2018.EnovaExtension.Tests.csproj | 2 +- .../GeekOut2018.EnovaUnitTestExtension.Tests.csproj | 4 ++-- .../GeekOut2018.TestExamples.Tests.csproj | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 6980784..d025e0b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,6 +3,8 @@ 15.1.0 + 3.13.0 + 3.11.0 C:\Program Files\Common Files\Soneta\Assemblies\ diff --git a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj index fd0a223..65cc387 100644 --- a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj +++ b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj @@ -5,7 +5,7 @@ - + diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj index 1e40d7e..1544f27 100644 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj +++ b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj index 2f0e332..20cfaf0 100644 --- a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj +++ b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj @@ -4,8 +4,8 @@ net40 - - + + From dd76dc061e306c32654be400698c430fbe82573c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Kozio=C5=82?= Date: Thu, 7 Mar 2019 09:39:49 +0100 Subject: [PATCH 09/20] =?UTF-8?q?Ustawienie=20projekt=C3=B3w=20testowych?= =?UTF-8?q?=20IsTestProject=3Dtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Umożliwienie testowania dotnet test ... --- .../GeekOut2018.EnovaExtension.Tests.csproj | 1 + .../GeekOut2018.EnovaUnitTestExtension.Tests.csproj | 1 + .../GeekOut2018.TestExamples.Tests.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj index 65cc387..80360e9 100644 --- a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj +++ b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj @@ -2,6 +2,7 @@ net40 + true diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj index 1544f27..5c04fa8 100644 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj +++ b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj @@ -2,6 +2,7 @@ net40 + true diff --git a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj index 20cfaf0..b666875 100644 --- a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj +++ b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj @@ -2,6 +2,7 @@ net40 + true From 685cf05383b6f82844d3cc70fe730ede2b433446 Mon Sep 17 00:00:00 2001 From: Marek Galarowicz Date: Thu, 7 Mar 2019 12:46:08 +0100 Subject: [PATCH 10/20] =?UTF-8?q?1600=20Pod=C5=82=C4=85czy=C4=87=20SDK=20d?= =?UTF-8?q?o=20projekt=C3=B3w=20przyk=C5=82ad=C3=B3w=20test=C3=B3w=20Githu?= =?UTF-8?q?b?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GeekOut2018.EnovaUnitTestExtension.csproj | 2 +- .../GeekOut2018.EnovaExtension.Tests.csproj | 2 +- GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj | 2 +- .../GeekOut2018.EnovaUnitTestExtension.Tests.csproj | 2 +- .../GeekOut2018.TestExamples.Tests.csproj | 2 +- GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj | 2 +- global.json | 5 +++++ 7 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 global.json diff --git a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj index 05fcb94..3e60965 100644 --- a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj +++ b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj @@ -1,5 +1,5 @@  - + net40 diff --git a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj index 80360e9..8d9fca6 100644 --- a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj +++ b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj @@ -1,5 +1,5 @@  - + net40 true diff --git a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj index 28cf084..57a662c 100644 --- a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj +++ b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj @@ -1,5 +1,5 @@  - + net40 diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj index 5c04fa8..1abbf9c 100644 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj +++ b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj @@ -1,5 +1,5 @@  - + net40 true diff --git a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj index b666875..16a9962 100644 --- a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj +++ b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj @@ -1,5 +1,5 @@  - + net40 true diff --git a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj index 7f966fd..ad09c6d 100644 --- a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj +++ b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj @@ -1,5 +1,5 @@  - + net40 diff --git a/global.json b/global.json new file mode 100644 index 0000000..a74253c --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "msbuild-sdks": { + "Soneta.Sdk": "1.0.0-beta-0002-gdf1e9e39c2" + } +} \ No newline at end of file From bf7f02a29b3ba6431052d3ca8a05c8f0790bd994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Wed, 17 Apr 2019 18:38:04 +0200 Subject: [PATCH 11/20] SDK update --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index a74253c..de7aa1d 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "Soneta.Sdk": "1.0.0-beta-0002-gdf1e9e39c2" + "Soneta.Sdk": "1.0.0-beta-0015-g3be83493d6" } } \ No newline at end of file From 89db256bc269a0a1530254bd1d33a6233c80009a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Wed, 17 Apr 2019 18:52:48 +0200 Subject: [PATCH 12/20] Update SonetaPackageVersion --- Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index d025e0b..f2d7db4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,8 +2,8 @@ - 15.1.0 - 3.13.0 + 1905.0.0-alfa-0416-g07090d5327 + 3.13.0 3.11.0 C:\Program Files\Common Files\Soneta\Assemblies\ From cdc0a6d4190e749ceeca18d6b5fe531a99e471bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Wed, 17 Apr 2019 18:56:16 +0200 Subject: [PATCH 13/20] Update net framework, fix project references --- Directory.Build.props | 1 - .../GeekOut2018.EnovaUnitTestExtension.csproj | 2 +- .../GeekOut2018.EnovaExtension.Tests.csproj | 4 ++-- .../ZmianaNazwTowarowWorkerTests.cs | 2 +- GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj | 2 +- .../GeekOut2018.EnovaUnitTestExtension.Tests.csproj | 5 ++--- .../GeekOut2018.TestExamples.Tests.csproj | 3 +-- GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj | 2 +- 8 files changed, 9 insertions(+), 12 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f2d7db4..c707709 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,6 @@ 1905.0.0-alfa-0416-g07090d5327 - 3.13.0 3.11.0 C:\Program Files\Common Files\Soneta\Assemblies\ diff --git a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj index 3e60965..d9ee568 100644 --- a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj +++ b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj @@ -1,7 +1,7 @@  - net40 + net46 diff --git a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj index 8d9fca6..ec49a3e 100644 --- a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj +++ b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj @@ -1,12 +1,12 @@  - net40 + net46 true + - diff --git a/GeekOut2018.EnovaExtension.Tests/ZmianaNazwTowarowWorkerTests.cs b/GeekOut2018.EnovaExtension.Tests/ZmianaNazwTowarowWorkerTests.cs index 999dfa6..008cb77 100644 --- a/GeekOut2018.EnovaExtension.Tests/ZmianaNazwTowarowWorkerTests.cs +++ b/GeekOut2018.EnovaExtension.Tests/ZmianaNazwTowarowWorkerTests.cs @@ -1,6 +1,6 @@ using System; using NUnit.Framework; -using Soneta.Test.Poligon; +using Soneta.Test; using Soneta.Towary; namespace GeekOut2018.EnovaExtension.Tests diff --git a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj index 57a662c..c84628f 100644 --- a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj +++ b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj @@ -1,7 +1,7 @@  - net40 + net46 diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj index 1abbf9c..602c33f 100644 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj +++ b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj @@ -1,13 +1,12 @@  - net40 + net46 true - - + diff --git a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj index 16a9962..724c23f 100644 --- a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj +++ b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj @@ -1,11 +1,10 @@  - net40 + net46 true - diff --git a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj index ad09c6d..920f134 100644 --- a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj +++ b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj @@ -1,6 +1,6 @@  - net40 + net46 From 0a520e412f2e9cb58fdcf839e732e2d342119410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Thu, 18 Apr 2019 14:44:05 +0200 Subject: [PATCH 14/20] TargetFramework from props --- Directory.Build.props | 1 + .../GeekOut2018.EnovaUnitTestExtension.csproj | 2 +- .../GeekOut2018.EnovaExtension.Tests.csproj | 5 ++--- GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj | 2 +- .../GeekOut2018.EnovaUnitTestExtension.Tests.csproj | 2 +- .../GeekOut2018.TestExamples.Tests.csproj | 2 +- GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index c707709..710c701 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,6 +2,7 @@ + net46 1905.0.0-alfa-0416-g07090d5327 3.11.0 C:\Program Files\Common Files\Soneta\Assemblies\ diff --git a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj index d9ee568..b3db384 100644 --- a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj +++ b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj @@ -1,7 +1,7 @@  - net46 + $(SonetaTargetFramework) diff --git a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj index ec49a3e..3140242 100644 --- a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj +++ b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj @@ -1,12 +1,11 @@  - net46 - true + $(SonetaTargetFramework) - + diff --git a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj index c84628f..29215af 100644 --- a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj +++ b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj @@ -1,7 +1,7 @@  - net46 + $(SonetaTargetFramework) diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj index 602c33f..0f4fa98 100644 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj +++ b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj @@ -1,7 +1,7 @@  - net46 + $(SonetaTargetFramework) true diff --git a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj index 724c23f..f04a992 100644 --- a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj +++ b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj @@ -1,7 +1,7 @@  - net46 + $(SonetaTargetFramework) true diff --git a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj index 920f134..9b548a1 100644 --- a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj +++ b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj @@ -1,6 +1,6 @@  - net46 + $(SonetaTargetFramework) From 5f019ee8ecf5e8590268719cba44b1d52675a143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Fri, 19 Apr 2019 11:27:43 +0200 Subject: [PATCH 15/20] References cleanup --- Directory.Build.props | 2 +- .../GeekOut2018.EnovaUnitTestExtension.csproj | 7 ++++++- .../GeekOut2018.EnovaExtension.Tests.csproj | 6 +++++- .../GeekOut2018.EnovaExtension.csproj | 5 ++++- .../GeekOut2018.EnovaUnitTestExtension.Tests.csproj | 8 ++++++-- .../GeekOut2018.TestExamples.Tests.csproj | 5 +++++ GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj | 5 +++++ 7 files changed, 32 insertions(+), 6 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 710c701..4274b50 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ net46 - 1905.0.0-alfa-0416-g07090d5327 + 1905.0.0-alfa-0416-geb350f968b 3.11.0 C:\Program Files\Common Files\Soneta\Assemblies\ diff --git a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj index b3db384..57a0b1a 100644 --- a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj +++ b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj @@ -5,8 +5,13 @@ - + compile + + + + + diff --git a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj index 3140242..6907fe2 100644 --- a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj +++ b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj @@ -5,7 +5,11 @@ - + + + + + diff --git a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj index 29215af..32fbc67 100644 --- a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj +++ b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj @@ -5,8 +5,11 @@ - + compile + + + diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj index 0f4fa98..f534392 100644 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj +++ b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj @@ -5,9 +5,13 @@ true - - + + + + + + diff --git a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj index f04a992..aae8e8f 100644 --- a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj +++ b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj @@ -8,4 +8,9 @@ + + + + + diff --git a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj index 9b548a1..9ade1d4 100644 --- a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj +++ b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj @@ -3,4 +3,9 @@ $(SonetaTargetFramework) + + + + + From 74e1dc3e058f8e0d5a6814975b11e79caa2bc6ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Mon, 6 May 2019 10:04:57 +0200 Subject: [PATCH 16/20] =?UTF-8?q?Dostosowanie=20projekt=C3=B3w=20do=20zakt?= =?UTF-8?q?ualizowanego=20SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 2 +- .../GeekOut2018.EnovaExtension.Tests.csproj | 6 ------ .../GeekOut2018.EnovaExtension.csproj | 3 --- .../GeekOut2018.EnovaUnitTestExtension.Tests.csproj | 6 ------ .../GeekOut2018.TestExamples.Tests.csproj | 5 ----- GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj | 5 ----- global.json | 2 +- 7 files changed, 2 insertions(+), 27 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4274b50..6745491 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ net46 - 1905.0.0-alfa-0416-geb350f968b + 1905.0.1-alfa-0584-g638aa684d0 3.11.0 C:\Program Files\Common Files\Soneta\Assemblies\ diff --git a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj index 6907fe2..bb2c849 100644 --- a/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj +++ b/GeekOut2018.EnovaExtension.Tests/GeekOut2018.EnovaExtension.Tests.csproj @@ -4,12 +4,6 @@ $(SonetaTargetFramework) - - - - - - diff --git a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj index 32fbc67..64e2efb 100644 --- a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj +++ b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj @@ -9,7 +9,4 @@ compile - - - diff --git a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj index f534392..4ed1cb9 100644 --- a/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj +++ b/GeekOut2018.EnovaUnitTestExtension.Tests/GeekOut2018.EnovaUnitTestExtension.Tests.csproj @@ -5,13 +5,7 @@ true - - - - - - diff --git a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj index aae8e8f..f04a992 100644 --- a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj +++ b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj @@ -8,9 +8,4 @@ - - - - - diff --git a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj index 9ade1d4..9b548a1 100644 --- a/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj +++ b/GeekOut2018.TestExamples/GeekOut2018.TestExamples.csproj @@ -3,9 +3,4 @@ $(SonetaTargetFramework) - - - - - diff --git a/global.json b/global.json index de7aa1d..490acd3 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "Soneta.Sdk": "1.0.0-beta-0015-g3be83493d6" + "Soneta.Sdk": "1.0.0-beta-0015-g770a1a06fb" } } \ No newline at end of file From 053e73705d430a94528d56c84a16598e3032d3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Mon, 6 May 2019 11:41:39 +0200 Subject: [PATCH 17/20] =?UTF-8?q?Podniesienie=20wersji=20nuget=C3=B3w=20or?= =?UTF-8?q?az=20dostosowanie=20do=20SDK=20(brak=20referencji=20do=20Soneta?= =?UTF-8?q?.Products.Modules)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 2 +- .../GeekOut2018.EnovaUnitTestExtension.csproj | 11 +---------- .../GeekOut2018.EnovaExtension.csproj | 6 +----- .../GeekOut2018.TestExamples.Tests.csproj | 1 - 4 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 6745491..21e416c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ net46 - 1905.0.1-alfa-0584-g638aa684d0 + 1905.0.1-alfa-0585-g0057bf001f 3.11.0 C:\Program Files\Common Files\Soneta\Assemblies\ diff --git a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj index 57a0b1a..7485bf1 100644 --- a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj +++ b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj @@ -2,16 +2,7 @@ $(SonetaTargetFramework) + true - - - compile - - - - - - - diff --git a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj index 64e2efb..82e5289 100644 --- a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj +++ b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj @@ -2,11 +2,7 @@ $(SonetaTargetFramework) + true - - - compile - - diff --git a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj index f04a992..21fad61 100644 --- a/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj +++ b/GeekOut2018.TestExamples.Tests/GeekOut2018.TestExamples.Tests.csproj @@ -5,7 +5,6 @@ true - From b82ca44c5607e90ed5495381ad03811f3411a335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Mon, 6 May 2019 14:50:11 +0200 Subject: [PATCH 18/20] =?UTF-8?q?Usuni=C4=99cie=20wersji=20NUnita=20-=20to?= =?UTF-8?q?=20przychodzi=20z=20SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 1 - 1 file changed, 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 21e416c..0d9b277 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,6 @@ net46 1905.0.1-alfa-0585-g0057bf001f - 3.11.0 C:\Program Files\Common Files\Soneta\Assemblies\ From f9c128f8c4b995f161fc92afc57c6b53a7ff8633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=9Aciep=C5=82ek?= Date: Tue, 7 May 2019 10:03:09 +0200 Subject: [PATCH 19/20] =?UTF-8?q?Usuni=C4=99cie=20ExtensionOutput?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 1 - .../GeekOut2018.EnovaUnitTestExtension.csproj | 1 - GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj | 1 - 3 files changed, 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 0d9b277..3635153 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,6 +4,5 @@ net46 1905.0.1-alfa-0585-g0057bf001f - C:\Program Files\Common Files\Soneta\Assemblies\ diff --git a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj index 7485bf1..b1010ee 100644 --- a/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj +++ b/GeekOut2018.EnovaAutonomousExtension/GeekOut2018.EnovaUnitTestExtension.csproj @@ -3,6 +3,5 @@ $(SonetaTargetFramework) true - diff --git a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj index 82e5289..b1010ee 100644 --- a/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj +++ b/GeekOut2018.EnovaExtension/GeekOut2018.EnovaExtension.csproj @@ -3,6 +3,5 @@ $(SonetaTargetFramework) true - From 13900846ce77d79f47c9dd2a11fb609f6cd69c5d Mon Sep 17 00:00:00 2001 From: Damian Dyngosz Date: Mon, 13 Jan 2020 15:59:03 +0100 Subject: [PATCH 20/20] aktualizacja wersji bibliotek --- Directory.Build.props | 2 +- NuGet.Config | 7 ------- global.json | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 NuGet.Config diff --git a/Directory.Build.props b/Directory.Build.props index 3635153..75f4d10 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,6 +3,6 @@ net46 - 1905.0.1-alfa-0585-g0057bf001f + 1910.1.3 diff --git a/NuGet.Config b/NuGet.Config deleted file mode 100644 index 2330244..0000000 --- a/NuGet.Config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/global.json b/global.json index 490acd3..89a15bc 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "Soneta.Sdk": "1.0.0-beta-0015-g770a1a06fb" + "Soneta.Sdk": "1.0.3" } } \ No newline at end of file