diff --git a/LICENSE.TXT b/LICENSE.TXT new file mode 100644 index 0000000..dbdc36b --- /dev/null +++ b/LICENSE.TXT @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2024 queo GmbH + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/Readme.md b/Readme.md index ced6c3f..f1b8a00 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,20 @@ -# commons +# Queo.Commons -[![Build Status](https://dev.azure.com/queo-commons/Commons-OpenSource/_apis/build/status/queoGmbH.csharp-commons?branchName=master)](https://dev.azure.com/queo-commons/Commons-OpenSource/_build/latest?definitionId=1&branchName=master) +[![Build Status](https://dev.azure.com/queo-commons/Commons-OpenSource/_apis/build/status/queoGmbH.csharp-commons?branchName=main)](https://dev.azure.com/queo-commons/Commons-OpenSource/_build/latest?definitionId=1&branchName=main) [![Build Status](https://dev.azure.com/queo-commons/Commons-OpenSource/_apis/build/status/queoGmbH.csharp-commons?branchName=develop)](https://dev.azure.com/queo-commons/Commons-OpenSource/_build/latest?definitionId=1&branchName=develop) + +## Description +Queo.Commons is the basic package for using the various Queo.Commons functionalities. + + +## Example +- + +### Steps: +- + +## How to use it +- include Nuget-Package (queo.commons) + +```csharp + +``` diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f2598c1..3dc8cdc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,7 +97,7 @@ stages: - stage: Publish displayName: 'Publish to nuget.org' - condition: and(succeeded(), in(variables['build.sourceBranch'], 'refs/heads/main', 'refs/heads/develop')) + condition: and(succeeded(), in(variables['build.sourceBranch'], 'refs/heads/main', 'refs/heads/develop'), ne(variables['Build.Reason'], 'Schedule')) jobs: - job: publish @@ -107,7 +107,7 @@ stages: - download: current artifact: NuGetPackage - - task: NuGetAuthenticate@0 + - task: NuGetAuthenticate@1 inputs: nuGetServiceConnection: 'queoNuGetOrg' diff --git a/src/Commons/Commons.csproj b/src/Commons/Commons.csproj index 525838c..7a2b74f 100644 --- a/src/Commons/Commons.csproj +++ b/src/Commons/Commons.csproj @@ -1,14 +1,18 @@ - + netstandard2.0 Queo.Commons Queo.Commons false - 3.0.0 + 3.0.1 queo/software/csharp queo GmbH - 2022 queo GmbH + 2024 queo GmbH + Queo.Commons is the basic package for using the various Queo.Commons functionalities. + Queo.Commons + https://licenses.nuget.org/MIT + git + https://github.com/queoGmbH/csharp-commons/ -