Skip to content

Commit 3b28993

Browse files
committed
Update version and other meta info in nuspec and project file
Note: Info in the nuspec is what will be used to generate a NuGet package.
1 parent 274bef0 commit 3b28993

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Src/Horoscope.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>Horoscope</id>
5-
<version>0.0.5-alpha</version>
5+
<version>0.9.0</version>
66
<title>Horoscope</title>
77
<authors>Clyde D'Souza</authors>
88
<owners>Clyde D'Souza</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<license type="expression">MIT</license>
11-
<projectUrl>https://github.com/ClydeDz/horoscope-nuget/wiki</projectUrl>
11+
<projectUrl>https://github.com/ClydeDz/horoscope-nuget</projectUrl>
1212
<repository url="https://github.com/ClydeDz/horoscope-nuget" />
1313
<iconUrl>https://raw.githubusercontent.com/ClydeDz/horoscope-nuget/master/Icon.png</iconUrl>
1414
<description>A .NET library for zodiac signs. Get details on each zodiac sign, pass a date and know which zodiac sign it falls in or get a list of all zodiac signs. Now includes Chinese zodiac signs and elements!</description>
1515
<summary>A .NET library for zodiac signs. Get details on each zodiac sign, pass a date and know which zodiac sign it falls in or get a list of all zodiac signs.</summary>
16-
<releaseNotes>Bumped version to 0.0.5-alpha with minor refactoring to the solution to support CI/CD.
16+
<releaseNotes>Add contributing guidelines and a pull request template to the GitHub repository.
1717

18-
More release notes here: https://github.com/ClydeDz/horoscope-nuget/wiki#release-notes </releaseNotes>
18+
More release notes here: https://github.com/ClydeDz/horoscope-nuget/releases </releaseNotes>
1919
<copyright>Copyright (c) 2018 Clyde D'Souza</copyright>
2020
<tags>horoscope zodiac development library zodiac-signs chinese-zodiac chinese-horoscope yinyang chinese-elements yin-yang</tags>
2121
<dependencies>

Src/Horoscope/Horoscope.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@
55
<Authors>Clyde D'Souza</Authors>
66
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
77
<PackageId>Horoscope</PackageId>
8-
<Version>0.0.3</Version>
8+
<Version>0.9.0</Version>
99
<Company />
10-
<PackageLicenseUrl>https://github.com/ClydeDz/horoscope-nuget/blob/master/LICENSE</PackageLicenseUrl>
10+
<PackageLicenseUrl></PackageLicenseUrl>
1111
<RepositoryUrl>https://github.com/ClydeDz/horoscope-nuget</RepositoryUrl>
12-
<PackageProjectUrl>https://github.com/ClydeDz/horoscope-nuget/wiki</PackageProjectUrl>
12+
<PackageProjectUrl>https://github.com/ClydeDz/horoscope-nuget</PackageProjectUrl>
1313
<PackageTags>horoscope zodiac development library zodiac-signs chinese-zodiac chinese-horoscope yinyang chinese-elements yin-yang</PackageTags>
1414
<Description>A .NET library for zodiac signs. Get details on each zodiac sign, pass a date and know which zodiac sign it falls in or get a list of all zodiac signs. Now includes Chinese zodiac signs and elements!</Description>
1515
<Copyright>Copyright (c) 2018 Clyde D'Souza</Copyright>
1616
<PackageReleaseNotes>Now includes Chinese zodiac signs, fixed elements (i.e., wood, fire, earth, metal, water) and yin yang associated with each Chinese zodiac sign.
1717

18-
More release notes here: https://github.com/ClydeDz/horoscope-nuget/wiki#release-notes</PackageReleaseNotes>
19-
<AssemblyVersion>0.0.0.3</AssemblyVersion>
20-
<FileVersion>0.0.0.3</FileVersion>
18+
More release notes here: https://github.com/ClydeDz/horoscope-nuget/releases</PackageReleaseNotes>
19+
<AssemblyVersion>0.9.0.0</AssemblyVersion>
20+
<FileVersion>0.0.0.0</FileVersion>
2121
<PackageIconUrl>https://raw.githubusercontent.com/ClydeDz/horoscope-nuget/master/Icon.png</PackageIconUrl>
2222
<Product>Horoscope</Product>
23+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2324
</PropertyGroup>
2425

2526
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)