Upload latest version to Nuget
See original GitHub issueHi! I’m trying to use it with a new project that targets NetCore1.1, can you push the 0.0.3-beta
version to nuget?
Thanks in advance, I.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Upload new package version to the nuget.org
The problem occurs if your title and/or assembly name of new version package differs from the origin title and/or assembly name.
Read more >Updating and Publishing a NuGet Package - Plus making ...
Creating an Update to a NuGet Package · Step 1 - Update the NuSpec file · Step 2 - Make your new changes...
Read more >Reinstalling and Updating NuGet Packages
Package Manager UI, On the Updates tab, select one or more packages and select Update, On the Installed tab, select a package, record...
Read more >Nuget Package - Upload a new version of in house ... - YouTube
In this video tutorial we will learn how to change version of .Net Framework package and upload the new version to Nuget.
Read more >Updating NuGet packages from command-line - deep dive
NuPU implements a single use-case: run through a folder and sub-folders and present a list of updates for each NuGet package with newer...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@arthurrump @imetallica @xavierzwirtz The latest version 0.0.3 beta is up on nuget with netstandard support.
0.0.3-beta
Thanks, John
@wklm you need to enable
-pre
flag on your NuGet (orprerelease
for Paket). See http://fsprojects.github.io/FSharp.Data.GraphQL/ for details.