diff --git a/publish.cmd b/publish.cmd index aaa678d..d1ba4a6 100644 --- a/publish.cmd +++ b/publish.cmd @@ -25,7 +25,7 @@ goto :parse :done git clean -dfx -pwsh -f %ROOT%src\Common\fix_version.ps1 +pwsh -f %ROOT%src\Common\fix_versions.ps1 nuget restore src\XmlDiff.sln if ERRORLEVEL 1 goto :norestore diff --git a/src/Common/changes.xml b/src/Common/changes.xml index 0a7055e..f62d471 100644 --- a/src/Common/changes.xml +++ b/src/Common/changes.xml @@ -1,6 +1,9 @@ + + Add back strong naming for XmlDiffPatch.dll + Add .net 7.0 libraries. Exception in DifferencesSideBySideAsHtml diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index c697775..85dc76f 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -2,7 +2,9 @@ net48;net6.0;net7.0 - + $(MyKeyFile) + true + false false diff --git a/src/XmlDiff.sln b/src/XmlDiff.sln index 36b4849..f98089f 100644 --- a/src/XmlDiff.sln +++ b/src/XmlDiff.sln @@ -11,6 +11,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\Unit EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A880F19D-4487-4DD8-A987-1FD87FB7E15F}" ProjectSection(SolutionItems) = preProject + Common\changes.xml = Common\changes.xml Common\version.props = Common\version.props EndProjectSection EndProject diff --git a/src/XmlDiff/XmlDiff.csproj b/src/XmlDiff/XmlDiff.csproj index 0218792..ec99e49 100644 --- a/src/XmlDiff/XmlDiff.csproj +++ b/src/XmlDiff/XmlDiff.csproj @@ -14,7 +14,8 @@ xml;xml notepad;xmldiff XmlDiffPatch Microsoft.XmlDiffPatch - false + $(MyKeyFile) + true false A library that compares XML files diff --git a/src/XmlDiffView/XmlDiffView.csproj b/src/XmlDiffView/XmlDiffView.csproj index c683f02..acf3991 100644 --- a/src/XmlDiffView/XmlDiffView.csproj +++ b/src/XmlDiffView/XmlDiffView.csproj @@ -13,9 +13,10 @@ xml;xmldiff XmlDiffPatch.View Microsoft.XmlDiffPatch.View - false - Displays the results of an XML file comparison + $(MyKeyFile) + true false + Displays the results of an XML file comparison