File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <FileVersion >0.3.1.1 </FileVersion >
4
+ <FileVersion >0.3.1.2 </FileVersion >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
<Title >ReswPlus - Source Generator</Title >
7
7
<PackageId >ReswPlus</PackageId >
8
8
<Version >$(FileVersion)</Version >
9
9
<Authors >Rudy Huyn</Authors >
10
10
<Description >ReswPlus - Source Generator for Resw files</Description >
11
11
<PackageProjectUrl >https://github.com/reswplus/ReswPlus/</PackageProjectUrl >
12
- <PackageIcon >Icon.png</PackageIcon >
12
+ <PackageIcon >$(MSBuildThisFileDirectory) Icon.png</PackageIcon >
13
13
<PackageCopyright >Copyright 2025</PackageCopyright >
14
14
<PackageTags >dotnet localization resx resw plural pluralization</PackageTags >
15
15
<PackageLicenseExpression >MIT</PackageLicenseExpression >
16
- <PackageReadmeFile >README.md</PackageReadmeFile >
16
+ <PackageReadmeFile >$(MSBuildThisFileDirectory) README.md</PackageReadmeFile >
17
17
<NoWarn >NU5128</NoWarn >
18
18
</PropertyGroup >
19
19
<ItemGroup >
You can’t perform that action at this time.
0 commit comments