File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5
5
- main
6
6
jobs :
7
7
build :
8
- name : SonarScanner
8
+ name : Publish on Nuget
9
9
runs-on : windows-latest
10
10
steps :
11
11
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<PackageId >CSharpDiff</PackageId >
7
- <Version >0.0.2 </Version >
7
+ <Version >0.0.3 </Version >
8
8
<Authors >ThomasHambach</Authors >
9
9
<Description >
10
10
Unified Diff support for .NET. Based on the popular library JSDIFF.
11
11
</Description >
12
12
<PackageTags >Diff;UniDiff;Line Diff;Unified Diff</PackageTags >
13
13
<PackageLicenseExpression >MIT</PackageLicenseExpression >
14
+ <PackageReadmeFile >..\README.md</PackageReadmeFile >
14
15
15
16
</PropertyGroup >
17
+ <ItemGroup >
18
+ <None Include =" ..\README.md" Pack =" true" PackagePath =" \" />
19
+ </ItemGroup >
16
20
17
21
</Project >
You can’t perform that action at this time.
0 commit comments