We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8268ac7 commit fa8e83cCopy full SHA for fa8e83c
1 file changed
console-weather/console-weather.csproj
@@ -15,12 +15,13 @@
15
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16
<PackageProjectUrl>https://github.com/pazurkota/console-weather</PackageProjectUrl>
17
<Description>Simple CLI App to check weather in C#</Description>
18
- <PackageVersion>1.0</PackageVersion>
+ <PackageVersion>1.1</PackageVersion>
19
+ <VersionPrefix>1.1</VersionPrefix>
20
<Title>Console Weather</Title>
21
<Copyright>Copyright (c) 2023 pazurk0ta</Copyright>
22
<RepositoryUrl>https://github.com/pazurkota/console-weather</RepositoryUrl>
23
<RepositoryType>git</RepositoryType>
- <PackageReleaseNotes>Initial Release</PackageReleaseNotes>
24
+ <PackageReleaseNotes>Added auto-city lookup via IP</PackageReleaseNotes>
25
</PropertyGroup>
26
27
<ItemGroup>
0 commit comments