Skip to content

Commit

Permalink
Impèrove code
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Aug 24, 2020
1 parent d6c5ede commit bc376d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.3.1</Version>
<Version>1.3.2</Version>
<Company>Corsinvest Srl</Company>
<Authors>Daniele Corsini</Authors>
<Copyright>Corsinvest Srl</Copyright>
Expand Down Expand Up @@ -33,7 +33,7 @@

<ItemGroup>
<!-- <ProjectReference Include="..\..\..\cv4pve-api-dotnet\src\Corsinvest.ProxmoxVE.Api.Extension\Corsinvest.ProxmoxVE.Api.Extension.csproj" /> -->
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Extension" Version="2.6.2" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Extension" Version="2.6.5" />

<PackageReference Include="SSH.NET" Version="2016.1.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>cv4pve-node-protect</AssemblyName>
<Company>Corsinvest Srl</Company>
Expand All @@ -20,9 +20,9 @@
<TrimmerRootAssembly Include="System.Net.WebClient" />

<!-- <ProjectReference Include="..\..\..\cv4pve-api-dotnet\src\Corsinvest.ProxmoxVE.Api.Shell\Corsinvest.ProxmoxVE.Api.Shell.csproj" /> -->
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="2.6.3" />
<PackageReference Include="Corsinvest.ProxmoxVE.Api.Shell" Version="2.6.5" />

<!-- <ProjectReference Include="..\Corsinvest.ProxmoxVE.NodeProtect.Api\Corsinvest.ProxmoxVE.NodeProtect.Api.csproj" /> -->
<PackageReference Include="Corsinvest.ProxmoxVE.NodeProtect.Api" Version="1.3.1" />
<PackageReference Include="Corsinvest.ProxmoxVE.NodeProtect.Api" Version="1.3.2" />
</ItemGroup>
</Project>

0 comments on commit bc376d5

Please sign in to comment.