From 455ee1ffced01fc464a99c79b20e400688c5098b Mon Sep 17 00:00:00 2001 From: Ivo Stoilov Date: Mon, 21 Oct 2024 11:41:21 +0300 Subject: [PATCH] Update project (#4) o setup nuget package build --- .github/workflows/CI.yml | 2 +- ....JustMock.EntityFrameworkCore.Tests.csproj | 13 +++++------- Telerik.JustMock.EntityFrameworkCore.nuspec | 11 +++++----- .../Properties/AssemblyInfo.cs | 20 ++++++++++++------- ...elerik.JustMock.EntityFrameworkCore.csproj | 3 ++- 5 files changed, 27 insertions(+), 22 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0b41582..d68d5f9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,7 +2,7 @@ name: "CI" on: pull_request: - branches: [master] + branches: [main] jobs: diff --git a/Telerik.JustMock.EntityFrameworkCore.Tests/Telerik.JustMock.EntityFrameworkCore.Tests.csproj b/Telerik.JustMock.EntityFrameworkCore.Tests/Telerik.JustMock.EntityFrameworkCore.Tests.csproj index bc9041d..fb397ff 100644 --- a/Telerik.JustMock.EntityFrameworkCore.Tests/Telerik.JustMock.EntityFrameworkCore.Tests.csproj +++ b/Telerik.JustMock.EntityFrameworkCore.Tests/Telerik.JustMock.EntityFrameworkCore.Tests.csproj @@ -13,6 +13,7 @@ Properties False UnitTest + 2024.3.805.336 @@ -24,10 +25,10 @@ - - - - + + + + @@ -42,10 +43,6 @@ - - - - diff --git a/Telerik.JustMock.EntityFrameworkCore.nuspec b/Telerik.JustMock.EntityFrameworkCore.nuspec index 81f7ae0..13e6173 100644 --- a/Telerik.JustMock.EntityFrameworkCore.nuspec +++ b/Telerik.JustMock.EntityFrameworkCore.nuspec @@ -6,15 +6,14 @@ JustMock.EntityFrameworkCore JustMock.EntityFrameworkCore Mock DbSet and DbContext mocking amenities for JustMock Lite. - 1.0.0 + $Version$ http://www.telerik.com/sfimages/default-source/logos/jm_32x32.png?sfvrsn=2 justmock efcore entityframeworkcore - Progress Software Corporation Progress Software Corporation - Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. + $Copyright$ https://github.com/telerik/Telerik.JustMock.EntityFrameworkCore @@ -35,7 +34,9 @@ - + + + @@ -48,7 +49,7 @@ - + diff --git a/Telerik.JustMock.EntityFrameworkCore/Properties/AssemblyInfo.cs b/Telerik.JustMock.EntityFrameworkCore/Properties/AssemblyInfo.cs index f786aee..ea2069d 100644 --- a/Telerik.JustMock.EntityFrameworkCore/Properties/AssemblyInfo.cs +++ b/Telerik.JustMock.EntityFrameworkCore/Properties/AssemblyInfo.cs @@ -2,11 +2,17 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// 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("860ffadf-749b-4ae6-9ffa-efb35aa1da12")] +// 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("Telerik.JustMock.EntityFrameworkCore")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Telerik.JustMock.EntityFrameworkCore")] +[assembly: AssemblyCopyright("Copyright © 2024")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: AssemblyVersion("2024.3.805.336")] +[assembly: AssemblyFileVersion("2024.3.805.336")] [assembly: InternalsVisibleTo("Telerik.JustMock")] \ No newline at end of file diff --git a/Telerik.JustMock.EntityFrameworkCore/Telerik.JustMock.EntityFrameworkCore.csproj b/Telerik.JustMock.EntityFrameworkCore/Telerik.JustMock.EntityFrameworkCore.csproj index e56f54c..368a3a3 100644 --- a/Telerik.JustMock.EntityFrameworkCore/Telerik.JustMock.EntityFrameworkCore.csproj +++ b/Telerik.JustMock.EntityFrameworkCore/Telerik.JustMock.EntityFrameworkCore.csproj @@ -11,6 +11,7 @@ {222C27C4-A982-49BC-AB5C-872EF3F313E2} Library Properties + 2024.3.805.336 @@ -24,7 +25,7 @@ - +