From 815ec38d1958ab9217bae5d2405e628ca41f3b02 Mon Sep 17 00:00:00 2001 From: Jeroen Savat Date: Thu, 1 Apr 2021 09:36:30 +0200 Subject: [PATCH] fix: added circleci build --- .circleci/config.yml | 11 +---------- package.json | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40cf1af..b8ec69f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ parameters: csproj-file: type: string - default: "Lansweeper.SMBLibrary.csproj" + default: "SMBLibrary.csproj" git-primary-branch: type: string @@ -97,15 +97,6 @@ jobs: workflows: version: 2 - ci_on_pr: - jobs: - - build: - context: - - lec-github-packages-rw - filters: - branches: - ignore: << pipeline.parameters.git-primary-branch >> - ci_and_release_primary_branch: jobs: - build: diff --git a/package.json b/package.json index ce9b5a4..e674cf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lansweeper.smblibrary", - "version": "1.0.0", + "version": "1.4.7", "private": true, "description": "SMBLibrary is an open-source C# SMB 1.0/CIFS, SMB 2.0, SMB 2.1 and SMB 3.0 server and client implementation. ", "scripts": {