Skip to content

Commit

Permalink
Version 3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishamm committed Jul 19, 2023
1 parent 5cee1a2 commit c3db6a5
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 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.6-rc.1</Version>
<Version>3.4.6</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.6-rc.1</Version>
<Version>3.4.6</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.6-rc.1</Version>
<Version>3.4.6</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.6-rc.1</Version>
<Version>3.4.6</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.6-rc.1</Version>
<Version>3.4.6</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/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.6-rc.1</Version>
<Version>3.4.6</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
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.6-rc.1</Version>
<Version>3.4.6</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
2 changes: 1 addition & 1 deletion 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.6-rc.1</Version>
<Version>3.4.6</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/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.6-rc.1</Version>
<Version>3.4.6</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.6-rc.1</Version>
<Version>3.4.6</Version>
<Company>Duet3D Ltd</Company>
<Copyright>Duet3D Ltd</Copyright>
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion 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.6-rc.1</Version>
<Version>3.4.6</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/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.6-rc.1</Version>
<Version>3.4.6</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.6-rc.1</Version>
<Version>3.4.6</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.6-rc.1</Version>
<Version>3.4.6</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.6-rc.1</Version>
<Version>3.4.6</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c3db6a5

Please sign in to comment.