Skip to content

Commit

Permalink
ExampleLibrary: rename OpenIssues to Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
objorke committed Jun 30, 2014
1 parent 1a3dd18 commit c7efec2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/Examples/ExampleLibrary/ExampleLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<Compile Include="Examples\TwoColorLineSeriesExamples.cs" />
<Compile Include="Examples\XkcdExamples.cs" />
<Compile Include="Helpers\Sun.cs" />
<Compile Include="Issues\OpenIssues.cs" />
<Compile Include="Issues\Issues.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Examples/ExampleLibrary/ExampleLibrary_NET35.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<Compile Include="Examples\TwoColorLineSeriesExamples.cs" />
<Compile Include="Examples\XkcdExamples.cs" />
<Compile Include="Helpers\Sun.cs" />
<Compile Include="Issues\OpenIssues.cs" />
<Compile Include="Issues\Issues.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Examples/ExampleLibrary/ExampleLibrary_SL4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<Compile Include="Examples\TwoColorLineSeriesExamples.cs" />
<Compile Include="Examples\XkcdExamples.cs" />
<Compile Include="Helpers\Sun.cs" />
<Compile Include="Issues\OpenIssues.cs" />
<Compile Include="Issues\Issues.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ namespace ExampleLibrary
using OxyPlot.Axes;
using OxyPlot.Series;

[Examples("Z1 Issues (open)")]
[Examples("Z1 Issues")]
[SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1600:ElementsMustBeDocumented", Justification = "Reviewed. Suppression is OK here.")]
// ReSharper disable InconsistentNaming
public class OpenIssues : ExamplesBase
public class Issues : ExamplesBase
{
[Example("#9042: Support colour coding on scatter plots (Closed)")]
public static PlotModel ColorCodingOnScatterPlots()
Expand Down

0 comments on commit c7efec2

Please sign in to comment.