Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Commit 36305f6

Browse files
committed
consolidating NuGet package information and assembly info
1 parent 9e8789a commit 36305f6

File tree

5 files changed

+31
-27
lines changed

5 files changed

+31
-27
lines changed

src/net40/OpenMcdf.Extensions/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@
77
// set of attributes. Change these attribute values to modify the information
88
// associated with an assembly.
99
[assembly: AssemblyTitle("OpenMcdf.Extensions")]
10-
[assembly: AssemblyDescription("")]
11-
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("-")]
13-
[assembly: AssemblyProduct("OpenMcdf.Extensions")]
14-
[assembly: AssemblyCopyright("Copyright © Federico Blaseotto, 2015")]
15-
[assembly: AssemblyTrademark("")]
16-
[assembly: AssemblyCulture("")]
10+
[assembly: AssemblyDescription("MS Compound File Storage .NET Implementation")]
11+
[assembly: AssemblyCompany("Federico Blaseotto, Zhmayev Yaroslav")]
12+
[assembly: AssemblyProduct("OpenMcdf 2.0")]
13+
[assembly: AssemblyCopyright("Copyright © 2010-2015, Federico Blaseotto; 2016-2017 Zhmayev Yaroslav")]
1714

1815
// Setting ComVisible to false makes the types in this assembly not visible
1916
// to COM components. If you need to access a type in this assembly from

src/net40/OpenMcdf/OpenMcdf.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
<Copyright>$(AssemblyCopyright)</Copyright>
8383
<Description>$(AssemblyDescription)</Description>
8484
<NeutralLanguage>en</NeutralLanguage>
85-
<PackageTags>Revit, Metadata, Thumbnail, Parameters, PartAtom, OLE</PackageTags>
86-
<PackageLicenseUrl>https://github.com/CodeCavePro/revit-toolkit/master/LICENSE.txt</PackageLicenseUrl>
85+
<PackageTags>Structured Storage, Compound file, Mono, OLE</PackageTags>
86+
<PackageLicenseUrl>https://raw.githubusercontent.com/CodeCavePro/OpenMCDF/master/LICENSE.md</PackageLicenseUrl>
8787
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
88-
<PackageProjectUrl>https://github.com/CodeCavePro/revit-toolkit</PackageProjectUrl>
89-
<RepositoryUrl>https://github.com/CodeCavePro/revit-toolkit</RepositoryUrl>
88+
<PackageProjectUrl>https://github.com/codecavepro/OpenMcdf</PackageProjectUrl>
89+
<RepositoryUrl>https://github.com/codecavepro/OpenMcdf</RepositoryUrl>
9090
<RepositoryType>Git</RepositoryType>
9191
</PropertyGroup>
9292
<ItemGroup>

src/net40/OpenMcdf/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@
88
// associated with an assembly.
99
[assembly: AssemblyTitle("OpenMcdf")]
1010
[assembly: AssemblyDescription("MS Compound File Storage .NET Implementation")]
11-
[assembly: AssemblyConfiguration("")]
12-
[assembly: AssemblyCompany("Federico Blaseotto")]
11+
[assembly: AssemblyCompany("Federico Blaseotto, Zhmayev Yaroslav")]
1312
[assembly: AssemblyProduct("OpenMcdf 2.0")]
14-
[assembly: AssemblyCopyright("Copyright © 2010-2015, Federico Blaseotto")]
15-
[assembly: AssemblyTrademark("")]
16-
[assembly: AssemblyCulture("")]
13+
[assembly: AssemblyCopyright("Copyright © 2010-2015, Federico Blaseotto; 2016-2017 Zhmayev Yaroslav")]
1714

1815
// Setting ComVisible to false makes the types in this assembly not visible
1916
// to COM components. If you need to access a type in this assembly from

