Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProTip committed Feb 19, 2014
1 parent 02a183b commit a433c5e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PluginInterface/PluginInterface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>PluginInterface</RootNamespace>
<AssemblyName>PluginInterface</AssemblyName>
<ReleaseVersion>0.2.0</ReleaseVersion>
<ReleaseVersion>0.2.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion metricus.sln
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = metricus\metricus.csproj
version = 0.2.0
version = 0.2.1
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion metricus/metricus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>metricus</RootNamespace>
<AssemblyName>metricus</AssemblyName>
<ReleaseVersion>0.2.0</ReleaseVersion>
<ReleaseVersion>0.2.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion plugins/ConsoleOut/ConsoleOut.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>ConsoleOut</RootNamespace>
<AssemblyName>ConsoleOut</AssemblyName>
<ReleaseVersion>0.2.0</ReleaseVersion>
<ReleaseVersion>0.2.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion plugins/GraphiteOut/GraphiteOut.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>GraphiteOut</RootNamespace>
<AssemblyName>GraphiteOut</AssemblyName>
<ReleaseVersion>0.2.0</ReleaseVersion>
<ReleaseVersion>0.2.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion plugins/PerfCounter/PerformanceCounter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>PerfCounter</RootNamespace>
<AssemblyName>PerformanceCounter</AssemblyName>
<ReleaseVersion>0.2.0</ReleaseVersion>
<ReleaseVersion>0.2.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion plugins/SitesFilter/SitesFilter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>SitesFilter</RootNamespace>
<AssemblyName>SitesFilter</AssemblyName>
<ReleaseVersion>0.2.0</ReleaseVersion>
<ReleaseVersion>0.2.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit a433c5e

Please sign in to comment.