Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
add publish shell script
  • Loading branch information
winterleitner committed Apr 4, 2024
1 parent db63dec commit 304ead6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion KontomanagerClient/KontomanagerClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<TargetFrameworks>net5.0;net6.0;net7.0;netcoreapp3.1;netstandard2.0;net8.0</TargetFrameworks>
<PackageVersion>2.1.2</PackageVersion>
<PackageVersion>2.1.3</PackageVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down
7 changes: 7 additions & 0 deletions KontomanagerClient/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dotnet publish -c Release --framework net5.0
dotnet publish -c Release --framework net6.0
dotnet publish -c Release --framework net7.0
dotnet publish -c Release --framework net8.0
dotnet publish -c Release --framework netcoreapp3.1
dotnet publish -c Release --framework netstandard2.0
dotnet pack --include-symbols --include-source
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ The following projects seem to do the same thing as this client in other languag

# Changelog

### 04.04.2024 2.1.3
- add more information to `A1BusinessClient`, such as contract validity periods, loyalty points and customer number.
- fix bugs found in versions 2.1.0 - 2.1.2

### 03.04.2024 2.1.0
- add `ICarrierAccount` interface to introduce a common interface for all carriers
- add support for non-kontomanager MeinA1 accounts via the `A1BusinessClient`
Expand Down

0 comments on commit 304ead6

Please sign in to comment.