Skip to content

Commit 7f5655d

Browse files
committed
Update Nuget Props (#42)
1 parent 7c05f59 commit 7f5655d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nuget/ReswPlus.SourceGenerator.NugetPackage.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<FileVersion>0.3.1.1</FileVersion>
4+
<FileVersion>0.3.1.2</FileVersion>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Title>ReswPlus - Source Generator</Title>
77
<PackageId>ReswPlus</PackageId>
88
<Version>$(FileVersion)</Version>
99
<Authors>Rudy Huyn</Authors>
1010
<Description>ReswPlus - Source Generator for Resw files</Description>
1111
<PackageProjectUrl>https://github.com/reswplus/ReswPlus/</PackageProjectUrl>
12-
<PackageIcon>Icon.png</PackageIcon>
12+
<PackageIcon>$(MSBuildThisFileDirectory)Icon.png</PackageIcon>
1313
<PackageCopyright>Copyright 2025</PackageCopyright>
1414
<PackageTags>dotnet localization resx resw plural pluralization</PackageTags>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageReadmeFile>README.md</PackageReadmeFile>
16+
<PackageReadmeFile>$(MSBuildThisFileDirectory)README.md</PackageReadmeFile>
1717
<NoWarn>NU5128</NoWarn>
1818
</PropertyGroup>
1919
<ItemGroup>

0 commit comments

Comments
 (0)