Skip to content

Commit

Permalink
fix version number in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Nov 13, 2018
1 parent 355310a commit f4c014f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@
<TargetFramework>netstandard1.0</TargetFramework>

<NuspecFile>$(MSBuildThisFileDirectory)$(MSBuildProjectName).nuspec</NuspecFile>
<NuspecProperties>PackageVersion=$(VersionPrefix)-$(VersionSuffix);Configuration=$(Configuration);LicenseUrl=$(PackageLicenseUrl);Authors=$(Authors);Owners=$(Owners);CopyrightNotice=$(Copyright);ProjectSiteUrl=$(PackageProjectUrl);ReleaseNotes=$(PackageReleaseNotes);RequireLicenseAcceptance=$(PackageRequireLicenseAcceptance)</NuspecProperties>
<NuspecProperties>PackageVersion=$(PackageVersion);Configuration=$(Configuration);LicenseUrl=$(PackageLicenseUrl);Authors=$(Authors);Owners=$(Owners);CopyrightNotice=$(Copyright);ProjectSiteUrl=$(PackageProjectUrl);ReleaseNotes=$(PackageReleaseNotes);RequireLicenseAcceptance=$(PackageRequireLicenseAcceptance)</NuspecProperties>
<NuspecBasePath>$(OutputPath)</NuspecBasePath>

<!-- Suppress the DLL from the package -->
Expand Down

0 comments on commit f4c014f

Please sign in to comment.