From ac16e016abfe0a42dc46777f4567db839c3e0aee Mon Sep 17 00:00:00 2001 From: Hendrik Bulens Date: Wed, 8 Nov 2023 09:50:38 +0100 Subject: [PATCH] Bump packages --- README.md | 11 +++- azure-pipelines.yaml | 34 ----------- src/Dime.Services/Dime.Services.csproj | 62 +++++++------------- src/Dime.Services/Properties/AssemblyInfo.cs | 18 ------ src/Nuget.config | 17 ------ 5 files changed, 30 insertions(+), 112 deletions(-) delete mode 100644 azure-pipelines.yaml delete mode 100644 src/Dime.Services/Properties/AssemblyInfo.cs delete mode 100644 src/Nuget.config diff --git a/README.md b/README.md index acaf94f..110f51e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@

Logo

-# Services +
+ + +
-[![Build Status](https://dev.azure.com/dimesoftware/Utilities/_apis/build/status/dimenics.services?branchName=master)](https://dev.azure.com/dimesoftware/Utilities/_build/latest?definitionId=179&branchName=master) [![Dime.Services package in Dime.Scheduler feed in Azure Artifacts](https://feeds.dev.azure.com/dimesoftware/_apis/public/Packaging/Feeds/a7b896fd-9cd8-4291-afe1-f223483d87f0/Packages/f6766b4e-2b3d-4874-bd8e-f1fb9fa8296c/Badge)](https://dev.azure.com/dimesoftware/Utilities/_packaging?_a=package&feed=a7b896fd-9cd8-4291-afe1-f223483d87f0&package=f6766b4e-2b3d-4874-bd8e-f1fb9fa8296c&preferRelease=true) +
+

Services

+
## Introduction @@ -10,7 +15,7 @@ Contracts for the service layer of any project. ## Getting Started -- You must have Visual Studio 2019 Community or higher. +- You must have Visual Studio 2022 Community or higher. - The dotnet cli is also highly recommended. ## About this project diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml deleted file mode 100644 index 34c72a5..0000000 --- a/azure-pipelines.yaml +++ /dev/null @@ -1,34 +0,0 @@ -trigger: - - master - -pool: - vmImage: 'windows-latest' - -variables: - buildConfiguration: 'Release' - -steps: - - task: UseDotNet@2 - displayName: 'Use .NET 5' - inputs: - packageType: 'sdk' - version: '5.x' - - - task: DotNetCoreCLI@2 - displayName: 'dotnet restore' - inputs: - command: restore - projects: '**/*.csproj' - - - task: DotNetCoreCLI@2 - displayName: 'dotnet build' - inputs: - projects: '**/*.sln' - arguments: '--configuration $(buildConfiguration)' - - - task: DotNetCoreCLI@2 - displayName: Test - inputs: - command: test - projects: '**/*.csproj' - arguments: '--configuration $(BuildConfiguration) --collect "Code Coverage"' diff --git a/src/Dime.Services/Dime.Services.csproj b/src/Dime.Services/Dime.Services.csproj index 87d0333..b73496e 100644 --- a/src/Dime.Services/Dime.Services.csproj +++ b/src/Dime.Services/Dime.Services.csproj @@ -1,42 +1,24 @@  - - - SAK - SAK - SAK - SAK - - - - 1.0.4 - Dime Software - net461;netstandard2.0;netstandard2.1;net5.0 - Dime.Services - Dime.Services - https://cdn.dime-software.com/dime-software/logo-shape.png - false - false - false - True - True - true - 1.0.4 - Copyright © 2020 - http://www.dimescheduler.com - https://dimesoftware.visualstudio.com/DefaultCollection/Dime.Scheduler V2 - git - en - Contracts for implementing a generic service layer - MIT - - - - TRACE;DEBUG;NETSTANDARD2_0 - - - - - - - + + 1.1.0 + 1.1.0 + Dime Software + net8.0 + Dime.Services + Dime.Services + https://cdn.dime-software.com/dime-software/logo-shape.png + false + false + false + True + True + true + Copyright © 2023 + http://www.dimescheduler.com + https://dimesoftware.visualstudio.com/DefaultCollection/Dime.Scheduler V2 + git + en + Contracts for implementing a generic service layer + MIT + diff --git a/src/Dime.Services/Properties/AssemblyInfo.cs b/src/Dime.Services/Properties/AssemblyInfo.cs deleted file mode 100644 index a014db0..0000000 --- a/src/Dime.Services/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Reflection; -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: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Dimenics")] -[assembly: AssemblyProduct("Dimenics")] -[assembly: AssemblyTrademark("")] - -// 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("65a0d9eb-037f-4200-be62-f875e7704edd")] \ No newline at end of file diff --git a/src/Nuget.config b/src/Nuget.config deleted file mode 100644 index 4a98791..0000000 --- a/src/Nuget.config +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file