mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-27 03:08:15 +02:00
fix: build
This commit is contained in:
parent
fa21a62b0c
commit
4e528a8586
3 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||
<PackageId>Lansweeper.SMBLibrary</PackageId>
|
||||
<TargetFrameworks>net40;net48;netstandard2.0</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AssemblyName>SMBLibrary</AssemblyName>
|
||||
<Version>1.4.8</Version>
|
||||
<Version>1.0.250</Version>
|
||||
<NoWarn>1573;1591</NoWarn>
|
||||
<RootNamespace>SMBLibrary</RootNamespace>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue