diff --git a/.azuredevops/pipelines/build-and-release.yaml b/.azuredevops/pipelines/build-and-release.yaml index 2f56927..f63dee4 100644 --- a/.azuredevops/pipelines/build-and-release.yaml +++ b/.azuredevops/pipelines/build-and-release.yaml @@ -1,7 +1,7 @@ name: "$(Build.DefinitionName) #$(Build.BuildId)" -trigger: - - main +trigger: none # Manual Publish +pr: none # GitHub Actions handle PRs parameters: - name: AgentPoolName @@ -30,9 +30,6 @@ stages: demands: - Agent.Name -equals ${{ parameters.AgentName }} - workspace: - clean: resources - variables: - group: 14.0 Authenticode signature parameters @@ -116,9 +113,6 @@ stages: demands: - Agent.Name -equals ${{ parameters.AgentName }} - workspace: - clean: resources - environment: integrations-release-nuget strategy: runOnce: @@ -126,9 +120,6 @@ stages: steps: - checkout: none - - download: current - displayName: Download Artifacts - - task: NuGetToolInstaller@1 displayName: Install latest nuget.exe inputs: diff --git a/README.md b/README.md index ff1e80d..0670990 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![CI: Build and Test](https://github.com/Kentico/xperience-by-kentico-contacts-importer/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Kentico/xperience-by-kentico-contacts-importer/actions/workflows/ci.yml) +[![NuGet Package](https://img.shields.io/nuget/v/Kentico.Xperience.Contacts.Importer.svg)](https://www.nuget.org/packages/Kentico.Xperience.Contacts.Importer) + ## About The Project Enables bulk importing of Contacts into an Xperience by Kentico solution using a `.csv` file. @@ -74,6 +76,10 @@ Notes: ## Contributing +For Contributing please see [`CONTRIBUTING.md`](https://github.com/Kentico/.github/blob/main/CONTRIBUTING.md) for more information and follow the [`CODE_OF_CONDUCT`](https://github.com/Kentico/.github/blob/main/CODE_OF_CONDUCT.md). + +### Requirements + - .NET SDK >= 7.0.109 - @@ -83,8 +89,6 @@ Notes: - - -For Contributing please see [`CONTRIBUTING.md`](https://github.com/Kentico/.github/blob/main/CONTRIBUTING.md) for more information and follow the [`CODE_OF_CONDUCT`](https://github.com/Kentico/.github/blob/main/CODE_OF_CONDUCT.md). - ## License Distributed under the MIT License. See [`LICENSE.md`](./LICENSE.md) for more information. diff --git a/src/Kentico.Xperience.Contacts.Importer/Kentico.Xperience.Contacts.Importer.csproj b/src/Kentico.Xperience.Contacts.Importer/Kentico.Xperience.Contacts.Importer.csproj index 0b25236..d685e5b 100644 --- a/src/Kentico.Xperience.Contacts.Importer/Kentico.Xperience.Contacts.Importer.csproj +++ b/src/Kentico.Xperience.Contacts.Importer/Kentico.Xperience.Contacts.Importer.csproj @@ -3,7 +3,7 @@ Xperience by Kentico Contacts Importer $(Product) - Kentico.Xperience.Contacts.Import + Kentico.Xperience.Contacts.Importer $([System.DateTime]::Now.ToString('yyMMddHHmm')) $(LOCAL_NUGET_REPO)\ Kentico.Xperience.Contacts.Importer diff --git a/test/Kentico.Xperience.Contacts.Importer.Generator/packages.lock.json b/test/Kentico.Xperience.Contacts.Importer.Generator/packages.lock.json index b76a7b0..a336b4b 100644 --- a/test/Kentico.Xperience.Contacts.Importer.Generator/packages.lock.json +++ b/test/Kentico.Xperience.Contacts.Importer.Generator/packages.lock.json @@ -631,7 +631,7 @@ "System.Drawing.Common": "6.0.0" } }, - "Kentico.Xperience.Contacts.Import": { + "kentico.xperience.contacts.importer": { "type": "Project", "dependencies": { "CsvHelper": "[30.0.1, )",