Skip to content

Commit 852a24a

Browse files
committed
chore: bump ReadMe.Metrics dotnet sdk to v1.1.0
1 parent bca2105 commit 852a24a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/MAINTAINERS.md

+17
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,20 @@ To publish a new version:
5252
6. `python3 -m twine upload dist/*`
5353
* If you get errors about `twine` not being installed, install it with `pip3 install twine`.
5454
* On the first run you'll be asked to log into PyPi, so if you don't have access to `readme-metrics` there ask someone to hook you up with access.
55+
56+
#### Dotnet
57+
58+
If you're not a maintainer of [`ReadMe.Metrics`](https://www.nuget.org/packages/ReadMe.Metrics/) on [NuGet](https://www.nuget.org/), [register for a Microsoft account by going through this flow](https://www.nuget.org/users/account/LogOn), enable two-factor auth on your [account settings](https://account.live.com/proofs/manage/additional), and ask someone to add you as a maintainer.
59+
60+
To publish a new version:
61+
1. `cd packages/dotnet/Readme`
62+
2. Update `<Version>` in `Readme.csproj`
63+
<!-- https://docs.microsoft.com/en-us/nuget/create-packages/creating-a-package-dotnet-cli#run-the-pack-command -->
64+
4. `dotnet pack`
65+
<!-- https://docs.microsoft.com/en-us/nuget/nuget-org/publish-a-package#command-line -->
66+
5. Create an API key by following the instructions [here](https://docs.microsoft.com/en-us/nuget/nuget-org/publish-a-package#create-api-keys)
67+
6. Publish!
68+
69+
```sh
70+
dotnet nuget push ./bin/Debug/ReadMe.Metrics.1.1.0.nupkg --api-key oy2fpuni2mpoicqrknqqhtq66e3jxiqurdnpgmacpo7tsi --source https://api.nuget.org/v3/index.json
71+
```

packages/dotnet/Readme/Readme.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<PackageId>ReadMe.Metrics</PackageId>
6-
<Version>1.0.4</Version>
6+
<Version>1.1.0</Version>
77
<Authors>ReadMe</Authors>
88
<Company>ReadMe</Company>
99
<Product>ReadMe.Metrics DotnetCore</Product>

0 commit comments

Comments
 (0)