From c6f3396401de82b9454ab0d4956f5bb7f5777cd0 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Sat, 20 Jan 2024 11:12:52 -0300 Subject: [PATCH] Remove support `net7.0-windows`. --- CHANGELOG.md | 4 +++- Directory.Build.props | 2 +- .../ricaun.Revit.UI.Example.csproj | 11 +++++++++-- ricaun.Revit.UI.Tests/ricaun.Revit.UI.Tests.csproj | 7 +++++-- ricaun.Revit.UI/ricaun.Revit.UI.csproj | 2 +- 5 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f015864..83a4304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.6.2] / 2024-01-09 +## [0.6.2] / 2024-01-09 - 2024-01-20 ### Features - `SetListImageSize` to change the size of the image in the `PulldownButton` and `SplitButton`. +### Removed +- Remove support `net7.0-windows`. ### Tests - Add Test to `SetListImageSize` in `PulldownButton`. diff --git a/Directory.Build.props b/Directory.Build.props index c614c50..0b32e85 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 0.6.2-alpha + 0.6.2-beta \ No newline at end of file diff --git a/ricaun.Revit.UI.Example/ricaun.Revit.UI.Example.csproj b/ricaun.Revit.UI.Example/ricaun.Revit.UI.Example.csproj index 6fc122c..d02d1cf 100644 --- a/ricaun.Revit.UI.Example/ricaun.Revit.UI.Example.csproj +++ b/ricaun.Revit.UI.Example/ricaun.Revit.UI.Example.csproj @@ -13,7 +13,7 @@ - net46;net7.0-windows + net46;net8.0-windows @@ -28,10 +28,17 @@ - + + + + true + true + false + + true diff --git a/ricaun.Revit.UI.Tests/ricaun.Revit.UI.Tests.csproj b/ricaun.Revit.UI.Tests/ricaun.Revit.UI.Tests.csproj index 178fc7b..cdf86d0 100644 --- a/ricaun.Revit.UI.Tests/ricaun.Revit.UI.Tests.csproj +++ b/ricaun.Revit.UI.Tests/ricaun.Revit.UI.Tests.csproj @@ -19,16 +19,19 @@ - net48;net7.0-windows + net48;net8.0-windows net48 - + + + true true false + diff --git a/ricaun.Revit.UI/ricaun.Revit.UI.csproj b/ricaun.Revit.UI/ricaun.Revit.UI.csproj index 3da92c1..6ff7924 100644 --- a/ricaun.Revit.UI/ricaun.Revit.UI.csproj +++ b/ricaun.Revit.UI/ricaun.Revit.UI.csproj @@ -13,7 +13,7 @@ - net46;net7.0-windows;net8.0-windows + net46;net8.0-windows