File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
src/ReswPlus.SourceGenerator Expand file tree Collapse file tree 2 files changed +8
-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.2 </FileVersion >
4
+ <FileVersion >0.3.1.3 </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 >$(MSBuildThisFileDirectory) Icon.png</PackageIcon >
12
+ <PackageIcon >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 >$(MSBuildThisFileDirectory) README.md</PackageReadmeFile >
16
+ <PackageReadmeFile >README.md</PackageReadmeFile >
17
17
<NoWarn >NU5128</NoWarn >
18
18
</PropertyGroup >
19
19
<ItemGroup >
Original file line number Diff line number Diff line change 52
52
<EmbeddedResource Include =" Templates\Plurals\ZeroToOneProvider.txt" />
53
53
<EmbeddedResource Include =" Templates\Plurals\ZeroToTwoExcludedProvider.txt" />
54
54
</ItemGroup >
55
+ <ItemGroup >
56
+ <None Include =" ..\..\nuget\Icon.png" Pack =" true" PackagePath =" " />
57
+ <None Include =" ..\..\nuget\README.md" Pack =" true" PackagePath =" " />
58
+ </ItemGroup >
55
59
<ItemGroup >
56
60
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12.0" PrivateAssets =" all" />
57
61
</ItemGroup >
58
62
<Import Project =" ..\ReswPlus.Shared\ReswPlus.Shared.projitems" Label =" Shared" />
59
63
</Project >
64
+
You can’t perform that action at this time.
0 commit comments