mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-25 02:18:16 +02:00
fix: try out
This commit is contained in:
parent
2d7d863391
commit
fb9edd4282
3 changed files with 6177 additions and 38 deletions
|
@ -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
25
release.config.js
Normal 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"],
|
||||
],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue