Skip to content

Commit

Permalink
Update to .NET8 and SSH.NET to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
diev committed Nov 15, 2023
1 parent 00b0abe commit 7432cea
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
16 changes: 8 additions & 8 deletions JZDO-Exch/JZDO-Exch.csproj
Expand Up @@ -2,17 +2,17 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>JZDO_Exch</RootNamespace>
<PackageLicenseExpression>Apache License, Version 2.0</PackageLicenseExpression>
<PackageReleaseNotes>Requires .NET6</PackageReleaseNotes>
<Copyright>Copyright (c) 2021-2022 Dmitrii Evdokimov</Copyright>
<Description>A console cross-platform .NET6 program to exchange files through SFTP and to send emails through SMTP.</Description>
<PackageReleaseNotes>Requires .NET8</PackageReleaseNotes>
<Copyright>Copyright (c) 2021-2023 Dmitrii Evdokimov</Copyright>
<Description>A console cross-platform .NET8 program to exchange files through SFTP and to send emails through SMTP.</Description>
<Company>Bank</Company>
<Authors>Dmitrii Evdokimov</Authors>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<Version>2.0.0</Version>
<FileVersion>2.0.0.0</FileVersion>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<Version>2.0.1</Version>
<FileVersion>2.0.1.0</FileVersion>
<RepositoryUrl>https://github.com/diev/JZDO-Exch</RepositoryUrl>
<PackageProjectUrl>https://dievdo.ru/JZDO-Exch</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SSH.NET" Version="2020.0.1" />
<PackageReference Include="SSH.NET" Version="2023.0.0" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
2 changes: 1 addition & 1 deletion JZDO-Exch/Properties/PostBuild.bat
Expand Up @@ -16,7 +16,7 @@ set packer="C:\Program Files\7-Zip\7z.exe" a %pack% -xr!bin -xr!obj
if exist %pack% del %pack%
%1 > build.cmd (
echo @echo off
echo rem ".NET Runtime 6.0" required
echo rem ".NET Runtime 8.0" required
echo rem Download from get.dot.net
echo rem Use "dotnet --info" to check
echo.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -3,10 +3,11 @@
[![Build status]][appveyor]
[![GitHub Release]][releases]

A console cross-platform .NET6 program to exchange files through SFTP and
A console cross-platform .NET8 program to exchange files through SFTP and
to send emails through SMTP.

Программа требует установленного .NET6 (LTS).
Программа требует установленного .NET8 (LTS).
Использует пакет SSH.NET Version=2023.0.0

Настройки в файле `JZDO-Exch.runtimeconfig.json`
(пример в папке `sample`, секция `"configProperties"`).
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -62,7 +62,7 @@ deploy:
release: $(appveyor_project_name) v$(appveyor_build_version)
description: '* $(appveyor_repo_commit_message)\n\nBuild #$(appveyor_build_number) by AppVeyor $(BuildDate)\nSee docs on $(Site)'
auth_token:
secure: GAXf26toqIADeDXDUyR1xvczqTKO76J69wwnJmTXZNgbGU7+JbTrtDMcbnukw/fQ
secure: gPRmJ0DRh7AZhbW0/+dXa5wldoTVbaK8JRlg8KqKrizos88IkVn+nmjGyxVZLaMJ
artifact: AppZip
draft: false
prerelease: true
Expand Down
5 changes: 3 additions & 2 deletions docs/index.md
Expand Up @@ -3,10 +3,11 @@
[![Build status]][appveyor]
[![GitHub Release]][releases]

A console cross-platform .NET6 program to exchange files through SFTP and
A console cross-platform .NET8 program to exchange files through SFTP and
to send emails through SMTP.

Программа требует установленного .NET6 (LTS).
Программа требует установленного .NET8 (LTS).
Использует пакет SSH.NET Version=2023.0.0

Настройки в файле `JZDO-Exch.runtimeconfig.json`
(пример в папке `sample`, секция `"configProperties"`).
Expand Down

0 comments on commit 7432cea

Please sign in to comment.