bkraul

Results 60 comments of bkraul

This remains an open issue. It would be cool if someone addressed it.

Hmmm...I reverted the line in `api_nuget.php` to what it was before the commit, but the second error is still happening, and the push operation is still failing. Neither `uploadutils.php` nor...

```xml EPG.CommonLibrary 1.1.21.7096 EPG Internal Development EPG Internal Development false Common code library for EPG applications. Copyright © 2016 EPG Insurance, Inc. ``` The packages were uploading fine up to...

hmmm...let me try adding the field and see if it works.

So, adding the field `` did remove the original releaseNotes error, but it still fails with the second error.

This is the command I am using: ``` .\nuget.exe push .\packages\*.symbols.nupkg [mykey] -source http://my.nugetserver.com/upload ```

Sounds good, but as I said, I don't think that is the main problem. Because even after putting in the release notes field, the push operation still fails with: ```...

I can tell that the problem started with the wave of commits after (42cd592). (the ones with `#71 Resolved chocolatey special api with Packages`), because I just checked out that...

I can confirm commit 5f86b49 is what is breaking the push uploads. I am not sure which specific one of the changes in the commit does, but all the commits...

@kendarorg Quick question. I notice that this commit introduces an IsLatestVersion field to the database. Am I missing a schema upgrade, and could this be the problem (I have mySQL...