Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Ntent-specific package names.
Removed pre-release marker, because it makes any project using it pre-release too.
  • Loading branch information
vchekan committed Sep 28, 2015
commit dae9ce5d026f7f0058f7c5cbadaf0135217f1465
4 changes: 2 additions & 2 deletions Publishing/Metrics.NET.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Metrics.NET</id>
<version>0.3.3-pre</version>
<version>0.3.3</version>
<id>Metrics.NET_ntent</id>
<title>Metrics.NET</title>
<authors>iulian.margarintescu</authors>
<owners>Iulian Margarintescu</owners>
Expand Down
6 changes: 3 additions & 3 deletions Publishing/Nancy.Metrics.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Nancy.Metrics</id>
<version>0.3.3-pre</version>
<version>0.3.3</version>
<id>Nancy.Metrics_ntent</id>
<title>Nancy.Metrics</title>
<authors>iulian.margarintescu</authors>
<owners>Iulian Margarintescu</owners>
Expand All @@ -15,7 +15,7 @@
<iconUrl>http://www.erata.net/Metrics.NET/metrics_32.png</iconUrl>
<tags>nancy, nancyfx, metrics, measurements, charts, timer, histogram, duration, graphite, health checks</tags>
<dependencies>
<dependency id="Metrics.NET" version="0.3.2-pre" />
<dependency id="Metrics.NET" version="0.3.3" />
<dependency id="Nancy" version="1.2.0" />
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions Publishing/Owin.Metrics.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>Owin.Metrics</id>
<version>0.3.3-pre</version>
<version>0.3.3</version>
<id>Owin.Metrics_ntent</id>
<title>Owin.Metrics</title>
<authors>Allan Hardy</authors>
<owners>Iulian Margarintescu</owners>
Expand All @@ -15,7 +15,7 @@
<iconUrl>http://www.erata.net/Metrics.NET/metrics_32.png</iconUrl>
<tags>webapi, owin, metrics, measurements, charts, timer, histogram, duration, graphite, health checks</tags>
<dependencies>
<dependency id="Metrics.NET" version="0.3.2-pre" />
<dependency id="Metrics.NET" version="0.3.3" />
</dependencies>
</metadata>
<files>
Expand Down