Skip to content

Commit d322ed0

Browse files
committed
Update Nuget resources
1 parent 7f5655d commit d322ed0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
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.2</FileVersion>
4+
<FileVersion>0.3.1.3</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>$(MSBuildThisFileDirectory)Icon.png</PackageIcon>
12+
<PackageIcon>Icon.png</PackageIcon>
1313
<PackageCopyright>Copyright 2025</PackageCopyright>
1414
<PackageTags>dotnet localization resx resw plural pluralization</PackageTags>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageReadmeFile>$(MSBuildThisFileDirectory)README.md</PackageReadmeFile>
16+
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<NoWarn>NU5128</NoWarn>
1818
</PropertyGroup>
1919
<ItemGroup>
2020
<!-- Include the built DLL as an analyzer -->
2121
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs"/>
2222
<!-- Package metadata -->
23-
<None Include="$(MSBuildThisFileDirectory)Icon.png" Pack="true" PackagePath=""/>
24-
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath=""/>
23+
<None Include="..\..\nuget\Icon.png" Pack="true" PackagePath=""/>
24+
<None Include="..\..\nuget\README.md" Pack="true" PackagePath=""/>
2525
<!-- Include target files for MSBuild -->
26-
<None Include="$(MSBuildThisFileDirectory)ReswPlus.targets" PackagePath="buildTransitive/" Pack="true"/>
27-
<None Include="$(MSBuildThisFileDirectory)ReswPlus.targets" PackagePath="build/" Pack="true"/>
26+
<None Include="..\..\nuget\ReswPlus.targets" PackagePath="buildTransitive/" Pack="true"/>
27+
<None Include="..\..\nuget\ReswPlus.targets" PackagePath="build/" Pack="true"/>
2828
</ItemGroup>
2929
</Project>

src/ReswPlus.SourceGenerator/ReswPlus.SourceGenerator.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@
5757
</ItemGroup>
5858
<Import Project="..\ReswPlus.Shared\ReswPlus.Shared.projitems" Label="Shared" />
5959
</Project>
60+

0 commit comments

Comments
 (0)