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 May 4, 2024
1 parent 8e76641 commit c8f2bba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageVersion Include="NUnit" Version="3.12.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageVersion Include="rm.Random2" Version="2.1.2" />
<PackageVersion Include="rmandvikar.Random2" Version="3.1.0-alpha0" />
</ItemGroup>
</Project>
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.Extensions "$version" \
dotnet nuget delete rmandvikar.Extensions "$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.Extensions."$version".nupkg \
dotnet nuget push .nupkg/rmandvikar.Extensions."$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.Extensions/rm.Extensions.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.Extensions</PackageId>
<Description>A collection of utility C# extension methods.</Description>
<PackageTags>utility extensions</PackageTags>
<RepositoryUrl>https://github.com/rmandvikar/csharp-extensions</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion tests/rm.ExtensionsTest/rm.ExtensionsTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="rm.Random2" />
<PackageReference Include="rmandvikar.Random2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c8f2bba

Please sign in to comment.