Skip to content

Commit 2f0600b

Browse files
committed
Bump Version and Add License in CSProj 2019 format.
1 parent 73419ca commit 2f0600b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Source/Reloaded.Injector/Reloaded.Injector.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
<Product>Reloaded</Product>
88
<Description>Advanced DLL Injector capable of injecting x86 DLLs to x86 process from x64 processes.</Description>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<PackageLicenseUrl>https://github.com/Reloaded-Project/Reloaded.Injector/blob/master/LICENSE</PackageLicenseUrl>
10+
<PackageLicenseUrl></PackageLicenseUrl>
1111
<PackageProjectUrl>https://github.com/Reloaded-Project/Reloaded.Injector</PackageProjectUrl>
1212
<PackageIconUrl>https://avatars1.githubusercontent.com/u/45473408</PackageIconUrl>
1313
<RepositoryUrl>https://github.com/Reloaded-Project/Reloaded.Injector</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
16-
<Version>1.0.2</Version>
16+
<Version>1.0.3</Version>
17+
<Copyright>LGPLV3</Copyright>
18+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1719
</PropertyGroup>
1820

1921
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -31,6 +33,10 @@
3133

3234
<ItemGroup>
3335
<None Remove="Injector.cs~RF132a383.TMP" />
36+
<None Include="..\..\LICENSE">
37+
<Pack>True</Pack>
38+
<PackagePath></PackagePath>
39+
</None>
3440
</ItemGroup>
3541

3642
<ItemGroup>

0 commit comments

Comments
 (0)