Skip to content

Commit 203c39b

Browse files
committed
create icon
1 parent 008b936 commit 203c39b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
File renamed without changes.

src/Spectrogram/Spectrogram.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,22 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net45</TargetFrameworks>
5-
<Description>A tool to create spectrograms in .NET</Description>
5+
<Description>Spectrogram is a .NET library which makes it easy to create spectrograms from pre-recorded signals or live audio from the sound card.</Description>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<PackageProjectUrl>https://github.com/swharden/Spectrogram</PackageProjectUrl>
88
<RepositoryUrl></RepositoryUrl>
9-
<PackageReleaseNotes>This software is alpha - you probably don't want to use it.</PackageReleaseNotes>
9+
<PackageReleaseNotes>https://github.com/swharden/Spectrogram/releases</PackageReleaseNotes>
1010
<Product />
1111
<Authors>Scott W Harden</Authors>
1212
<Company>Harden Technologies, LLC</Company>
13-
<Version>0.0.1</Version>
13+
<Version>1.0.0</Version>
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1515
<ApplicationIcon />
1616
<OutputType>Library</OutputType>
1717
<StartupObject />
18+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
19+
<FileVersion>1.0.0.0</FileVersion>
20+
<PackageIconUrl>https://raw.githubusercontent.com/swharden/Spectrogram/master/src/Spectrogram/icon.png</PackageIconUrl>
1821
</PropertyGroup>
1922

2023
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.0|AnyCPU'">

src/Spectrogram/icon.png

10.9 KB
Loading

0 commit comments

Comments
 (0)