Skip to content

TraceEvent.SupportFiles: Missing version on nuget.org 1.0.25 #1900

@bruno-garcia

Description

@bruno-garcia

perfview specifies version 1.0.25 of Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles

<MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion>1.0.25</MicrosoftDiagnosticsTracingTraceEventSupportFilesVersion>

But NuGet only has u to 1.0.23. Which matches the nuspec on this repo:

I found a script that copies files from the package itself:

xcopy /s /Y %HOMEDRIVE%%HOMEPATH%\.nuget\packages\Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles\1.0.%1\*.dll Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles
xcopy /s /Y %HOMEDRIVE%%HOMEPATH%\.nuget\packages\Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles\1.0.%1\*.pdb Microsoft.Diagnostics.Tracing.TraceEvent.SupportFiles

But not much more in terms of publishing a new version. Am I missing something? Should 1.0.25 be available somewhere?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions