fix: csproj file name

This commit is contained in:
Jeroen Savat 2021-04-01 09:46:09 +02:00
parent b0c1f493bd
commit d0d64ecd9c

View file

@ -1,6 +1,6 @@
const { version: previousVersion } = require("./package.json"); const { version: previousVersion } = require("./package.json");
const projectfolder = "SMBLibrary/"; const projectfolder = "SMBLibrary/";
const csprojfile = "Lansweeper.SMBLibrary.csproj"; const csprojfile = "SMBLibrary.csproj";
const nugetpackage = "Lansweeper.SMBLibrary"; const nugetpackage = "Lansweeper.SMBLibrary";
const gitprimarybranch = "master"; const gitprimarybranch = "master";