Skip to content

Commit 828ae53

Browse files
committed
Update version to stable
1 parent 34bcbe2 commit 828ae53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ artifacts:
2323
deploy:
2424
- provider: NuGet
2525
api_key:
26-
secure: vbPWVWUYJ4zSn7fQ621uITPR99Q2s+bx36nE97IUOFrjgjAkMSJ9KOoFTXTGPAl1
26+
secure: PtfAzDzYtEFjYKQmsfbJAXRrqlWDR2CesuEeupukTeyyD7O9bzMtRXHmBVYUu1sJ
2727
on:
2828
APPVEYOR_REPO_TAG: true
2929

src/Prometheus.Client.MetricServer/Prometheus.Client.MetricServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description>MetricServer for the Prometheus.Client</Description>
44
<Copyright>2019 © Sergey Kuznetsov</Copyright>
55
<AssemblyTitle>Prometheus.Client.MetricServer</AssemblyTitle>
6-
<VersionPrefix>3.0.0-rc1</VersionPrefix>
6+
<VersionPrefix>3.0.0</VersionPrefix>
77
<Authors>Sergey Kuznetsov</Authors>
88
<TargetFrameworks>netstandard1.3;netstandard2.0;netcoreapp2.2</TargetFrameworks>
99
<AssemblyName>Prometheus.Client.MetricServer</AssemblyName>
@@ -21,7 +21,7 @@
2121
<AssemblyOriginatorKeyFile>../../Prometheus.Client.MetricServer.snk</AssemblyOriginatorKeyFile>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Prometheus.Client" Version="3.0.0-rc2" />
24+
<PackageReference Include="Prometheus.Client" Version="3.0.0" />
2525
</ItemGroup>
2626
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.3'">
2727
<DefineConstants>$(DefineConstants);NETSTANDARD13</DefineConstants>

0 commit comments

Comments
 (0)