File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Write-Host "Building LzString..." -ForegroundColor Green
6
6
# ==================================== Setup
7
7
8
8
Install-Module VSSetup - Scope CurrentUser
9
- $MSBuildExe = " $ ( (Get-VSSetupInstance ).InstallationPath) \MSBuild\15.0 \Bin\MSBuild.exe"
9
+ $MSBuildExe = " $ ( (Get-VSSetupInstance ).InstallationPath) \MSBuild\Current \Bin\MSBuild.exe"
10
10
If (-not (Test-Path $MSBuildExe )) {
11
11
Throw " Could not find MSBuild 15.0"
12
12
}
Original file line number Diff line number Diff line change 5
5
<Description >LZ String C# Compression Library</Description >
6
6
<RepositoryUrl >https://github.com/jawa-the-hutt/lz-string-csharp</RepositoryUrl >
7
7
<PackageProjectUrl >https://github.com/jawa-the-hutt/lz-string-csharp</PackageProjectUrl >
8
- <PackageLicenseUrl >https://github.com/jawa-the-hutt/lz-string-csharp/blob/master/LICENSE </PackageLicenseUrl >
8
+ <PackageLicenseUrl ></PackageLicenseUrl >
9
9
<RepositoryType >git</RepositoryType >
10
10
<PackageTags >lz-string, compression</PackageTags >
11
- <AssemblyVersion >1.3 .0.0</AssemblyVersion >
12
- <FileVersion >1.3 .0.0</FileVersion >
11
+ <AssemblyVersion >1.4 .0.0</AssemblyVersion >
12
+ <FileVersion >1.4 .0.0</FileVersion >
13
13
<Company />
14
14
<Copyright >Copyright jawa-the-hutt © 2017</Copyright >
15
15
<Product >LZStringCSharp</Product >
16
16
<Authors >jawa-the-hutt, christianrondeau</Authors >
17
- <Version >1.3 .0</Version >
17
+ <Version >1.4 .0</Version >
18
18
<PackageId >LZStringCSharp</PackageId >
19
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
20
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
19
21
</PropertyGroup >
20
22
23
+ <ItemGroup >
24
+ <None Include =" ..\LICENSE" >
25
+ <Pack >True</Pack >
26
+ <PackagePath ></PackagePath >
27
+ </None >
28
+ </ItemGroup >
29
+
21
30
</Project >
You can’t perform that action at this time.
0 commit comments