Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
customs-il committed Aug 21, 2024
1 parent a32b8c7 commit 2ad78c9
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion generic jobs/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Planar.Job" Version="1.7.5.2" />
<PackageReference Include="Planar.Job" Version="1.7.6" />
<PackageReference Include="Polly" Version="8.4.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Client/Planar.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.7.5.2</Version>
<Version>1.7.6</Version>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Common/Planar.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Hook.Test/Planar.Hook.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.7.5.2</Version>
<Version>1.7.6</Version>
<Description>Library for writing unit tests for Planar jobs monitor hooks</Description>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Hook/Planar.Hook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.7.5.2</Version>
<Version>1.7.6</Version>
<Description>Library for writing monitor hooks for Planar jobs</Description>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Job.Test/Planar.Job.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.7.5.2</Version>
<Version>1.7.6</Version>
<Description>Library for writing DotNet unit tests for Planar jobs</Description>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion nuget packages/Planar.Job/Planar.Job.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
<RootNamespace>DatabaseMigrations</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion src/DatabaseMigrations/DatabaseMigrations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Hooks/Planar.Hooks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
</PropertyGroup>

<ItemGroup>
Expand All @@ -28,7 +28,7 @@
<ItemGroup>
<PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.8.0" />
<PackageReference Include="MailKit" Version="4.7.1.1" />
<PackageReference Include="Planar.Hook" Version="1.7.5.2" />
<PackageReference Include="Planar.Hook" Version="1.7.6" />
<PackageReference Include="StackExchange.Redis" Version="2.8.0" />
<PackageReference Include="Twilio" Version="7.2.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/CommonJob/CommonJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/PlanarJob/PlanarJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/PowerShellJob/PowerShellJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/ProcessJob/ProcessJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/RestJob/RestJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/SqlJob/SqlJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Jobs/SqlTableReportJob/SqlTableReportJob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Planar.API.Common/Planar.API.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Planar.API.Common</RootNamespace>
<AssemblyName>Planar.API.Common</AssemblyName>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion src/Planar.CLI/Planar.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>planar-cli</AssemblyName>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
<StartupObject>Planar.CLI.Program</StartupObject>
<Nullable>enable</Nullable>

Expand Down
2 changes: 1 addition & 1 deletion src/Planar.Common/Planar.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>Planar.Common</AssemblyName>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion src/Planar.Service/Planar.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Planar.Test/Planar.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion src/Planar/Planar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<BaseOutputPath>bin</BaseOutputPath>
<Version>1.7.5</Version>
<Version>1.7.6</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU1803</NoWarn>
Expand Down

0 comments on commit 2ad78c9

Please sign in to comment.