Skip to content

Commit

Permalink
Added nuget package build for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede committed Oct 6, 2018
1 parent 9a7351b commit 6e03dc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion sources/OpenMcdf.Extensions/OpenMcdf.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>OpenMcdf.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>2.2.1.2</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>
<RepositoryUrl>https://github.com/ironfede/openmcdf</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OpenMcdf\OpenMcdf.csproj" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions sources/OpenMcdf.Extensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("OpenMcdf.Extensions")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("System.IO.Stream integration for OpenMcdf")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("-")]
[assembly: AssemblyProduct("OpenMcdf.Extensions")]
[assembly: AssemblyCopyright("Copyright © Federico Blaseotto, 2015")]
[assembly: AssemblyCopyright("Copyright © Federico Blaseotto, 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 6e03dc5

Please sign in to comment.