Skip to content

Commit

Permalink
nuget: Rename name to rmandvikar.*
Browse files Browse the repository at this point in the history
  • Loading branch information
rmandvikar committed Apr 27, 2024
1 parent 4f729ee commit 9fe44d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuget-delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -z "$version" ]]; then
exit 1
fi

dotnet nuget delete rm.Random2 "$version" \
dotnet nuget delete rmandvikar.Random2 "$version" \
-k $(< ~/dump/.nuget.apikey) \
-s https://api.nuget.org/v3/index.json \
--non-interactive
2 changes: 1 addition & 1 deletion nuget-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

tag="v$version"

dotnet nuget push .nupkg/rm.Random2."$version".nupkg \
dotnet nuget push .nupkg/rmandvikar.Random2."$version".nupkg \
-k $(< ~/dump/.nuget.apikey) \
-s https://api.nuget.org/v3/index.json \
&& git push $(git remote) "$tag"
1 change: 1 addition & 0 deletions src/rm.Random2/rm.Random2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1591;NU1507</NoWarn>
<LangVersion>latest</LangVersion>
<PackageId>rmandvikar.Random2.csproj</PackageId>
<Nullable>enable</Nullable>
<Description>Thread-safe Random implementations.</Description>
<PackageTags>random thread-safe</PackageTags>
Expand Down

0 comments on commit 9fe44d1

Please sign in to comment.