|
11 | 11 | <RepositoryType>git</RepositoryType> |
12 | 12 | <PackageTags>version; version-checker; version-compare; NuGet; Nuget-Package; version-check; Dependency</PackageTags> |
13 | 13 | <PackageReleaseNotes> |
14 | | - v1.3.0 |
15 | | - * Null check for return package data in `CheckVersionAsync(string path, bool includePrerelease)` method. If it is null, return empty list of Packages. |
16 | | - * Null check for return package data in `CheckVersionAsync(List<string> |
17 | | - pathList, bool includePrerelease)` method. If it is null, return empty list of Packages. |
18 | | - * Network availability check before making NuGet API calls in `GetPackageFromNuGetAsync(string packageName, bool includePrerelease)` method. If network is unavailable, it return empty Package. |
19 | | - * Network availability check before making NuGet API calls in `GetPackagesFromNuGetAsync(List<string> packageNameList, bool includePrerelease)` method. If network is unavailable, it return empty list of Packages. |
20 | | - |
21 | | - See changelog (https://github.com/meokullu/NuGetVersionChecker/blob/master/CHANGELOG.md) |
22 | | - </PackageReleaseNotes> |
23 | | - <AssemblyVersion>1.3.0</AssemblyVersion> |
24 | | - <FileVersion>1.3.0</FileVersion> |
| 14 | + v1.4.0 |
| 15 | + * CurrentDirectory, StartupPath and AppName properties are added. |
| 16 | + * GetFilePath() method is added. You can get the .csproj file path of the project with this method. |
| 17 | + |
| 18 | + See changelog (https://github.com/meokullu/NuGetVersionChecker/blob/master/CHANGELOG.md) |
| 19 | + </PackageReleaseNotes> |
| 20 | + <AssemblyVersion>1.4.0</AssemblyVersion> |
| 21 | + <FileVersion>1.4.0</FileVersion> |
25 | 22 | <Title>Nuget Version Checker</Title> |
26 | 23 | <PackageReadmeFile>README.md</PackageReadmeFile> |
27 | 24 | <PackageProjectUrl>https://meokullu.github.io/NuGetVersionChecker/</PackageProjectUrl> |
28 | 25 | <RepositoryUrl>https://github.com/meokullu/NuGetVersionChecker</RepositoryUrl> |
29 | 26 | <ApplicationIcon>Resources\icon256.ico</ApplicationIcon> |
30 | 27 | <Copyright>Enes Okullu</Copyright> |
31 | 28 | <PackageIcon>icon128.png</PackageIcon> |
32 | | - <Version>1.3.0</Version> |
| 29 | + <Version>1.4.0</Version> |
33 | 30 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
34 | 31 | </PropertyGroup> |
35 | 32 |
|
|
0 commit comments