Skip to content

Commit

Permalink
Add symbol package format and license expression
Browse files Browse the repository at this point in the history
Updated multiple .csproj files to include <SymbolPackageFormat>snupkg</SymbolPackageFormat> property, specifying the format for symbol packages. Updated Directory.Build.props to include <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> property, specifying the license for the package using the SPDX license expression.
  • Loading branch information
majorsilence committed Feb 18, 2025
1 parent 57f6c13 commit bb2ed86
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions DataProviders/Majorsilence.Reporting.DataProviders.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Configurations>Debug;Release;Debug-DrawingCompat;Release-DrawingCompat</Configurations>
<TargetFrameworks>net8.0</TargetFrameworks>
<WarningsAsErrors>4014</WarningsAsErrors>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<Reference Update="System">
Expand Down
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
<Product>Majorsilence Reporting</Product>
<Copyright>Copyright © 2004-2008 fyiReporting Software, LLC, Majorsilence Reporting Devs 2025</Copyright>
<LangVersion>latest</LangVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<Configurations>Debug;Release;Debug-DrawingCompat</Configurations>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions RdlCreator/Majorsilence.Reporting.RdlCreator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Configurations>Debug;Release;Debug-DrawingCompat</Configurations>
<TargetFrameworks>net8.0</TargetFrameworks>
<WarningsAsErrors>4014</WarningsAsErrors>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DataProviders\Majorsilence.Reporting.DataProviders.csproj" />
Expand Down
1 change: 1 addition & 0 deletions RdlCri/Majorsilence.Reporting.RdlCri.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<Configurations>Debug;Release;Debug-DrawingCompat;Release-DrawingCompat</Configurations>
<TargetFrameworks>net8.0</TargetFrameworks>
<WarningsAsErrors>4014</WarningsAsErrors>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\RdlEngine\Majorsilence.Reporting.RdlEngine.csproj" />
Expand Down
1 change: 1 addition & 0 deletions RdlEngine/Majorsilence.Reporting.RdlEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Configurations>Debug;Release;Debug-DrawingCompat</Configurations>
<TargetFrameworks>net8.0</TargetFrameworks>
<WarningsAsErrors>4014</WarningsAsErrors>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<Reference Update="System">
Expand Down
1 change: 1 addition & 0 deletions RdlGtk3/Majorsilence.Reporting.RdlGtk3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Configurations>Debug;Release;Debug-DrawingCompat</Configurations>
<TargetFrameworks>net8.0</TargetFrameworks>
<WarningsAsErrors>4014</WarningsAsErrors>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" />
Expand Down

0 comments on commit bb2ed86

Please sign in to comment.