Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version upgrade to 2.2.0 #270

Merged
merged 6 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,15 @@ KNet is a comprehensive .NET suite for [Apache Kafka](https://kafka.apache.org/)
[![CodeQL](https://github.com/masesgroup/KNet/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/masesgroup/KNet/actions/workflows/codeql-analysis.yml)
[![CI_RELEASE](https://github.com/masesgroup/KNet/actions/workflows/release.yaml/badge.svg)](https://github.com/masesgroup/KNet/actions/workflows/release.yaml)

### Disclaimer
### Project disclaimer

<em>
<p>
KNet is a suite for Apache Kafka, curated by MASES Group, can be supported by the open-source community.
Its primary scope is to supports other, public or internal, MASES Group projects: Open-source community can use and support this project, moreover there is a dedicated community subscription plan.
</p>
<p>
The release cycle depends from Apache Kafka release, critical discovered issues and/or enhancement requested from this or other projects.
</p>
<p>

Its primary scope is to support other, public or internal, MASES Group projects: open-source community and commercial entities can use it for their needs and support this project, moreover there are dedicated community and commercial subscription plans.

The repository code and releases may contain bugs, the release cycle depends from Apache Kafka release cycle, critical discovered issues and/or enhancement requested from this or other projects.

Looking for the help of Apache Kafka experts? MASES Group can help you design, build, deploy, and manage Apache Kafka clusters and streaming applications.
</p>
</em>

---

Expand Down
17 changes: 6 additions & 11 deletions src/documentation/articles/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,15 @@ KNet is a comprehensive .NET suite for [Apache Kafka](https://kafka.apache.org/)
[![CodeQL](https://github.com/masesgroup/KNet/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/masesgroup/KNet/actions/workflows/codeql-analysis.yml)
[![CI_RELEASE](https://github.com/masesgroup/KNet/actions/workflows/release.yaml/badge.svg)](https://github.com/masesgroup/KNet/actions/workflows/release.yaml)

### Disclaimer
### Project disclaimer

<em>
<p>
KNet is a suite for Apache Kafka, curated by MASES Group, can be supported by the open-source community.
Its primary scope is to supports other, public or internal, MASES Group projects: Open-source community can use and support this project, moreover there is a dedicated community subscription plan.
</p>
<p>
The release cycle depends from Apache Kafka release, critical discovered issues and/or enhancement requested from this or other projects.
</p>
<p>

Its primary scope is to support other, public or internal, MASES Group projects: open-source community and commercial entities can use it for their needs and support this project, moreover there are dedicated community and commercial subscription plans.

The repository code and releases may contain bugs, the release cycle depends from Apache Kafka release cycle, critical discovered issues and/or enhancement requested from this or other projects.

Looking for the help of Apache Kafka experts? MASES Group can help you design, build, deploy, and manage Apache Kafka clusters and streaming applications.
</p>
</em>

---

Expand Down
17 changes: 6 additions & 11 deletions src/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,15 @@ KNet is a comprehensive .NET suite for [Apache Kafka](https://kafka.apache.org/)
|:---: |:---: |:---: |:---: |:---: |
|[![KNet nuget](https://img.shields.io/nuget/v/MASES.KNet)](https://www.nuget.org/packages/MASES.KNet) [![downloads](https://img.shields.io/nuget/dt/MASES.KNet)](https://www.nuget.org/packages/MASES.KNet) | [![KNetCLI nuget](https://img.shields.io/nuget/v/MASES.KNetCLI)](https://www.nuget.org/packages/MASES.KNetCLI) [![downloads](https://img.shields.io/nuget/dt/MASES.KNetCLI)](https://www.nuget.org/packages/MASES.KNetCLI) | [![KNet.Templates nuget](https://img.shields.io/nuget/v/MASES.KNet.Templates)](https://www.nuget.org/packages/MASES.KNet.Templates) [![downloads](https://img.shields.io/nuget/dt/MASES.KNet.Templates)](https://www.nuget.org/packages/MASES.KNet.Templates)| [![KNetPS](https://img.shields.io/powershellgallery/v/MASES.KNetPS.svg?style=flat-square&label=MASES.KNetPS)](https://www.powershellgallery.com/packages/MASES.KNetPS/)| [![KNetConnect nuget](https://img.shields.io/nuget/v/MASES.KNetConnect)](https://www.nuget.org/packages/MASES.KNetConnect) [![downloads](https://img.shields.io/nuget/dt/MASES.KNetConnect)](https://www.nuget.org/packages/MASES.KNetConnect) |

### Disclaimer
### Project disclaimer

<em>
<p>
KNet is a suite for Apache Kafka, curated by MASES Group, can be supported by the open-source community.
Its primary scope is to supports other, public or internal, MASES Group projects: Open-source community can use and support this project, moreover there is a dedicated community subscription plan.
</p>
<p>
The release cycle depends from Apache Kafka release, critical discovered issues and/or enhancement requested from this or other projects.
</p>
<p>

Its primary scope is to support other, public or internal, MASES Group projects: open-source community and commercial entities can use it for their needs and support this project, moreover there are dedicated community and commercial subscription plans.

The repository code and releases may contain bugs, the release cycle depends from Apache Kafka release cycle, critical discovered issues and/or enhancement requested from this or other projects.

Looking for the help of Apache Kafka experts? MASES Group can help you design, build, deploy, and manage Apache Kafka clusters and streaming applications.
</p>
</em>

---

Expand Down
2 changes: 1 addition & 1 deletion src/java/knet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<maven.compiler.target>11</maven.compiler.target>
<classpathfile>${basedir}/classpathfile.classpath</classpathfile>
<kafkaVersion>3.6.0</kafkaVersion>
<knetVersion>2.1.3.0</knetVersion>
<knetVersion>2.2.0.0</knetVersion>
<jcobridgeVersion>2.5.8</jcobridgeVersion>
</properties>
<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/net/Common/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Owners>MASES s.r.l.</Owners>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>2.1.3.0</Version>
<Version>2.2.0.0</Version>
<LangVersion>latest</LangVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetCLI/KNetCLI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MASES.KNetCLI</id>
<version>2.1.3</version>
<version>2.2.0</version>
<title>KNet command line interface - .NET suite for Apache Kafka</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetConnect/KNetConnect.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MASES.KNetConnect</id>
<version>2.1.3</version>
<version>2.2.0</version>
<title>KNet Connect SDK command line interface - .NET suite for Apache Kafka</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetPS/MASES.KNetPS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

RootModule = 'MASES.KNetPS.psm1'

ModuleVersion = '2.1.3'
ModuleVersion = '2.2.0'

# CompatiblePSEditions = @()

Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetPS/MASES.KNetPSCore.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ModuleToProcess = 'MASES.KNetPS.dll'

# Version number of this module.
ModuleVersion = '2.1.3'
ModuleVersion = '2.2.0'

# ID used to uniquely identify this module
GUID = 'F7C13891-7BC6-4025-ACF5-04509852F87D'
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetPS/MASES.KNetPSFramework.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ModuleToProcess = 'MASES.KNetPS.dll'

# Version number of this module.
ModuleVersion = '2.1.3'
ModuleVersion = '2.2.0'

# ID used to uniquely identify this module
GUID = '5E883DB0-584F-4F8E-8D65-2AAB24B491D8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KNet\KNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.KNet" Version="2.1.3" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.KNet" Version="2.2.0" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
<ItemGroup>
<None Update="connect-knet-sink.properties">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KNet\KNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.KNet" Version="2.1.3" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.KNet" Version="2.2.0" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
<ItemGroup>
<None Update="connect-knet-source.properties">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KNet\KNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.KNet" Version="2.1.3" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.KNet" Version="2.2.0" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KNet\KNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.KNet" Version="2.1.3" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.KNet" Version="2.2.0" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>
<ItemGroup Condition="!Exists('..\..\..\KNet\KNet.csproj')">
<!--Outside GitHub repo-->
<PackageReference Include="MASES.KNet" Version="2.1.3" IncludeAssets="All" PrivateAssets="None" />
<PackageReference Include="MASES.KNet" Version="2.2.0" IncludeAssets="All" PrivateAssets="None" />
</ItemGroup>
</Project>