mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-27 11:16:07 +02:00
fix: csproj file name
This commit is contained in:
parent
b0c1f493bd
commit
d0d64ecd9c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue