diff --git a/Directory.Packages.props b/Directory.Packages.props index c81b6f4..9c0d2f7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,6 +7,6 @@ - + diff --git a/nuget-delete.sh b/nuget-delete.sh index eff7552..22a99fd 100644 --- a/nuget-delete.sh +++ b/nuget-delete.sh @@ -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 diff --git a/nuget-push.sh b/nuget-push.sh index d97aecf..b573012 100644 --- a/nuget-push.sh +++ b/nuget-push.sh @@ -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" diff --git a/src/rm.Extensions/rm.Extensions.csproj b/src/rm.Extensions/rm.Extensions.csproj index 145456f..f009f3a 100644 --- a/src/rm.Extensions/rm.Extensions.csproj +++ b/src/rm.Extensions/rm.Extensions.csproj @@ -8,6 +8,7 @@ true 1591;NU1507 latest + rmandvikar.Extensions A collection of utility C# extension methods. utility extensions https://github.com/rmandvikar/csharp-extensions diff --git a/tests/rm.ExtensionsTest/rm.ExtensionsTest.csproj b/tests/rm.ExtensionsTest/rm.ExtensionsTest.csproj index 4600fcc..462645d 100644 --- a/tests/rm.ExtensionsTest/rm.ExtensionsTest.csproj +++ b/tests/rm.ExtensionsTest/rm.ExtensionsTest.csproj @@ -9,7 +9,7 @@ - +