0% found this document useful (0 votes)
431 views

Nuget - IV

Study notes on nuget package manager created by Rahul Parwal.

Uploaded by

Synapse QA
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
431 views

Nuget - IV

Study notes on nuget package manager created by Rahul Parwal.

Uploaded by

Synapse QA
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Create a .

NET Class Library Project

Navigate to nuget.org

Login to nuget.org using your account (personal or Creating a


organization) Add your Methods / Libraries into
Library to ship as the project that you want to
Click on Upload Button & Select the <package name>. NuGet Package publish through the Nuget Package
nupkg file
Publishing
Verify / Review Details
NuGet
Publish your package by clicking on submit button Packages

NOTE: It takes couple of hours to get the nuget


published. It does validation and indexing before
publishing

Generates Automatically on each Build - IV


Go TO: Project > Properties >
Package
Approach 1 Go TO: Project > Properties > Package
Select Generate NuGet package
on build Common Convention:
Package ID
<company>.<product>.<feature>

Manual Generation
Package
Version
Go TO: Build (Menu Bar) > Pack < Generating
Approach 2
Project Name>
NuGet Package Self (If independent development)
Authors
Both Approaches will generate a nuget package in the Company Name (If it's for your
bin/<BUILD CONFIGURATION> folder with .nupkg Adding Package organization)
extension Metadata to
Company
Library
Product

Details that you want to share to


Description your users which gives ideas about
it's usage.

Copyright

License Ex: MIT or company specific license

Github repository / Website /


Project URL
ReadMe Link

Icon URL

Fill following fields Repository URL

Repository Type

Significantly improves
Tags discoverability of your
project

Release Notes,
etc.

You might also like