Skip to content

Commit

Permalink
Upgraded package dependencies
Browse files Browse the repository at this point in the history
Added initial version that targets IdentityStream.Hangfire.Console
  • Loading branch information
AnderssonPeter committed Nov 7, 2023
1 parent 6c0c283 commit 803300a
Show file tree
Hide file tree
Showing 9 changed files with 193 additions and 21 deletions.
50 changes: 50 additions & 0 deletions Hangfire.Console.Extensions.IdentityStream.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5961D8A5-E812-4224-8011-1847DCF845C7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Console.Extensions.IdentityStream", "Hangfire.Console.Extensions\Hangfire.Console.Extensions.IdentityStream.csproj", "{51179E4A-78F4-4A14-B2D0-AB9C307DCC77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Console.Extensions.Serilog.IdentityStream", "Hangfire.Console.Extensions.Serilog\Hangfire.Console.Extensions.Serilog.IdentityStream.csproj", "{054CF55E-CBEA-44AA-8319-40B3AB48CCD8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.IdentityStream", "Sample\Sample.IdentityStream.csproj", "{F38BFB8B-88CB-482C-81AC-A8DC1C379CBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWithSerilog.IdentityStream", "SampleWithSerilog\SampleWithSerilog.IdentityStream.csproj", "{1087484C-4075-41AC-B0F6-D9D7D9E90FAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51179E4A-78F4-4A14-B2D0-AB9C307DCC77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51179E4A-78F4-4A14-B2D0-AB9C307DCC77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51179E4A-78F4-4A14-B2D0-AB9C307DCC77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51179E4A-78F4-4A14-B2D0-AB9C307DCC77}.Release|Any CPU.Build.0 = Release|Any CPU
{054CF55E-CBEA-44AA-8319-40B3AB48CCD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{054CF55E-CBEA-44AA-8319-40B3AB48CCD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{054CF55E-CBEA-44AA-8319-40B3AB48CCD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{054CF55E-CBEA-44AA-8319-40B3AB48CCD8}.Release|Any CPU.Build.0 = Release|Any CPU
{F38BFB8B-88CB-482C-81AC-A8DC1C379CBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F38BFB8B-88CB-482C-81AC-A8DC1C379CBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F38BFB8B-88CB-482C-81AC-A8DC1C379CBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F38BFB8B-88CB-482C-81AC-A8DC1C379CBD}.Release|Any CPU.Build.0 = Release|Any CPU
{1087484C-4075-41AC-B0F6-D9D7D9E90FAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1087484C-4075-41AC-B0F6-D9D7D9E90FAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1087484C-4075-41AC-B0F6-D9D7D9E90FAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1087484C-4075-41AC-B0F6-D9D7D9E90FAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D429357E-6D01-4180-A32B-391F9DF1FD12}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Hangfire.Console.Extensions.Serilog.IdentityStream</AssemblyName>
<Company />
<Authors>Peter Andersson</Authors>
<PackageLicenseExpression></PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Description>Makes it easier to use Hangfire.Console with serilog</Description>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/AnderssonPeter/Hangfire.Console.Extensions</PackageProjectUrl>
<RepositoryUrl>https://github.com/AnderssonPeter/Hangfire.Console.Extensions</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>Hangfire Hangfire.Console Serilog</PackageTags>
<Version>1.0.0</Version>
<PackageReleaseNotes>
* Initial release targeting IdentityStream.Hangfire.Console
</PackageReleaseNotes>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="IdentityStream.Hangfire.Console" Version="2.0.0" />
<PackageReference Include="Serilog" Version="3.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Hangfire.Console.Extensions\Hangfire.Console.Extensions.IdentityStream.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
<RepositoryUrl>https://github.com/AnderssonPeter/Hangfire.Console.Extensions</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>Hangfire Hangfire.Console Serilog</PackageTags>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<PackageReleaseNotes>
1.2.0
* Upgraded package dependencies
1.1.0
* Added IRecurringJobManager.AddOrUpdateManuallyTriggered
* Added StartAndWaitAsync overload without result
Expand Down Expand Up @@ -44,7 +46,7 @@

<ItemGroup>
<PackageReference Include="Hangfire.Console" Version="1.4.2" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog" Version="3.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Hangfire.Console.Extensions.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5961D8A5-E812-4224-8011-1847DCF845C7}"
ProjectSection(SolutionItems) = preProject
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Hangfire.Console.Extensions.IdentityStream</AssemblyName>
<Company />
<Authors>Peter Andersson</Authors>
<PackageLicenseExpression></PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Description>Makes it easier to use Hangfire.Console with .net core dependency injection</Description>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/AnderssonPeter/Hangfire.Console.Extensions</PackageProjectUrl>
<RepositoryUrl>https://github.com/AnderssonPeter/Hangfire.Console.Extensions</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>Hangfire Hangfire.Console</PackageTags>
<Version>1.0.0</Version>
<PackageReleaseNotes>
* Initial release targeting IdentityStream.Hangfire.Console
</PackageReleaseNotes>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IdentityStream.Hangfire.Console" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
32 changes: 17 additions & 15 deletions Hangfire.Console.Extensions/Hangfire.Console.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,30 @@
<RepositoryUrl>https://github.com/AnderssonPeter/Hangfire.Console.Extensions</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>Hangfire Hangfire.Console</PackageTags>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<PackageReleaseNotes>
1.1.0
* Added IRecurringJobManager.AddOrUpdateManuallyTriggered
* Added StartAndWaitAsync overload without result
* Fixed bug in StartAndWaitAsync (y-weiner found and fixed it)
1.0.5
* Upgraded dependencies
1.0.4
* Fixed issue that caused the first job to not log to hangfire console.
1.0.3
* Fixed issue when using both Hangfire.Console.Extensions and Hangfire.Console.Extensions.Serilog
1.0.2
* Added support for getting the PerformingContext with the constructor.</PackageReleaseNotes>
1.2.0
* Upgraded package dependencies
1.1.0
* Added IRecurringJobManager.AddOrUpdateManuallyTriggered
* Added StartAndWaitAsync overload without result
* Fixed bug in StartAndWaitAsync (y-weiner found and fixed it)
1.0.5
* Upgraded dependencies
1.0.4
* Fixed issue that caused the first job to not log to hangfire console.
1.0.3
* Fixed issue when using both Hangfire.Console.Extensions and Hangfire.Console.Extensions.Serilog
1.0.2
* Added support for getting the PerformingContext with the constructor.</PackageReleaseNotes>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hangfire.Console" Version="1.4.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
17 changes: 17 additions & 0 deletions Sample/Sample.IdentityStream.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.6" />
<PackageReference Include="IdentityStream.Hangfire.Console" Version="2.0.0" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Hangfire.Console.Extensions\Hangfire.Console.Extensions.IdentityStream.csproj" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hangfire.AspNetCore" Version="1.7.27" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.6" />
<PackageReference Include="Hangfire.Console" Version="1.4.2" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.7.0" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down
22 changes: 22 additions & 0 deletions SampleWithSerilog/SampleWithSerilog.IdentityStream.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.6" />
<PackageReference Include="IdentityStream.Hangfire.Console" Version="2.0.0" />
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.1" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Hangfire.Console.Extensions\Hangfire.Console.Extensions.IdentityStream.csproj" />
</ItemGroup>

</Project>

0 comments on commit 803300a

Please sign in to comment.