Skip to content

Commit

Permalink
[Add] package readme
Browse files Browse the repository at this point in the history
[Bump] to version 0.17.1
  • Loading branch information
samatrhea committed Aug 12, 2024
1 parent 0bbf05b commit 63c4a49
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 18 deletions.
4 changes: 3 additions & 1 deletion Kalliope.Common/Kalliope.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>0.16.0</VersionPrefix>
<VersionPrefix>0.17.1</VersionPrefix>
<Description>A library that provides the Common Kalliope classes</Description>
<PackageId>Kalliope.Common</PackageId>
<Company>Starion Group S.A.</Company>
Expand All @@ -18,13 +18,15 @@
<Authors>Sam Gerene, Alexander van Delft</Authors>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<PackageIcon>Kalliope-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
[Update] Starion Group
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<None Include="..\Kalliope-icon.png" Pack="true" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
6 changes: 4 additions & 2 deletions Kalliope.DTO/Kalliope.DTO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>0.16.0</VersionPrefix>
<VersionPrefix>0.17.1</VersionPrefix>
<Description>A library that provides the Data Transfer Object (DTO) Kalliope classes</Description>
<PackageId>Kalliope.DTO</PackageId>
<Company>Starion Group S.A.</Company>
Expand All @@ -18,13 +18,15 @@
<Authors>Sam Gerene, Alexander van Delft</Authors>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<PackageIcon>Kalliope-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
[Update] Starion Group
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<None Include="..\Kalliope-icon.png" Pack="true" PackagePath="" />
<None Include="..\Kalliope-icon.png" Pack="true" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion Kalliope.Dal/Kalliope.Dal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>0.16.0</VersionPrefix>
<VersionPrefix>0.17.1</VersionPrefix>
<Description>The Kalliope Dal class library</Description>
<PackageId>Kalliope.Dal</PackageId>
<Company>Starion Group S.A.</Company>
Expand All @@ -18,13 +18,15 @@
<Authors>Sam Gerene, Alexander van Delft</Authors>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<PackageIcon>Kalliope-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
[Update] Starion Group
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<None Include="..\Kalliope-icon.png" Pack="true" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Kalliope.Generator.Tests/Kalliope.Generator.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit.Console" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Console" Version="3.18.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
6 changes: 3 additions & 3 deletions Kalliope.OO.Tests/Kalliope.OO.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit.Console" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Console" Version="3.18.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 3 additions & 1 deletion Kalliope.OO/Kalliope.OO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>0.16.0</VersionPrefix>
<VersionPrefix>0.17.1</VersionPrefix>
<Description>A library that provides ORM to OO mapping</Description>
<PackageId>Kalliope.OO</PackageId>
<Company>Starion Group S.A.</Company>
Expand All @@ -18,6 +18,7 @@
<Authors>Sam Gerene, Alexander van Delft</Authors>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<PackageIcon>Kalliope-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>
[Update] Starion Group
Expand All @@ -26,6 +27,7 @@

<ItemGroup>
<None Include="..\Kalliope-icon.png" Pack="true" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Kalliope.Xml.Tests/Kalliope.Xml.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit.Console" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="NUnit.Console" Version="3.18.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
6 changes: 4 additions & 2 deletions Kalliope.Xml/Kalliope.Xml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>0.16.0</VersionPrefix>
<VersionPrefix>0.17.1</VersionPrefix>
<Description>A library to read and write XML based orm files generated with ORM Solutions NORMA and NORMA Pro.</Description>
<PackageId>Kalliope.Xml</PackageId>
<Company>Starion Group S.A.</Company>
Expand All @@ -18,13 +18,15 @@
<Authors>Sam Gerene, Alexander van Delft</Authors>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<PackageIcon>Kalliope-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
[Update] Starion Group
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<None Include="..\Kalliope-icon.png" Pack="true" PackagePath="" />
<None Include="..\Kalliope-icon.png" Pack="true" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion Kalliope/Kalliope.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<VersionPrefix>0.16.0</VersionPrefix>
<VersionPrefix>0.17.1</VersionPrefix>
<Description>The Kalliope POCO class library</Description>
<PackageId>Kalliope</PackageId>
<Company>Starion Group S.A.</Company>
Expand All @@ -18,13 +18,15 @@
<Authors>Sam Gerene, Alexander van Delft</Authors>
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>
<PackageIcon>Kalliope-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
[Update] Starion Group
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<None Include="..\Kalliope-icon.png" Pack="true" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Kalliope](Kalliope-logo.png?raw=true)
![Kalliope](https://raw.githubusercontent.com/STARIONGROUP/Kalliope/master/Kalliope-logo.png)

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_Kalliope&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_Kalliope)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_Kalliope&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_Kalliope)
Expand Down

0 comments on commit 63c4a49

Please sign in to comment.