From b0c0e9ff49b782402440ab90d2dadd554a6ba635 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:23:31 +0200 Subject: [PATCH 1/5] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a73cc8b..76cd182 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 8.x - name: Restore dependencies run: dotnet restore - name: Build From 73fadad0b0f79565aecf20afc0a383314caf5b57 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:23:52 +0200 Subject: [PATCH 2/5] Update ModernRonin.ProjectRenamer.Tests.csproj --- .../ModernRonin.ProjectRenamer.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModernRonin.ProjectRenamer.Tests/ModernRonin.ProjectRenamer.Tests.csproj b/ModernRonin.ProjectRenamer.Tests/ModernRonin.ProjectRenamer.Tests.csproj index 61dec62..3887f22 100644 --- a/ModernRonin.ProjectRenamer.Tests/ModernRonin.ProjectRenamer.Tests.csproj +++ b/ModernRonin.ProjectRenamer.Tests/ModernRonin.ProjectRenamer.Tests.csproj @@ -1,7 +1,7 @@ - net5.0 + net8.0 false From b5fdf5dbab50caeecf9e96373fac6e25dfc5f7da Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:24:18 +0200 Subject: [PATCH 3/5] Update ModernRonin.ProjectRenamer.csproj --- ModernRonin.ProjectRenamer/ModernRonin.ProjectRenamer.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ModernRonin.ProjectRenamer/ModernRonin.ProjectRenamer.csproj b/ModernRonin.ProjectRenamer/ModernRonin.ProjectRenamer.csproj index 3266c4c..cd76c31 100644 --- a/ModernRonin.ProjectRenamer/ModernRonin.ProjectRenamer.csproj +++ b/ModernRonin.ProjectRenamer/ModernRonin.ProjectRenamer.csproj @@ -1,7 +1,7 @@  Exe - netcoreapp3.1 + net8.0 false https://github.com/ModernRonin/ProjectRenamer https://github.com/ModernRonin/ProjectRenamer @@ -23,4 +23,4 @@ - \ No newline at end of file + From c0dc85442e9556a677dadc618e8ce2456f163024 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:37:18 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1659c0f..abeb12e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ This tool takes care of this for you, provided your use-case follows a set of fa * you use **git** as a repository and have `git`(the executable) on your PATH * your `csproj` files have the same name as the folder in which they reside together with accompanying source code * you don't have more than one solution file (`.sln`) in one directory -* you have **dotnetcore 3.1** or above (**note: as we are approaching the release of net7, I will soon upgrade the tool to net6) * your solution does not contain nested solution folders - the tool currently has an issue with that and will fail; until I find the time to fix that, the workaround is simply to move the nested solution folder to top-level via VS, run the tool, and then move the solution folder back;seeing as this is two simple drag-and-drops that only change the solution file, I hope this is acceptable. @@ -37,6 +36,8 @@ dotnet tool update --global ModernRonin.ProjectRenamer When I publish a new version, I always post at [my blog](https://modernronin.github.io/) under the [renameproject tag](https://modernronin.github.io/tags/renameproject/), aside from updating this readme here. ### Release History +2.3.0: support .NET8 + 2.2.1: * bugfix: all Import Project directives with relative paths will be correctly adjusted now From f24116603ee043fa9e8347a2d5ef63ac59f18498 Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <5808377+304NotModified@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:38:09 +0200 Subject: [PATCH 5/5] Update release.history --- ModernRonin.ProjectRenamer/release.history | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ModernRonin.ProjectRenamer/release.history b/ModernRonin.ProjectRenamer/release.history index 0455977..6dcbf83 100644 --- a/ModernRonin.ProjectRenamer/release.history +++ b/ModernRonin.ProjectRenamer/release.history @@ -1,7 +1,9 @@  - 2.2.1 + 2.3.0 +2.3.0: +* support .NET8 2.2.1: * bugfix: all Import Project directives with relative paths will be correctly adjusted now 2.2.0: @@ -36,4 +38,4 @@ initial release" $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - \ No newline at end of file +