Skip to content

Commit 0916acf

Browse files
committed
Added nuspec
1 parent 20f71c4 commit 0916acf

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

JSorter.nuspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<readme>docs/README.md</readme>
5+
<dependencies>
6+
<group targetFramework="net6.0">
7+
<dependency id="NewtonSoft.Json" version="13.0.3" />
8+
</group>
9+
</dependencies>
10+
<id>RobTest.JSorter</id>
11+
<version>0.1.0</version>
12+
<title>RobTest.JSorter</title>
13+
<authors>Robert Gaskin</authors>
14+
<owners>Robert Gaskin</owners>
15+
<license type="expression">MIT</license>
16+
<projectUrl>https://github.com/robg-test/JSorter</projectUrl>
17+
<description>Sort all the JSON!</description>
18+
</metadata>
19+
<files>
20+
<file src="src/JSorter/bin/Release/net6.0/JSorter.dll" target="lib\net6.0" />
21+
<file src="./readme.md" target="docs\" />
22+
</files>
23+
</package>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Your own code should not be reliant on how things are ordered. Also keep in mind
77

88
## Downloads ##
99

10-
The latest stable release of JSorter is [available on NuGet](https://www.nuget.org/packages/JSorter/) or can be [downloaded from GitHub](https://github.com/JSorter/Jsorter/releases).
10+
The latest stable release of JSorter is [available on NuGet](https://www.nuget.org/packages/RobTest.JSorter/) or can be [downloaded from GitHub](https://github.com/JSorter/Jsorter/releases).
1111

1212
## Using JSorter ##
1313

0 commit comments

Comments
 (0)