From 129575397b7beb1df9625c1ed9d0c94cdd151edf Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 21 Aug 2024 11:26:45 +0200 Subject: [PATCH 1/3] Update the InnoSetup dependency to a newer version The primary reason is that Component Detection (https://github.com/microsoft/component-detection) pointed out that the version we used is missing legal information. As of https://github.com/clearlydefined/curated-data/pull/23677, version 6.2.1 of this package has a documented license. Therefore, this issue should be hereby resolved. Besides, it's always good to stay up to date with dependencies. Signed-off-by: Johannes Schindelin --- GVFS/GVFS.Installers/GVFS.Installers.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GVFS/GVFS.Installers/GVFS.Installers.csproj b/GVFS/GVFS.Installers/GVFS.Installers.csproj index 1f5b692d1..44c166d56 100644 --- a/GVFS/GVFS.Installers/GVFS.Installers.csproj +++ b/GVFS/GVFS.Installers/GVFS.Installers.csproj @@ -12,7 +12,7 @@ - + From b121af90e45c57f67eb3ae2f4b0d005705290b0d Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 21 Aug 2024 11:44:03 +0200 Subject: [PATCH 2/3] Update the LibGit2Sharp dependency to a newer version The primary reason is that Component Detection (https://github.com/microsoft/component-detection) pointed out that the version we used is missing legal information. Noticing that https://www.nuget.org/packages/LibGit2Sharp.NativeBinaries/2.0.278/License shows only a link into the repository, but the full license is shown at https://www.nuget.org/packages/LibGit2Sharp.NativeBinaries/2.0.322/License this issue should be hereby resolved. Besides, it's always good to stay up to date with dependencies. Since libgit2 is very careful about backwards-compatibility (and therefore LibGit2Sharp, too), this update should not result in any change of behavior. Signed-off-by: Johannes Schindelin --- GVFS/GVFS.Common/GVFS.Common.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GVFS/GVFS.Common/GVFS.Common.csproj b/GVFS/GVFS.Common/GVFS.Common.csproj index e96c88ba7..e19e8ee2e 100644 --- a/GVFS/GVFS.Common/GVFS.Common.csproj +++ b/GVFS/GVFS.Common/GVFS.Common.csproj @@ -6,7 +6,7 @@ - + From 56f001a6e859e32dff9eb3d8a2634274f6fef491 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 21 Aug 2024 13:33:09 +0200 Subject: [PATCH 3/3] Update all remaining dependencies to their latest stable versions Now that we addressed the Component Detection issues, let's just go ahead and proactively update the remaining dependencies, too. Signed-off-by: Johannes Schindelin --- GVFS/FastFetch/FastFetch.csproj | 2 +- .../GVFS.FunctionalTests.LockHolder.csproj | 2 +- GVFS/GVFS.Mount/GVFS.Mount.csproj | 2 +- GVFS/GVFS/GVFS.csproj | 2 +- Version.props | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GVFS/FastFetch/FastFetch.csproj b/GVFS/FastFetch/FastFetch.csproj index 52bb94654..1a2bdaae9 100644 --- a/GVFS/FastFetch/FastFetch.csproj +++ b/GVFS/FastFetch/FastFetch.csproj @@ -12,7 +12,7 @@ - + diff --git a/GVFS/GVFS.FunctionalTests.LockHolder/GVFS.FunctionalTests.LockHolder.csproj b/GVFS/GVFS.FunctionalTests.LockHolder/GVFS.FunctionalTests.LockHolder.csproj index 9a1615fbf..290a12b46 100644 --- a/GVFS/GVFS.FunctionalTests.LockHolder/GVFS.FunctionalTests.LockHolder.csproj +++ b/GVFS/GVFS.FunctionalTests.LockHolder/GVFS.FunctionalTests.LockHolder.csproj @@ -6,7 +6,7 @@ - + diff --git a/GVFS/GVFS.Mount/GVFS.Mount.csproj b/GVFS/GVFS.Mount/GVFS.Mount.csproj index b770e6f99..6e41c0008 100644 --- a/GVFS/GVFS.Mount/GVFS.Mount.csproj +++ b/GVFS/GVFS.Mount/GVFS.Mount.csproj @@ -16,7 +16,7 @@ - + diff --git a/GVFS/GVFS/GVFS.csproj b/GVFS/GVFS/GVFS.csproj index 8c143ebbc..6d9d579f9 100644 --- a/GVFS/GVFS/GVFS.csproj +++ b/GVFS/GVFS/GVFS.csproj @@ -16,7 +16,7 @@ - + diff --git a/Version.props b/Version.props index 6ee26e84b..1547245ce 100644 --- a/Version.props +++ b/Version.props @@ -18,7 +18,7 @@ including taking version numbers 2.X.Y from upstream and updating .W if we have any hotfixes to microsoft/git. --> - 2.20211115.1 + 2.20220414.4 v2.31.0.vfs.0.1