Skip to content

Commit

Permalink
typos, v.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asizikov committed Aug 16, 2015
1 parent 86811fa commit 56c4d14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AsyncSuffix/Settings/AsyncSuffixOptionsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</Style>
</Grid.Resources>

<TextBlock Grid.Row="0" Grid.Column="0" Text="Analisis:"
<TextBlock Grid.Row="0" Grid.Column="0" Text="Analysis:"
FontWeight="SemiBold" Margin="2,4" />
<StackPanel Grid.Row="1" Grid.Column="0">
<CheckBox IsChecked="{Binding ExcludeTestMethodsFromAnalysis.Value, Mode=TwoWay}"
Expand Down
6 changes: 3 additions & 3 deletions Deployments/AsyncSuffix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Sizikov.AsyncSuffix</id>
<version>1.0.0</version>
<version>1.0.1</version>
<title>AsyncSuffix</title>
<authors>Anton Sizikov</authors>
<owners>AntonSizikov</owners>
<projectUrl>https://github.com/asizikov/AsyncSuffix</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Task returning method's naming analyzer</description>
<releaseNotes></releaseNotes>
<description>Task returning method's naming analyzer. Async methods should have 'Async' suffix.</description>
<releaseNotes>minor fixes</releaseNotes>
<language>en-US</language>
<tags>async method, namming, task</tags>
<dependencies>
Expand Down

0 comments on commit 56c4d14

Please sign in to comment.