Skip to content

Commit

Permalink
update nuspec, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianAuinger committed Jan 26, 2021
1 parent ccec76c commit 7cc51ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions base.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<authors>@authors@</authors>
<owners>@authors@</owners>
<summary>@summary@</summary>
<licenseUrl>https://github.com/Weingartner/Migrations.Json.Net/LICENSE</licenseUrl>
<licenseUrl>https://github.com/Weingartner/Migrations.Json.Net/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Weingartner/Migrations.Json.Net</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>@description@</description>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>Copyright GitHub 2013</copyright>
<tags>GitHub API Octokit</tags>
<copyright>Weingartner Maschinenbau GmbH</copyright>
<tags>json migration</tags>
@dependencies@
@references@
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Target "NugetMigration" (fun()->

NuGet (fun p ->
{p with
Authors = ["Weingartner Machinenbau GMBH"]
Authors = ["Weingartner Maschinenbau GmbH"]
Project = "Weingartner.Json.Migration"
Description = "Assists in migrating serialized JSON.Net objects"
OutputPath = "./artifacts"
Expand Down

0 comments on commit 7cc51ed

Please sign in to comment.