Skip to content

Commit

Permalink
V3.0.0/launch (#22)
Browse files Browse the repository at this point in the history
* 🔧 updated DocFX

* 📦 updated icons

* 💚 removed push (due to tag versioning)

* ⬆️ bump dependencies

* 💬 updated text and literals
  • Loading branch information
gimlichael authored Sep 1, 2024
1 parent ab636ab commit eabd696
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .docfx/BuildDocfxImage.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = minver -i
$version = minver -i -t v -v w
docfx metadata docfx.json
docker buildx build -t savvyio-docfx:$version --platform linux/arm64,linux/amd64 --load -f Dockerfile.docfx .
get-childItem -recurse -path api -include *.yml, .manifest | remove-item
4 changes: 2 additions & 2 deletions .docfx/Dockerfile.docfx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nginx:1.26.0-alpine AS base
FROM nginx:1.27.0-alpine AS base
RUN rm -rf /usr/share/nginx/html/*

FROM codebeltnet/docfx:2.75.3 AS build
FROM codebeltnet/docfx:2.77.0 AS build

ADD [".", "docfx"]

Expand Down
2 changes: 1 addition & 1 deletion .docfx/PublishDocfxImage.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$version = minver -i
$version = minver -i -t v -v w
docker tag savvyio-docfx:$version jcr.codebelt.net/geekle/savvyio-docfx:$version
docker push jcr.codebelt.net/geekle/savvyio-docfx:$version
2 changes: 2 additions & 0 deletions .docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
"Savvyio.Extensions.DependencyInjection.EFCore/**.csproj",
"Savvyio.Extensions.DependencyInjection.EFCore.Domain/**.csproj",
"Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing/**.csproj",
"Savvyio.Extensions.DependencyInjection.QueueStorage/**.csproj",
"Savvyio.Extensions.DependencyInjection.SimpleQueueService/**.csproj",
"Savvyio.Extensions.Dispatchers/**.csproj",
"Savvyio.Extensions.EFCore/**.csproj",
"Savvyio.Extensions.EFCore.Domain/**.csproj",
"Savvyio.Extensions.EFCore.Domain.EventSourcing/**.csproj",
"Savvyio.Extensions.Newtonsoft.Json/**.csproj",
"Savvyio.Extensions.QueueStorage/**.csproj",
"Savvyio.Extensions.SimpleQueueService/**.csproj",
"Savvyio.Extensions.Text.Json/**.csproj"
],
Expand Down
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Please note we have a code of conduct, please follow it in all your interactions
Please review our [code of conduct](CODE_OF_CONDUCT.md).

## Our Development Process
We use GitHub with a simple GitFlow inspired flow.
All new features and/or fixes are merged into the `development` branch by creating a Pull Request.
We have opted for the [Trunk Based Development](https://trunkbaseddevelopment.com/) branching model as it is a good fit for DevSecOps practices.
All new features and/or fixes are merged into the `main` branch by creating a Pull Request.

## Pull Requests
We actively welcome your pull requests.

1. Fork the repo and create your branch from `development`
1. Fork the repo and create your branch from `main`
2. If you've added code that should be tested, add tests (DO follow [Microsoft Engineering Guidelines](https://github.com/dotnet/aspnetcore/wiki/Engineering-guidelines))
3. Any changes or additions requires documentation in the form of documenting public members
4. Ensure that all existing as well as new test passes
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
name: Savvyi I/O Pipeline
on:
push:
branches: [main]
paths-ignore:
- .codecov/**
- .docfx/**
- .github/**
- .nuget/**
- '**.md'
pull_request:
branches: [main]
paths-ignore:
Expand Down
Binary file modified .nuget/Savvyio.Commands.Messaging/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .nuget/Savvyio.EventDriven.Messaging/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .nuget/Savvyio.Extensions.QueueStorage/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .nuget/Savvyio.Extensions.SimpleQueueService/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .nuget/Savvyio.Messaging/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

For more details, please refer to `PackageReleaseNotes.txt` on a per assembly basis in the `.nuget` folder.

## [3.0.0] - TBD

This release is a work in progress.
## [3.0.0] - 2024-09-01

Noticeable highlights:

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(IsTestProject)' == 'true'">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.10.0" Condition="$(TargetFramework.StartsWith('net4')) AND '$(IsLinux)' == 'true'" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.console" Version="2.9.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net6'))">
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.33" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.24.1" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.25.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.19.1" />
<PackageReference Include="Cuemon.Extensions.IO" Version="8.3.2" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.4" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.4" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="3.7.400.13" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.13" />
<PackageReference Include="Cuemon.Extensions.IO" Version="8.3.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@


<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.8" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net6'))">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.33" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.33" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.7" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.7" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net8'))">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net6'))">
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.33" />
</ItemGroup>

</Project>

0 comments on commit eabd696

Please sign in to comment.