Skip to content

Commit

Permalink
Revert package id changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxantron committed Jul 20, 2023
1 parent a3a31f3 commit f0306d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Microting.Castle.Facilities.AspNetCore</PackageId>
<PackageId>Castle.Facilities.AspNetCore</PackageId>
<Title>Castle Windsor ASP.NET Core facility</Title>
<Description>Castle Windsor ASP.NET Core facility lets you easily add windsor to aspnet core apps.</Description>
<PackageTags>castle, windsor, inversionOfControl, DependencyInjection, aspnet, core</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Microting.Castle.LoggingFacility</PackageId>
<PackageId>Castle.LoggingFacility</PackageId>
<Title>Castle Windsor logging facility</Title>
<Description>Castle Windsor logging facility lets you easily inject loggers into your components. It offers integration with most popular 3rd party logging frameworks like log4net, NLog and Serilog (see Castle Core docs).</Description>
<PackageTags>castle, windsor, inversionOfControl, DependencyInjection, logging, log4net, nlog</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Microting.Castle.Windsor.Extensions.DependencyInjection</PackageId>
<PackageId>Castle.Windsor.Extensions.DependencyInjection</PackageId>
<Title>Castle Windsor extension for .NET Extensions DependencyInjection</Title>
<Description>Allows to use Castle Windsor as a container using IServiceProvider</Description>
<PackageTags>castle, windsor, inversionOfControl, DependencyInjection, aspnet, core</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Microting.Castle.Windsor.Extensions.Hosting</PackageId>
<PackageId>Castle.Windsor.Extensions.Hosting</PackageId>
<Title>Castle Windsor extension for .NET Extensions Hosting</Title>
<Description>Allows to use Castle Windsor as a container using IServiceProvider</Description>
<PackageTags>castle, windsor, inversionOfControl, DependencyInjection, aspnet, core</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/Castle.Windsor/Castle.Windsor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Microting.Castle.Windsor</PackageId>
<PackageId>Castle.Windsor</PackageId>
<Title>Castle Windsor</Title>
<Description>Castle Windsor is best of breed, mature Inversion of Control container available for .NET.</Description>
<PackageTags>castle, windsor, inversionOfControl, DependencyInjection</PackageTags>
Expand Down

0 comments on commit f0306d2

Please sign in to comment.