Skip to content

Commit

Permalink
Updated icon to be square.
Browse files Browse the repository at this point in the history
Updated spec to point to big icon.
  • Loading branch information
kzu committed Jun 14, 2013
1 parent 3ffd695 commit 65b9d2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions NuDoc.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
Common\ClariusLabs.licenseheader = Common\ClariusLabs.licenseheader
src\NuDoc\NuDoc.nuspec = src\NuDoc\NuDoc.nuspec
src\NuDoc\NuGet.proj = src\NuDoc\NuGet.proj
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
Expand Down
Binary file modified doc/Icon-big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/NuDoc/NuDoc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<SymbolSource Include="**\*.cs" Exclude="nuget\**\*.cs">
<SymbolSource Include="**\*.cs">
<Visible>False</Visible>
</SymbolSource>
<SymbolSource Include="$(IntermediateOutputPath)**\*.cs">
Expand Down
2 changes: 1 addition & 1 deletion src/NuDoc/NuDoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<owners>Clarius Labs</owners>
<licenseUrl>https://github.com/clariuslabs/common/blob/master/License.txt</licenseUrl>
<projectUrl>http://clarius.io/nudoc</projectUrl>
<iconUrl>https://raw.github.com/clariuslabs/NuDoc/master/doc/Icon-32.png</iconUrl>
<iconUrl>https://raw.github.com/clariuslabs/NuDoc/master/doc/Icon-big.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A simple and intuitive API for reading XML API documentation from .NET assemblies or XML files.</description>
<releaseNotes>v0.4
Expand Down
4 changes: 2 additions & 2 deletions src/NuDoc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ limitations under the License.
[assembly: AssemblyProduct("NuDoc")]
[assembly: AssemblyCopyright("Copyright © 2013")]

[assembly: AssemblyVersion("0.4.1306.1116")]
[assembly: AssemblyFileVersion("0.4.1306.1116")]
[assembly: AssemblyVersion("0.4.1306.1409")]
[assembly: AssemblyFileVersion("0.4.1306.1409")]

0 comments on commit 65b9d2c

Please sign in to comment.