Skip to content

Commit

Permalink
Updated assembly info for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede committed Apr 22, 2023
1 parent 0a1feb5 commit 68552d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sources/OpenMcdf.Extensions/OpenMcdf.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>2.2.1.12</Version>
<Version>2.3.0.0</Version>
<PackageLicenseUrl>https://opensource.org/licenses/MPL-2.0</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ironfede/openmcdf</PackageProjectUrl>
<PackageIconUrl></PackageIconUrl>
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 @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("-")]
[assembly: AssemblyProduct("OpenMcdf.Extensions")]
[assembly: AssemblyCopyright("Copyright © Federico Blaseotto, 2022")]
[assembly: AssemblyCopyright("Copyright © Federico Blaseotto, 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -38,4 +38,4 @@
// http://blog.paranoidcoding.com/2016/04/05/deterministic-builds-in-roslyn.html
// and Compilers should be deterministic: same inputs generate same outputs
// https://stackoverflow.com/questions/43019832/auto-versioning-in-visual-studio-2017-net-core/46985624#46985624
[assembly: AssemblyVersion("2.2.1.12")]
[assembly: AssemblyVersion("2.3.0.0")]

0 comments on commit 68552d9

Please sign in to comment.