Skip to content

Commit

Permalink
Incrementing the version of the framework's packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Apr 19, 2023
1 parent c04418b commit 1a9f733
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<VersionPrefix>1.1.6</VersionPrefix>
<VersionPrefix>1.1.7</VersionPrefix>
<RootNamespace>Deveel</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>antonello</Authors>
<Company>Deveel</Company>
<Company>Deveel AS</Company>
<Description>An engine of the Deveel Webhooks framework that uses the Dynamic LINQ expressions to evaluate filters</Description>
<Copyright>Copyright (C) 2021-2022 Deveel</Copyright>
<Copyright>Copyright (C) 2021-2023 Deveel AS</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>deveel-logo.png</PackageIcon>
<RepositoryUrl>https://github.com/deveel/deveel.webhooks</RepositoryUrl>
Expand Down
6 changes: 3 additions & 3 deletions src/Deveel.Webhooks.Model/Deveel.Webhooks.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<VersionPrefix>1.1.6</VersionPrefix>
<VersionPrefix>1.1.7</VersionPrefix>
<RootNamespace>Deveel</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>antonello</Authors>
<Company>Deveel</Company>
<Company>Deveel AS</Company>
<Description>Abstractions defining the model of the Webhook domain within the Deveel Webhooks Framework</Description>
<Copyright>Copyright (C) 2021-2022 Deveel</Copyright>
<Copyright>Copyright (C) 2021-2023 Deveel AS</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://deveel.com</PackageProjectUrl>
<PackageIcon>deveel-logo.png</PackageIcon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<VersionPrefix>1.1.6</VersionPrefix>
<VersionPrefix>1.1.7</VersionPrefix>
<RootNamespace>Deveel</RootNamespace>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>antonello</Authors>
<Company>Deveel</Company>
<Copyright>Copyright (C) 2021-2023 Deveel</Copyright>
<Company>Deveel AS</Company>
<Copyright>Copyright (C) 2021-2023 Deveel AS</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>deveel-logo.png</PackageIcon>
<RepositoryUrl>https://github.com/deveel/deveel.webhooks</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<VersionPrefix>1.1.6</VersionPrefix>
<VersionPrefix>1.1.7</VersionPrefix>
<RootNamespace>Deveel</RootNamespace>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>antonello</Authors>
<Company>Deveel</Company>
<Copyright>Copyright (C) 2021-2022 Deveel</Copyright>
<Company>Deveel AS</Company>
<Copyright>Copyright (C) 2021-2023 Deveel AS</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>deveel-logo.png</PackageIcon>
<RepositoryUrl>https://github.com/deveel/deveel.webhooks</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<VersionPrefix>1.1.6</VersionPrefix>
<VersionPrefix>1.1.7</VersionPrefix>
<RootNamespace>Deveel</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>antonello</Authors>
<Company>Deveel</Company>
<Company>Deveel AS</Company>
<Description>An implementation of the Deveel Webhooks storage layer based on MongoDb</Description>
<Copyright>Copyright (C) 2021-2022</Copyright>
<Copyright>Copyright (C) 2021-2023 Deveel AS</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://deveel.com</PackageProjectUrl>
<PackageIcon>deveel-logo.png</PackageIcon>
Expand Down
6 changes: 3 additions & 3 deletions src/Deveel.Webhooks.Service/Deveel.Webhooks.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<VersionPrefix>1.1.6</VersionPrefix>
<VersionPrefix>1.1.7</VersionPrefix>
<RootNamespace>Deveel</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>antonello</Authors>
<Company>Deveel</Company>
<Company>Deveel AS</Company>
<Description>Abstractions and default services for the management Webhook subscriptions and their resolution</Description>
<Copyright>Copyright (C) 2021-2022 Deveel</Copyright>
<Copyright>Copyright (C) 2021-2023 Deveel AS</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://deveel.com</PackageProjectUrl>
<PackageIcon>deveel-logo.png</PackageIcon>
Expand Down
6 changes: 3 additions & 3 deletions src/Deveel.Webhooks/Deveel.Webhooks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<VersionPrefix>1.1.6</VersionPrefix>
<VersionPrefix>1.1.7</VersionPrefix>
<RootNamespace>Deveel</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>antonello</Authors>
<Company>Deveel</Company>
<Company>Deveel AS</Company>
<Description>Abstractions and utilities for the service management of webhooks senders</Description>
<Copyright>Copyright (C) 2021-2022 Deveel</Copyright>
<Copyright>Copyright (C) 2021-2023 Deveel</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>deveel-logo.png</PackageIcon>
<RepositoryUrl>https://github.com/deveel/deveel.webhooks</RepositoryUrl>
Expand Down

0 comments on commit 1a9f733

Please sign in to comment.