Skip to content

Commit

Permalink
chore: bump version number to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaSch0212 committed Apr 13, 2024
1 parent 8ceb83f commit 24dd6c1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 0 additions & 6 deletions docs/release-notes/next.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@ The following changes were made in this version:

| Type | Description |
| ---- | ----------- |
| fix | With newer version of Cura, setting the project name sometimes does not work. |
| feature | CuraManager now officially supports Cura version 5.6.0 and 5.7.0. |
| tech | Updated to .NET 8.0. |
| tech | Updated dependencies. |

**Important:** Before updating make sure to install the latest Version of the .NET 8.0 Desktop Runtime from [here](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).

[comment]: # (Use one of the following types: feature, bugfix, tech)
12 changes: 12 additions & 0 deletions docs/release-notes/v1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
The following changes were made in this version:

| Type | Description |
| ---- | ----------- |
| fix | With newer version of Cura, setting the project name sometimes does not work. |
| feature | CuraManager now officially supports Cura version 5.6.0 and 5.7.0. |
| tech | Updated to .NET 8.0. |
| tech | Updated dependencies. |

**Important:** Before updating make sure to install the latest Version of the .NET 8.0 Desktop Runtime from [here](https://dotnet.microsoft.com/en-us/download/dotnet/8.0).

[comment]: # (Use one of the following types: feature, bugfix, tech)
10 changes: 5 additions & 5 deletions src/CuraManager/CuraManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputType>WinExe</OutputType>
<ApplicationIcon>../../resources/CuraManager.ico</ApplicationIcon>

<!-- Package Info -->
<Version>1.6.3</Version>
<Version>1.7.0</Version>
<Authors>Marc Schmidt</Authors>
<Copyright>Copyright © 2019 - $([System.DateTime]::Now.ToString('yyyy')) $(Authors)</Copyright>
<SupportedOSPlatform>windows</SupportedOSPlatform>
Expand Down Expand Up @@ -57,7 +57,7 @@
<PackageReference Include="MaSch.Presentation.Wpf.MaterialDesign" Version="0.3.0" />
<PackageReference Include="MaSch.Presentation.Wpf.Themes" Version="0.2.1" />
</ItemGroup>

<ItemGroup Condition=" '$(MASCH_SOURCES)' != '' and '$(Configuration)' == 'Debug_MaSchLocal' ">
<ProjectReference Include="$(MASCH_SOURCES)\src\Generators\MaSch.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="$(MASCH_SOURCES)\src\Native.Windows\MaSch.Native.Windows.csproj" />
Expand All @@ -67,7 +67,7 @@
<ProjectReference Include="$(MASCH_SOURCES)\src\Presentation.Wpf.MaterialDesign\MaSch.Presentation.Wpf.MaterialDesign.csproj" />
<ProjectReference Include="$(MASCH_SOURCES)\src\Presentation.Wpf.Themes\MaSch.Presentation.Wpf.Themes.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CSharpier.MsBuild" Version="0.28.0">
<PrivateAssets>all</PrivateAssets>
Expand Down Expand Up @@ -109,4 +109,4 @@
<ZipDirectory SourceDirectory="$(PublishDir)" DestinationFile="$(OutputZipPath)" Overwrite="true" />
<Message Text="##vso[task.setvariable variable=AppVersion;]$(Version)" Importance="high" />
</Target>
</Project>
</Project>

0 comments on commit 24dd6c1

Please sign in to comment.