diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index 09f97fb..2a4a4a6 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -1,10 +1,11 @@  - net20;net40;netstandard2.0 + Lansweeper.SMBLibrary + net40;net48;netstandard2.0 false SMBLibrary - 1.4.8 + 1.0.250 1573;1591 SMBLibrary false diff --git a/package.json b/package.json index 74d7de1..40d77b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lansweeper.smblibrary", - "version": "1.4.8", + "version": "1.0.250", "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": { diff --git a/release.config.js b/release.config.js index 834993c..3449497 100644 --- a/release.config.js +++ b/release.config.js @@ -1,7 +1,7 @@ const { version: previousVersion } = require("./package.json"); const projectfolder = "SMBLibrary/"; const csprojfile = "SMBLibrary.csproj"; -const nugetpackage = "SMBLibrary"; +const nugetpackage = "Lansweeper.SMBLibrary"; const gitprimarybranch = "master"; module.exports = {