Giter VIP home page Giter VIP logo

Comments (6)

vinntreus avatar vinntreus commented on July 24, 2024

Well, I'll still need Visual Studio and be able to create a vsix package (which I upload to visual studio gallery). Currently I don't have access to such installment.

from buildmonitor.

Aleksanderis avatar Aleksanderis commented on July 24, 2024

Thanks for the nice extension by the way - helps me to optimize our big Visual Studion solution.:)

vsix manifest, whick worked for me (proper xml file attached):

<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010"> <Identifier Id="d350a95e-5d09-4b5d-9075-0a5f7bb6b1dc"> <Name>Build Monitor</Name> <Author>Daniel Vinntreus</Author> <Version>1.31</Version> <Description xml:space="preserve">Measure how long it takes to build your solution and individual projects in Visual Studio.</Description> <Locale>1033</Locale> <SupportedProducts> <VisualStudio Version="10.0"> <Edition>Pro</Edition> </VisualStudio> <VisualStudio Version="11.0"> <Edition>Pro</Edition> </VisualStudio> <VisualStudio Version="12.0"> <Edition>Pro</Edition> </VisualStudio> <VisualStudio Version="14.0"> <Edition>Pro</Edition> </VisualStudio> </SupportedProducts> <SupportedFrameworkRuntimeEdition MinVersion="4.5" /> </Identifier> <Content> <VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage> <MefComponent>|%CurrentProject%|</MefComponent> </Content> </Vsix>

extension.vsixmanifest.txt

from buildmonitor.

VioletGiraffe avatar VioletGiraffe commented on July 24, 2024

You should just make a pull request with the updated file.
I'm not sure about the NuGet stuff, though. Can we leave it untouched?

P. S. vinntreus, You might want to do what I did for my VS extension: upload releases to GitHub rather than VS gallery and set your repo's releases/latest as the download link in the VS Gallery.

from buildmonitor.

Aleksanderis avatar Aleksanderis commented on July 24, 2024

I made a pull request, but then found out, that there is already one done for VS2015, but still not merged. The original owner just abandoned this solution, as well as .NET in general - at least what author mentioned himself. ;)

from buildmonitor.

VioletGiraffe avatar VioletGiraffe commented on July 24, 2024

Oh well, thanks for trying.

from buildmonitor.

vinntreus avatar vinntreus commented on July 24, 2024

Fixed in #14
Have updated the package in Visual Studio Gallery as well: https://visualstudiogallery.msdn.microsoft.com/b0c87e47-f4ee-4935-9a59-f2c81ce692ab

from buildmonitor.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.