Bläddra i källkod

Bump project to 0.5

Nick Babcock 6 år sedan
förälder
incheckning
742211f235
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2 2
      CHANGELOG.md
  2. 1 1
      OhmGraphite/OhmGraphite.csproj

+ 2 - 2
CHANGELOG.md

@@ -1,8 +1,8 @@
-## 0.5.0 - TBA
+## 0.5.0 - 2018-07-26
 
 * Add [Prometheus](https://prometheus.io/) support
   * OhmGraphite now requires .NET v4.6.1 (up from .NET v4.6). Most users should be unaffected by this change.
-* More metrics! OhmGraphite now takes advantage of metrics that the underlying hardware library detects during runtime. Some users may see a significant jump in the number of metrics, others may not.
+* More metrics! OhmGraphite now takes advantage of metrics that the underlying hardware library detects at runtime.
 
 ## 0.4.0 - 2018-07-15
 

+ 1 - 1
OhmGraphite/OhmGraphite.csproj

@@ -10,7 +10,7 @@
     <Description>Extract hardware sensor data and exports it to a given host and port in a graphite compatible format</Description>
     <Copyright>Nick Babcock</Copyright>
     <Major>0</Major>
-    <Minor>4</Minor>
+    <Minor>5</Minor>
     <Revision>0</Revision>
     <AssemblyVersion>$(Major).$(Minor).$(Revision)</AssemblyVersion>
     <AssemblyFileVersion>$(Major).$(Minor).$(Revision)</AssemblyFileVersion>