Skip to content

Commit

Permalink
fix nuget upload to nuget.org (#136)
Browse files Browse the repository at this point in the history
* fix nuspec

upload is failing with the following: 

```
Response status code does not indicate success: 400 (The readme file 'readme.md' does not exist in the package.).
```

* fix project url
  • Loading branch information
stevenbrix authored Jan 19, 2024
1 parent e6b363b commit 97da022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuget/swiftwinrt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<releaseNotes></releaseNotes>
<tags>swift WinRT</tags>
<copyright>© The Browser Company of New York. All rights reserved.</copyright>
<projectUrl>https://github.com/thebrowsercompany/swiftwinrt</projectUrl>
<repository type="git" url="https://github.com/thebrowsercompany/swiftwinrt"/>
<projectUrl>https://github.com/thebrowsercompany/swift-winrt</projectUrl>
<repository type="git" url="https://github.com/thebrowsercompany/swift-winrt"/>
<license type="expression">BSD-3-Clause</license>
<readme>readme.md</readme>
<readme>README.md</readme>
</metadata>
<files>
<file src="$swiftwinrt_exe$" target="bin"/>
Expand Down

0 comments on commit 97da022

Please sign in to comment.