Skip to content

Commit

Permalink
Version 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm committed Dec 2, 2022
1 parent f9ca202 commit f330878
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/CodeConsole/CodeConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TrimUnusedDependencies>true</TrimUnusedDependencies>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Duet3D/DuetSoftwareFramework.git</RepositoryUrl>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion src/CodeLogger/CodeLogger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TrimUnusedDependencies>true</TrimUnusedDependencies>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<RepositoryUrl>https://github.com/Duet3D/DuetSoftwareFramework.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Authors>Christian Hammacher</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/CodeStream/CodeStream.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TrimUnusedDependencies>true</TrimUnusedDependencies>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/Duet3D/DuetSoftwareFramework.git</RepositoryUrl>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion src/CustomHttpEndpoint/CustomHttpEndpoint.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<RepositoryUrl>https://github.com/Duet3D/DuetSoftwareFramework.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Authors>Christian Hammacher</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/DocGen/DocGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>default</LangVersion>
<Authors>Christian Hammacher</Authors>
<Company>Duet3D Ltd</Company>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/Duet3D/DuetSoftwareFramework.git</RepositoryUrl>
Expand Down
3 changes: 1 addition & 2 deletions src/Documentation/Documentation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="docfx.console" Version="2.59.2">
<PackageReference Include="docfx.console" Version="2.59.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions src/DuetAPI/DuetAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0</TargetFrameworks>
<Authors>Christian Hammacher</Authors>
<Company>Duet3D Ltd</Company>
<Version>3.4.4.2</Version>
<Version>3.4.5</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -29,6 +29,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.4" />
<PackageReference Include="System.Text.Json" Version="6.0.7" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/DuetAPIClient/DuetAPIClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Company>Duet3D Ltd</Company>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Official client API library for Duet Software Framework (Duet 3) by Duet3D</Description>
<PackageProjectUrl>https://github.com/Duet3D/DuetSoftwareFramework</PackageProjectUrl>
Expand Down
6 changes: 3 additions & 3 deletions src/DuetControlServer/DuetControlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>default</LangVersion>
<Authors>Christian Hammacher</Authors>
<Company>Duet3D Ltd</Company>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/Duet3D/DuetSoftwareFramework.git</RepositoryUrl>
Expand All @@ -28,9 +28,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DynamicExpresso.Core" Version="2.12.0" />
<PackageReference Include="DynamicExpresso.Core" Version="2.13.0" />
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
<PackageReference Include="NLog" Version="5.0.0" />
<PackageReference Include="NLog" Version="5.0.5" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/DuetHttpClient/DuetHttpClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Company>Duet3D Ltd</Company>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<Version>3.4.4.2</Version>
<Version>3.4.5</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Official remote HTTP API client for Duet3D boards (supports standalone and SBC mode)</Description>
<PackageProjectUrl>https://github.com/Duet3D/DuetSoftwareFramework</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/DuetPiManagementPlugin/DuetPiManagementPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<Company>Duet3D Ltd</Company>
<Copyright>Duet3D Ltd</Copyright>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
Expand Down
4 changes: 2 additions & 2 deletions src/DuetPluginService/DuetPluginService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>default</LangVersion>
<Authors>Christian Hammacher</Authors>
<Company>Duet3D Ltd</Company>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/Duet3D/DuetSoftwareFramework.git</RepositoryUrl>
Expand All @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
<PackageReference Include="NLog" Version="5.0.0" />
<PackageReference Include="NLog" Version="5.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DuetWebServer/DuetWebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<Authors>Christian Hammacher</Authors>
<Company>Duet3D Ltd</Company>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/Duet3D/DuetSoftwareFramework.git</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/LinuxApi/LinuxApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net6.0</TargetFramework>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>LGPL-3.0</PackageLicenseExpression>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ModelObserver/ModelObserver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TrimUnusedDependencies>true</TrimUnusedDependencies>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
<RepositoryUrl>https://github.com/Duet3D/DuetSoftwareFramework.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion src/PluginManager/PluginManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageProjectUrl>https://github.com/Duet3D/DuetSoftwareFramework</PackageProjectUrl>
<RepositoryUrl>https://github.com/Duet3D/DuetSoftwareFramework.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>3.4.4</Version>
<Version>3.4.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

<ItemGroup>
<PackageReference Include="nunit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1">
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f330878

Please sign in to comment.