diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5f858..da9d413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## v1.0.1102.x (November 2nd, 2024) +## v1.0.1102.24 (November 2nd, 2024) - Fixed [#2](https://github.com/icnocop/PackageReferenceVersionToAttribute/issues/2) - Added support for converting all projects in a solution, and converting multiple selected projects. - Fixed [#1](https://github.com/icnocop/PackageReferenceVersionToAttribute/issues/1) - Preserved the XML declaration if it exists. - Fixed [#4](https://github.com/icnocop/PackageReferenceVersionToAttribute/issues/4) - Added support for installating on Visual Studio Arm64. diff --git a/src/PackageReferenceVersionToAttribute.sln b/src/PackageReferenceVersionToAttribute.sln index 7c7524d..ca5b349 100644 --- a/src/PackageReferenceVersionToAttribute.sln +++ b/src/PackageReferenceVersionToAttribute.sln @@ -8,6 +8,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D471DF53-D163-4D29-A64B-5EA63BF9F1AF}" ProjectSection(SolutionItems) = preProject ..\.gitignore = ..\.gitignore + ..\CHANGELOG.md = ..\CHANGELOG.md ..\LICENSE = ..\LICENSE ..\README.md = ..\README.md EndProjectSection @@ -21,11 +22,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{ ..\.github\workflows\build.yml = ..\.github\workflows\build.yml EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageReferenceVersionToAttributeTool", "PackageReferenceVersionToAttributeTool\PackageReferenceVersionToAttributeTool.csproj", "{DB05009A-1CBF-44D3-8C2C-EB23131E8EB6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PackageReferenceVersionToAttributeTool", "PackageReferenceVersionToAttributeTool\PackageReferenceVersionToAttributeTool.csproj", "{DB05009A-1CBF-44D3-8C2C-EB23131E8EB6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageReferenceVersionToAttribute", "PackageReferenceVersionToAttribute\PackageReferenceVersionToAttribute.csproj", "{09405917-B13B-439F-9350-1CE1700008AA}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PackageReferenceVersionToAttribute", "PackageReferenceVersionToAttribute\PackageReferenceVersionToAttribute.csproj", "{09405917-B13B-439F-9350-1CE1700008AA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PackageReferenceVersionToAttributeToolTests", "PackageReferenceVersionToAttributeToolTests\PackageReferenceVersionToAttributeToolTests.csproj", "{4786A5A9-16E9-479E-98EA-F4CE81551222}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PackageReferenceVersionToAttributeToolTests", "PackageReferenceVersionToAttributeToolTests\PackageReferenceVersionToAttributeToolTests.csproj", "{4786A5A9-16E9-479E-98EA-F4CE81551222}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution