Skip to content

Commit

Permalink
Readded package since it was not building correctly. everything seems…
Browse files Browse the repository at this point in the history
… fine now
  • Loading branch information
burnsoftnet committed Jun 2, 2022
1 parent 204bd84 commit e26cc2c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
9 changes: 3 additions & 6 deletions BurnSoft.SecureShell/BurnSoft.SecureShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<DocumentationFile>bin\Debug\BurnSoft.SecureShell.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand All @@ -33,8 +33,8 @@
<DocumentationFile>bin\Release\BurnSoft.SecureShell.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Renci.SshNet, Version=2020.0.1.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll</HintPath>
<Reference Include="Renci.SshNet, Version=2020.0.2.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -55,9 +55,6 @@
<None Include="BurnSoft.SecureShell.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Release Notes - BurnSoft.SecureShell.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)postbuild.bat $(SolutionDir) $(ProjectDir) $(ConfigurationName) $(ProjectName)</PostBuildEvent>
Expand Down
6 changes: 3 additions & 3 deletions BurnSoft.SecureShell/BurnSoft.SecureShell.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<id>$id$</id>
<version>1.0.0.2</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<authors>burnsoftnet</authors>
<owners>burnsoftnet</owners>
<projectUrl>https://github.com/burnsoftnet/BurnSoft.SecureShell.git</projectUrl>
<repository type="git" url="https://github.com/burnsoftnet/BurnSoft.SecureShell" />
<iconUrl>https://avatars0.githubusercontent.com/u/24593581?s=460</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<icon>images\icon.png</icon>
<description>$description$</description>
<description>A simplified Version of the Rensci SSH.Net nuget library to quickly connect to ssh devices and perform file transfers</description>
<releaseNotes>Initial Release of BurnSoft.SecureShell Library</releaseNotes>
<copyright>$copyright$</copyright>
<tags>burnsoft SSH SCP secureshell</tags>
Expand Down
2 changes: 1 addition & 1 deletion BurnSoft.SecureShell/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("BurnSoft.SecureShell")]
[assembly: AssemblyDescription("A Implified Version of the Rensci SSH.Net nuget library to quickly connect to ssh devices and perform file transfers")]
[assembly: AssemblyDescription("A simplified Version of the Rensci SSH.Net nuget library to quickly connect to ssh devices and perform file transfers")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("www.burnsoft.net")]
[assembly: AssemblyProduct("BurnSoft.SecureShell")]
Expand Down
2 changes: 0 additions & 2 deletions BurnSoft.SecureShell/Release Notes - BurnSoft.SecureShell.txt

This file was deleted.

4 changes: 2 additions & 2 deletions UnitTest_SecureShell/UnitTest_SecureShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
</Reference>
<Reference Include="Renci.SshNet, Version=2020.0.1.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll</HintPath>
<Reference Include="Renci.SshNet, Version=2020.0.2.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit e26cc2c

Please sign in to comment.