Skip to content

Commit 97da022

Browse files
authored
fix nuget upload to nuget.org (#136)
* 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
1 parent e6b363b commit 97da022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nuget/swiftwinrt.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<releaseNotes></releaseNotes>
1212
<tags>swift WinRT</tags>
1313
<copyright>© The Browser Company of New York. All rights reserved.</copyright>
14-
<projectUrl>https://github.com/thebrowsercompany/swiftwinrt</projectUrl>
15-
<repository type="git" url="https://github.com/thebrowsercompany/swiftwinrt"/>
14+
<projectUrl>https://github.com/thebrowsercompany/swift-winrt</projectUrl>
15+
<repository type="git" url="https://github.com/thebrowsercompany/swift-winrt"/>
1616
<license type="expression">BSD-3-Clause</license>
17-
<readme>readme.md</readme>
17+
<readme>README.md</readme>
1818
</metadata>
1919
<files>
2020
<file src="$swiftwinrt_exe$" target="bin"/>

0 commit comments

Comments
 (0)