diff --git a/SolutionInfo.cs b/SolutionInfo.cs index db29415..f161a57 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyCompany("Redgate")] [assembly: AssemblyProduct("XmlDoc2CmdletDoc")] -[assembly: AssemblyCopyright("Copyright © 2014-2020, Red Gate Software Ltd and other contributors.")] +[assembly: AssemblyCopyright("Copyright © 2014-2021, Red Gate Software Ltd and other contributors.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -18,6 +18,6 @@ // The following attributes are automatically set by the build scripts. Please do not modify them manually. // Instead, change the value defined in version-number.txt. -[assembly: AssemblyVersion("0.4.0")] -[assembly: AssemblyFileVersion("0.4.0")] -[assembly: AssemblyInformationalVersion("0.4.0-dotnetcore0000")] +[assembly: AssemblyVersion("0.4.1")] +[assembly: AssemblyFileVersion("0.4.1")] +[assembly: AssemblyInformationalVersion("0.4.1-dotnetcore0000")] diff --git a/XmlDoc2CmdletDoc.Core/XmlDoc2CmdletDoc.Core.csproj b/XmlDoc2CmdletDoc.Core/XmlDoc2CmdletDoc.Core.csproj index c8ea183..2cfb755 100644 --- a/XmlDoc2CmdletDoc.Core/XmlDoc2CmdletDoc.Core.csproj +++ b/XmlDoc2CmdletDoc.Core/XmlDoc2CmdletDoc.Core.csproj @@ -1,6 +1,7 @@ - net461;net472;net48;netstandard2.0;netcoreapp2.1;netcoreapp3.1 + net461;net472;net48;netstandard2.0;netcoreapp2.1;netcoreapp3.1;net5.0 + net7.0 true false @@ -19,6 +20,11 @@ + + + + + Properties\SolutionInfo.cs diff --git a/XmlDoc2CmdletDoc.TestModule/XmlDoc2CmdletDoc.TestModule.csproj b/XmlDoc2CmdletDoc.TestModule/XmlDoc2CmdletDoc.TestModule.csproj index 0ff217a..021aac5 100644 --- a/XmlDoc2CmdletDoc.TestModule/XmlDoc2CmdletDoc.TestModule.csproj +++ b/XmlDoc2CmdletDoc.TestModule/XmlDoc2CmdletDoc.TestModule.csproj @@ -1,12 +1,15 @@  - net461;net472;net48;netstandard2.0;netcoreapp2.1;netcoreapp3.1 + net461;net472;net48;netstandard2.0;netcoreapp2.1;netcoreapp3.1;net5.0 + net7.0 true false 1591 + + @@ -17,4 +20,7 @@ + + + \ No newline at end of file diff --git a/XmlDoc2CmdletDoc.Tests/OutOfProcessAcceptanceTestBase.cs b/XmlDoc2CmdletDoc.Tests/OutOfProcessAcceptanceTestBase.cs index 3db8755..54d65e0 100644 --- a/XmlDoc2CmdletDoc.Tests/OutOfProcessAcceptanceTestBase.cs +++ b/XmlDoc2CmdletDoc.Tests/OutOfProcessAcceptanceTestBase.cs @@ -34,6 +34,8 @@ protected override void GenerateHelpForTestAssembly(string assemblyPath) var toolFrameworkName = "netcoreapp2.1"; #elif NETCOREAPP3_1 var toolFrameworkName = "netcoreapp3.1"; +#elif NET5_0 + var toolFrameworkName = "net5.0"; #endif var toolDir = Path.Combine(SolutionDir, "XmlDoc2CmdletDoc", "bin", Configuration, toolFrameworkName); diff --git a/XmlDoc2CmdletDoc.Tests/XmlDoc2CmdletDoc.Tests.csproj b/XmlDoc2CmdletDoc.Tests/XmlDoc2CmdletDoc.Tests.csproj index 60483cf..fa9761c 100644 --- a/XmlDoc2CmdletDoc.Tests/XmlDoc2CmdletDoc.Tests.csproj +++ b/XmlDoc2CmdletDoc.Tests/XmlDoc2CmdletDoc.Tests.csproj @@ -1,6 +1,7 @@  - net461;net472;net48;netcoreapp2.1;netcoreapp3.1 + net461;net472;net48;netcoreapp2.1;netcoreapp3.1;net5.0 + net7.0 false true @@ -9,6 +10,10 @@ + + + + @@ -19,6 +24,9 @@ + + + diff --git a/XmlDoc2CmdletDoc/XmlDoc2CmdletDoc.csproj b/XmlDoc2CmdletDoc/XmlDoc2CmdletDoc.csproj index d5c2d79..7e85af1 100644 --- a/XmlDoc2CmdletDoc/XmlDoc2CmdletDoc.csproj +++ b/XmlDoc2CmdletDoc/XmlDoc2CmdletDoc.csproj @@ -1,6 +1,7 @@  - net461;net472;net48;netcoreapp2.1;netcoreapp3.1 + net461;net472;net48;netcoreapp2.1;netcoreapp3.1;net5.0 + net7.0 Exe false none @@ -14,4 +15,7 @@ Properties\SolutionInfo.cs + + + \ No newline at end of file