diff --git a/SharpSnmpLib/SharpSnmpLib.csproj b/SharpSnmpLib/SharpSnmpLib.csproj index f15b22d4..21d20062 100644 --- a/SharpSnmpLib/SharpSnmpLib.csproj +++ b/SharpSnmpLib/SharpSnmpLib.csproj @@ -25,14 +25,14 @@ sharpsnmplib.snk True File - 11.1.0.0 - 11.1.0.0 - 11.1.0 + 11.2.0.0 + 11.2.0.0 + 11.2.0 true win - + diff --git a/release.ps1 b/release.ps1 index 769bbbbf..6763014d 100644 --- a/release.ps1 +++ b/release.ps1 @@ -11,17 +11,28 @@ catch Install-Module VSSetup -Scope CurrentUser -Force Update-Module VSSetup - $instance = Get-VSSetupInstance -All + $instance =Get-VSSetupInstance -All | Select-VSSetupInstance -Latest $installDir = $instance.installationPath Write-Host "Found VS in " + $installDir - $msBuild = $installDir + '\MSBuild\15.0\Bin\MSBuild.exe' + $msBuild = $installDir + '\MSBuild\Current\Bin\MSBuild.exe' if (![System.IO.File]::Exists($msBuild)) { - Write-Host "MSBuild doesn't exist. Exit." - exit 1 + $msBuild = $installDir + '\MSBuild\15.0\Bin\MSBuild.exe' + if (![System.IO.File]::Exists($msBuild)) + { + Write-Host "MSBuild doesn't exist. Exit." + exit 1 + } + else + { + Write-Host "Likely on Windows with VS2017." + } + } + else + { + Write-Host "Likely on Windows with VS2019." } - Write-Host "Likely on Windows." $onWindows = $true } diff --git a/sharpsnmplib.shfbproj b/sharpsnmplib.shfbproj deleted file mode 100644 index f6951264..00000000 --- a/sharpsnmplib.shfbproj +++ /dev/null @@ -1,204 +0,0 @@ - - - - - Debug - AnyCPU - 2.0 - {08379926-5713-47a0-94e3-4dfc54bcdde7} - 1.9.9.0 - - Documentation - Documentation - Documentation - - .\bin\Help\ - Documentation - This is an SNMP library for both .NET and Xamarin/Mono. - Summary, Parameter, Returns, Value, AutoDocumentCtors, Namespace, TypeParameter, IncludeTargets, AutoDocumentDispose - Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, SealedProtected - - - - - - - - - - - HtmlHelp1, MSHelpViewer, Website - .NET Portable Library 4.0 (Legacy) - #SNMP Class Library Documentation - support%40lextm.com - VS2013 - True - 7.5.0.0 - - - - - - - - - Basic building blocks for SNMP packet parsing. ISnmpData derived classes such as Counter32 are matching SNMP data types. ISnmpPdu derived classes are matching SNMP PDU types. - The classes and interfaces under this namespace are used for SNMP message processing. ISnmpMessage derived classes are matching SNMP message types. - All interfaces and classes under this namespace are used for MIB document parsing. - All classes and interfaces under this namespace are used for SNMP v3 message handling. - - All classes and interfaces under this namespace are used for SNMP engine implementation. The SNMP processing pipeline is similar to ASP.NET HTTP message processing pipeline. - Samples objects for #SNMP agent. - - - MemberName - Blank - True - False - - - {@TokenFiles} - - - - - - {@FrameworkCommentList} - {@CommentFileList} - - - - - - - - {@HelpFormatOutputPaths} - - - - - - - - - - - - - - - - {@SyntaxFilters} - - - - - - - - - - - - {@ReferenceLinkNamespaceFiles} - - - - - - - {@ReferenceLinkNamespaceFiles} - - - - - - - {@ReferenceLinkNamespaceFiles} - - - - - - - {@ReferenceLinkNamespaceFiles} - - - - - - - - - - {@ReferenceLinkNamespaceFiles} - - - - - - - - Msdn - OnlyWarningsAndErrors - False - False - False - True - Standard - False - en-US - %28C%29 2008-2017, Lex Li - AboveNamespaces - Msdn - True - VisualStudio11 - -1 - 100 - 100 - -1 - #SNMP Class Library Documentation - Lex Li - Msdn - 100 - VS - - - - - - - - https://sharpsnmp.com - 2 - False - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file