src/netstandard20/OpenMcdf.Extensions/OpenMcdf.Extensions.csproj

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
5+
<PackageId>OpenMcdf-2.Extensions</PackageId>
6+
<Product>OpenMcdf-2</Product>
47
<TargetFrameworks>netstandard1.6;netstandard2.0;net461</TargetFrameworks>
58
<RuntimeFrameworkVersion>2.0.3</RuntimeFrameworkVersion>
69
<RootNamespace>OpenMcdf.Extensions</RootNamespace>
710
<AssemblyName>OpenMcdf.Extensions</AssemblyName>
811
<Description>MS Compound File Storage .NET Implementation</Description>
912
<Company>Federico Blaseotto</Company>
10-
<Copyright>Copyright © 2010-2015, Federico Blaseotto; 2016-2017 Zhmayev Yaroslav</Copyright>
11-
<Version>2.0.4</Version>
1213
<Authors>Federico Blaseotto, Zhmayev Yaroslav</Authors>
13-
<AssemblyVersion>2.0.4.0</AssemblyVersion>
14-
<FileVersion>2.0.4.0</FileVersion>
14+
<Copyright>Copyright © 2010-2015, Federico Blaseotto; 2016-2017 Zhmayev Yaroslav</Copyright>
15+
<Version>2.0.7</Version>
16+
<AssemblyVersion>2.0.7.0</AssemblyVersion>
17+
<FileVersion>2.0.7.0</FileVersion>
1518
<NeutralLanguage>en</NeutralLanguage>
19+
<PackageLicenseUrl>https://raw.githubusercontent.com/CodeCavePro/OpenMCDF/master/LICENSE.md</PackageLicenseUrl>
20+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1621
<PackageProjectUrl>https://github.com/CodeCavePro/OpenMCDF</PackageProjectUrl>
1722
<RepositoryUrl>https://github.com/CodeCavePro/OpenMCDF</RepositoryUrl>
18-
<PackageLicenseUrl>https://raw.githubusercontent.com/CodeCavePro/OpenMCDF/master/LICENSE.md</PackageLicenseUrl>
1923
<RepositoryType>Git</RepositoryType>
20-
<PackageTags>Structured Storage Compound file Mono</PackageTags>
24+
<PackageTags>Structured Storage, Compound file, Mono, OLE</PackageTags>
2125
<ApplicationIcon />
2226
<OutputTypeEx>library</OutputTypeEx>
2327
<StartupObject />
24-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2528
</PropertyGroup>
2629

2730
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

src/netstandard20/OpenMcdf/OpenMcdf.csproj

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5+
<PackageId>OpenMcdf-2.NetStandard</PackageId>
6+
<Product>OpenMcdf-2</Product>
47
<TargetFrameworks>netstandard1.6;netstandard2.0;net461</TargetFrameworks>
58
<RuntimeFrameworkVersion>2.0.3</RuntimeFrameworkVersion>
69
<RootNamespace>OpenMcdf</RootNamespace>
@@ -9,15 +12,19 @@
912
<Company>Federico Blaseotto</Company>
1013
<Authors>Federico Blaseotto, Zhmayev Yaroslav</Authors>
1114
<Copyright>Copyright © 2010-2015, Federico Blaseotto; 2016-2017 Zhmayev Yaroslav</Copyright>
12-
<Version>2.0.5</Version>
13-
<AssemblyVersion>2.0.5.0</AssemblyVersion>
14-
<FileVersion>2.0.5.0</FileVersion>
15+
<Version>2.0.7</Version>
16+
<AssemblyVersion>2.0.7.0</AssemblyVersion>
17+
<FileVersion>2.0.7.0</FileVersion>
1518
<NeutralLanguage>en</NeutralLanguage>
1619
<PackageLicenseUrl>https://raw.githubusercontent.com/CodeCavePro/OpenMCDF/master/LICENSE.md</PackageLicenseUrl>
20+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1721
<PackageProjectUrl>https://github.com/CodeCavePro/OpenMCDF</PackageProjectUrl>
1822
<RepositoryUrl>https://github.com/CodeCavePro/OpenMCDF</RepositoryUrl>
1923
<RepositoryType>Git</RepositoryType>
20-
<PackageTags>Structured Storage Compound file Mono</PackageTags>
24+
<PackageTags>Structured Storage, Compound file, Mono, OLE</PackageTags>
25+
<ApplicationIcon />
26+
<OutputTypeEx>library</OutputTypeEx>
27+
<StartupObject />
2128
</PropertyGroup>
2229

2330
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)