Skip to content

Commit

Permalink
Fixed extensions assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede committed Jul 21, 2020
1 parent 9e51d18 commit abbd985
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sources/OpenMcdf.Extensions/OpenMcdf.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
<Configurations>Debug;Release</Configurations>
<SignAssembly>true</SignAssembly>
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSource>true</IncludeSource>
<AssemblyOriginatorKeyFile>OpenMcdf.snk</AssemblyOriginatorKeyFile>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
Expand Down Expand Up @@ -50,7 +55,7 @@
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>2.2.1.4</Version>
<Version>2.2.1.5</Version>
<PackageLicenseUrl>https://opensource.org/licenses/MPL-2.0</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ironfede/openmcdf</PackageProjectUrl>
<PackageIconUrl>http://a.fsdn.com/allura/p/openmcdf/icon</PackageIconUrl>
Expand Down

0 comments on commit abbd985

Please sign in to comment.