Giter VIP home page Giter VIP logo

Comments (4)

birbilis avatar birbilis commented on September 25, 2024

the Kinect v1 package version on NuGet is very old, from 2013
https://www.nuget.org/packages/Vitruvius/

from vitruvius.

birbilis avatar birbilis commented on September 25, 2024

btw, would be nice to also have NuGet subfolder under Kinect v1 and Kinect v2 folders with the respective .nuspec files. I also keep .nupkg files in such folders and have a .gitignore rule for *.nupkg so that only the .nuspec files get published

from vitruvius.

birbilis avatar birbilis commented on September 25, 2024

see my comment at the end of this Pull Request - #17

After merging it and pulling in locally you can open the Kinect V1 solution and Rebuild all (for RELEASE configuration)

Then install NPE (http://npe.codeplex.com - has a ClickOnce installer) and just open the .nuspec file under Kinect v1\NuGet folder and do File\Publish to update the old NuGet package for Kinect v1 (I've imported the old one from nuget.org using NPE, updated the semantic version to 1.1.0 from 1.0.1, added missing WinForms DLL and placing targeting files at lib\net40\ instead of lib)

NPE does check if there are any missing files referenced by the .nuspec metadata file, so you can't have any broken patch by accident.

from vitruvius.

birbilis avatar birbilis commented on September 25, 2024

note, I've also updated the .gitignore file to ignore .nupkg files, since the pattern I use is to have a NuGet.nupkg subfolder under my NuGet folder, where I Save (using File/Save of NPE) all .nupkg files ever published for the .nuspec file (NPE can even download the current .nupkg file and save it there). NPE nicely adds the semantic version as a suffix the the .nupkg filename

So my steps after editing a .nuspec file are:

  1. open the .nuspec from NuGet folder with NPE
  2. do File\Publish (enter password)
  3. do File\Save to NuGet\NuGet.nupkg subfolder

I've also added a NuGet subfolder to the Kinect V1 solution for easier editing and checking-in of its .nuspec file

didn't do similarly for the Kinect v2 solution, since its .nuspec has lots of files and it's better if you use your original version of it instead of me importing and adapting its filepaths

from vitruvius.

Related Issues (19)

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.