playing with dotnet core 76 - publishing a nuget package with dotnet CLI

Subscribers:
9,750
Published on ● Video Link: https://www.youtube.com/watch?v=TFcik_qL9OY



Duration: 19:06
23 views
0


useful commands:
dotnet pack
dotnet nuget push [packageName] --api-key [api key] --source https://api.nuget.org/v3/index.json
------------------ Useful Links ------------------------------------
dwsim dotnetcore libraries
https://github.com/theodoreOnzGit/dwSimDotnetCoreLibraries

how to publish a nuget package
https://docs.microsoft.com/en-us/nuget/nuget-org/publish-a-package

where to go and generate api keys
https://www.nuget.org/account/apikeys

create a nuget package using dotnet cli
https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package-dotnet-cli

dotnet nuget push
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-push

licenses nuget org
https://docs.microsoft.com/en-us/nuget/nuget-org/licenses.nuget.org

nuspec file
https://docs.microsoft.com/en-us/nuget/reference/nuspec#licenseurl

spdx license list
https://spdx.org/licenses/

------------------ Video Sections --------------------------------
Chapters:
0:00 Intro
1:33 Make an API key
3:30 Preparing a Nuget Package
5:25 licenses
11:22 dotnet pack
13:10 dotnet nuget push
16:25 making a minor update to demonstrate dotnet nuget push
18:22 Conclusion


---------------------[Playlists and Relevant Github Repositories]----------------------------------------------

Fluid Mechanics and Git Repos:
https://www.youtube.com/playlist?list=PLhPfNw4V4_YSmdAXc6J0XOSQ1b27qsMGt
https://github.com/theodoreOnzGit/OpenFoam_heatTrf_YouTube

Petroleum Downstream Crash Course Playlist:
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQ13CnhacUqEVk-tZlU4ISE

OpenFOAM for Windows 10 Beginner Playlist and some Git Repos
https://www.youtube.com/playlist?list=PLhPfNw4V4_YRhBU4IqSaToQ8_X543YQsZ
https://github.com/theodoreOnzGit/laminar_BL_OpenFOAM

OpenFOAM Intermediate Playlist and some Git Repos
https://www.youtube.com/playlist?list=PLhPfNw4V4_YSpWX6mSOlwWEOKVa6i_iuE
https://github.com/theodoreOnzGit/thin_pipeflow_snappyHexMesh

OpenFOAM Heat Transfer Playlist and GitHub Repo
https://www.youtube.com/playlist?list=PLhPfNw4V4_YR2Qa3Q9-AzNSF2J9Dc4_qT
https://github.com/theodoreOnzGit/OpenFoam_heatTrf_YouTube

Radiation Heat Transfer Learning Journal and Git Repos:
https://www.youtube.com/watch?v=uUzh9kh-WTo&list=PLhPfNw4V4_YRUUVUydQp-n6U-7uu1kJof
https://github.com/theodoreOnzGit/heatTransferTheory_YouTube

Convection Boundary Layer and git Repos:
https://www.youtube.com/playlist?list=PLhPfNw4V4_YR9pRBpp101Mkuds49vjQ63
https://github.com/theodoreOnzGit/heatTransferTheory_YouTube

Turbulence Modelling Playlist
https://www.youtube.com/watch?v=F_Rxv9uMM3g&list=PLhPfNw4V4_YSnbYkJIBQ1kRN06Mmxe2Be
https://github.com/theodoreOnzGit/turbulenceModelling

LabView Frequency Analysis and Fun (playlist and git repo)
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQYE7XqTisMBkpm7gqNS_nl
https://github.com/theodoreOnzGit/Ted_labview_YouTube

Control Systems and Frequency Response
https://www.youtube.com/watch?v=qHY6y7JmB2U&list=PLhPfNw4V4_YRUuWnrtClovPKxU_gJOXH-
https://github.com/theodoreOnzGit/matlabFrequencyResponse.git

OpenFOAM C++
https://github.com/theodoreOnzGit/C-_YouTube_OpenFoam
https://www.youtube.com/playlist?list=PLhPfNw4V4_YT9OgqS7ZPlot_Ucxzc6pQJ

OpenFOAM Bash
https://github.com/theodoreOnzGit/Bash_OpenFOAM_YouTube
https://www.youtube.com/playlist?list=PLhPfNw4V4_YT5zjBhfj5Hj4r4D5eXilcU

Basic Samba
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQuWJLufBUpNplitReZX0fB
https://github.com/theodoreOnzGit/sambaVideos

Manjaro Tips and Tricks
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQuyXBfJxAvzHJTl0UiWx3h

lammps and Discrete Element Modelling (DEM)
https://www.youtube.com/playlist?list=PLhPfNw4V4_YTdRlnLiu2OUXeTf5ZNVQ9E

playing with dotnet core
https://www.youtube.com/playlist?list=PLhPfNw4V4_YQSTR8sqz0aRVzWlQBq3QUw
dotnet core github repo
https://github.com/theodoreOnzGit/dotnetCoreYoutube




Other Videos By Theo Ong Science and Engineering


2022-05-06playing with dotnet core 86 - typecasting unknown units into base units manually
2022-05-06playing with dotnet core 85 - trouble with the UnknownUnit Class Type
2022-05-06playing with dotnet core 84 - EngineeringUnits Nuget Package instantiate complex units
2022-05-06playing with dotnet core 83 - Intro to EngineeringUnits Nuget Package (install, convert units)
2022-05-06playing with dotnet core 82 - IXmlComponentList and open close principle for IXmlLibrarySelector
2022-05-05playing with dotnet core 81 - IXmlLibrarySelector Attempt at Memory Management (Dispose, Finalizers)
2022-05-05playing with dotnet core 80 - IXmlLibrarySelector Asserting Exception Throws in Visual Basic
2022-05-05playing with dotnet core 79 - IXmlLibrarySelector Coding and Testing Implementations
2022-05-05playing with dotnet core 78 - IXmlLibrarySelector Live Coding (Preparing Preliminaries)
2022-05-04playing with dotnet core 77 - IXmlLibraryList Interface
2022-05-04playing with dotnet core 76 - publishing a nuget package with dotnet CLI
2022-05-04playing with dotnet core 73 - extracting properties of water in dwsim xml file
2022-05-04playing with dotnet core 75 - extended example of using mindmaps to plan out interfaces and classes
2022-05-04playing with dotnet core 74 - Theory Tests in XUnit Visual Basic
2022-05-02playing with dotnet core 72 - accessing names and values of XElements in XDocuments
2022-05-02playing with dotnet core 71 - a crude way of loading xml files into XDocuments
2022-04-29playing with dotnet core 70 - a little on xUnit Tests part 2
2022-04-29playing with dotnet core 69 - a little on xUnit Tests part 1
2022-04-29playing with dotnet core 68 - designing an xmlLibLoader Interface using mindmapping and SOLID
2022-04-29playing with dotnet core 67 - I made a nuget package for dwsim xml data
2022-04-25playing with dotnet core 66 - planning out how to write an ideal gas library for netstandard2.0



Tags:
Engineering
Math
Science
Thermodynamics
Fluid Mechanics
Chemical
Nuclear
Chemical Potential
Fugacity
Enthalpy
Internal Energy
Entropy
First Law
Second law
Gibbs Free Energy
Hemholtz free energy
heat capacity
constant volume
constant pressure
tutorial
petroleum
oil
refinery
downstream
crude
jet
gasoline
gasoil
diesel
computational fluid dynamics
CFD
OpenFoam
Open
Foam
Fluid mechanics
heat transfer
turbulence
conduction
convection
radiation
Linux
Mint
Ubuntu
Manjaro