fix: try out

This commit is contained in:
Koen Plasmans 2022-11-29 11:25:06 +01:00
parent 2d7d863391
commit fb9edd4282
3 changed files with 6177 additions and 38 deletions

View file

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="3.3">
<id>Lansweeper.SMBLibrary</id>
<version>1.7.0</version>
<title>Lansweeper.SMBLibrary</title>
<authors>TalAloni/Lansweeper</authors>
<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.</description>
<contentFiles>
<files include="*" />
</contentFiles>
<dependencies>
<!--<group targetFramework="net46">
</group>
<group targetFramework="netstandard2.0">
</group>-->
</dependencies>
<!--Needed to restore references when client installs package-->
<references>
<group targetFramework="net48">
<reference file="SMBLibrary.dll" />
</group>
<group targetFramework="netstandard2.0">
<reference file="SMBLibrary.dll" />
</group>
</references>
</metadata>
<!--Needed for package-->
<files>
<file src="SMBLibrary\bin\Release\netstandard2.0\SMBLibrary.dll" target="lib\netstandard2.0" />
<file src="SMBLibrary\bin\Release\net48\SMBLibrary.dll" target="lib\net48" />
</files>
</package>

25
release.config.js Normal file
View file

@ -0,0 +1,25 @@
const gitprimarybranch = "master";
module.exports = {
branches: [gitprimarybranch],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
changelogFile: "CHANGELOG.md",
},
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
assets: ["CHANGELOG.md", "package.json"],
message:
":bookmark: Release ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
},
],
["@semantic-release/github"],
],
};

6152
yarn.lock Normal file

File diff suppressed because it is too large Load diff