Skip to content

Commit

Permalink
version: update to 10.2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Dec 1, 2023
1 parent 341259f commit 39fe216
Show file tree
Hide file tree
Showing 27 changed files with 69 additions and 57 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
updates:
- package-ecosystem: "nuget"
directory: "/core/"
target-branch: "10.2.1.0"
target-branch: "11.0.0.0"
schedule:
interval: "weekly"
labels:
Expand All @@ -17,7 +17,7 @@ updates:

- package-ecosystem: "nuget"
directory: "/site/"
target-branch: "10.2.1.0"
target-branch: "11.0.0.0"
schedule:
interval: "weekly"
labels:
Expand All @@ -27,7 +27,7 @@ updates:

- package-ecosystem: "nuget"
directory: "/robot/"
target-branch: "10.2.1.0"
target-branch: "11.0.0.0"
schedule:
interval: "weekly"
labels:
Expand All @@ -37,7 +37,7 @@ updates:

- package-ecosystem: "npm"
directory: "/site/Tests/Browser/"
target-branch: "10.2.1.0"
target-branch: "11.0.0.0"
schedule:
interval: "weekly"
labels:
Expand All @@ -47,7 +47,7 @@ updates:

- package-ecosystem: "gradle"
directory: "/android/"
target-branch: "10.2.1.0"
target-branch: "11.0.0.0"
schedule:
interval: "weekly"
labels:
Expand All @@ -57,7 +57,7 @@ updates:

- package-ecosystem: "docker"
directory: "/ci/"
target-branch: "10.2.1.0"
target-branch: "11.0.0.0"
schedule:
interval: "weekly"
labels:
Expand All @@ -67,7 +67,7 @@ updates:

- package-ecosystem: "docker"
directory: "/publish/"
target-branch: "10.2.1.0"
target-branch: "11.0.0.0"
schedule:
interval: "weekly"
labels:
Expand All @@ -77,7 +77,7 @@ updates:

- package-ecosystem: "cargo"
directory: "/version/"
target-branch: "10.2.1.0"
target-branch: "11.0.0.0"
schedule:
interval: "weekly"
labels:
Expand All @@ -87,7 +87,7 @@ updates:

- package-ecosystem: "pip"
directory: "/midna/"
target-branch: "10.2.1.0"
target-branch: "11.0.0.0"
schedule:
interval: "weekly"
labels:
Expand Down
2 changes: 1 addition & 1 deletion android/App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
// read the explanation
// at the end of the file
//noinspection HighAppVersionCode
versionCode 2011000064
versionCode 2011000065
versionName "$dfm_version"

minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion android/ErrorLogs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "com.darakeon.dfm.error_logs"

versionCode 18
versionCode 19
versionName "$dfm_version"

minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
ext.testrunner_version = '1.0.2'
ext.expresso_version = '3.0.2'

ext.dfm_version = "10.2.0.0"
ext.dfm_version = "10.2.1.0"

repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions core/Authentication/Authentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.Authentication</AssemblyName>
<RootNamespace>DFM.Authentication</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/BusinessLogic/BusinessLogic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.BusinessLogic</AssemblyName>
<RootNamespace>DFM.BusinessLogic</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Email/Email.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.Email</AssemblyName>
<RootNamespace>DFM.Email</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Entities/Entities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.Entities</AssemblyName>
<RootNamespace>DFM.Entities</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Exchange/Exchange.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.Exchange</AssemblyName>
<RootNamespace>DFM.Exchange</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Generic/Generic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.Generic</AssemblyName>
<RootNamespace>DFM.Generic</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Language/Language.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.Language</AssemblyName>
<RootNamespace>DFM.Language</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions core/Language/Language/Version/en-us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"10.2.1.0": [
"Add unsubscribe link to recurrent emails sent by the system",
"Update system tools",
"Fix settings footer data in Android App"
],
"10.2.0.0": [
"Change Terms of Use to include new Android App features and make some word standardizations",
"Terms of Use in the Android App",
Expand Down
5 changes: 5 additions & 0 deletions core/Language/Language/Version/pt-br.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"10.2.1.0": [
"Adiciona link para desinscrever nos emails recorrentes enviados pelo site",
"Atualiza ferramentas de sistema",
"Ajuste de informação no rodapé das configurações no Aplicativo Android"
],
"10.2.0.0": [
"Altera os Termos de Uso para incluir novas funcionalidades do Aplicativo Android e padroniza alguns usos de palavras",
"Termos de Uso no Aplicativo Android",
Expand Down
4 changes: 2 additions & 2 deletions core/Logs/Logs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>DfM.Logs</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/BusinessLogic/BusinessLogic.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.BusinessLogic.Tests</AssemblyName>
<RootNamespace>DFM.BusinessLogic.Tests</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/Email/Email.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.Email.Tests</AssemblyName>
<RootNamespace>DFM.Email.Tests</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/Exchange/Exchange.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.Exchange.Tests</AssemblyName>
<RootNamespace>DFM.Exchange.Tests</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/Language/Language.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.Language.Tests</AssemblyName>
<RootNamespace>DFM.Language.Tests</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/Util/Tests.Util.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.Tests.Util</AssemblyName>
<RootNamespace>DFM.Tests.Util</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
13 changes: 10 additions & 3 deletions docs/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,23 @@

This is the list of project releases, past and current. To see tasks that are still on hold, go to [TODO](TODO.md).

- [go to published version](#10.2.0.0)
- [go to version in development](#10.2.1.0)
- [dev version state](../../10.2.1.0/docs/RELEASES.md#10.2.1.0)
- [go to published version](#10.2.1.0)
- [go to version in development](#11.0.0.0)
- [dev version state](../../11.0.0.0/docs/RELEASES.md#11.0.0.0)

## Legend
- :dragon:: at least one huge change (increases first number)
- :whale:: at least one big change, like a new feature (increases second number)
- :sheep:: at least one little change, as a change at an existing feature (increases third number)
- :ant:: the developer is improving stuff or fixing some sh\*t it did (increases last number)

## <a name="11.0.0.0"></a>11.0.0.0 :dragon: <sup>`5`</sup>
- [ ] Add transfer with conversion (value in/out)
- [ ] Add category creation (mobile)
- [ ] Add account creation (mobile)
- [ ] Add schedule creation (mobile)
- [ ] Add user creation (mobile)

## <a name="10.2.1.0"></a>10.2.1.0 :sheep: <sup>`5`</sup>
- [x] `231201>231201` Update dependabot file in version update
- [x] `231201>231201` Add tests to moves ordering at reports
Expand Down
7 changes: 1 addition & 6 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ This is the task list for the project.

The tasks are ordered by: Points then Importance then [Type](RELEASES.md#legend).

| Task (55) | Type | Dif | Imp | Pts | Dependency |
| Task (50) | Type | Dif | Imp | Pts | Dependency |
| ------------------------------------------------------------------------------ | -------- | --- | --- | --- | -------------- |
| Add user creation (mobile) | :dragon: | 2 | 4 | 6 | |
| Add schedule creation (mobile) | :dragon: | 2 | 4 | 6 | |
| Add account creation (mobile) | :dragon: | 2 | 4 | 6 | |
| Add category creation (mobile) | :dragon: | 2 | 4 | 6 | |
| Add transfer with conversion (value in/out) | :whale: | 2 | 4 | 6 | |
| Separate MVC projects: site and api | :whale: | 2 | 4 | 6 | |
| Use multistaged (multiple FROM at dockerfiles) container | :whale: | 2 | 4 | 6 | |
| [Reduce Docker Images] | :whale: | 2 | 4 | 6 | |
Expand Down
4 changes: 2 additions & 2 deletions robot/Robot/Robot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.Robot</AssemblyName>
<RootNamespace>DFM.Robot</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions site/MVC/MVC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<RootNamespace>DFM.MVC</RootNamespace>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
<ApplicationIcon>Assets\images\pig-on.ico</ApplicationIcon>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions site/Tests/Browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/Tests/Browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-tests",
"version": "1002.0.0",
"version": "1002.1.0",
"description": "DfM Site Tests",
"main": "index.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions site/Tests/MVC/MVC.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.MVC.Tests</AssemblyName>
<RootNamespace>DFM.MVC.Tests</RootNamespace>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<AssemblyVersion>10.2.1.0</AssemblyVersion>
<FileVersion>10.2.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dfm-version"
version = "1002.0.0"
version = "1002.1.0"
authors = ["Dara Keon <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 39fe216

Please sign in to comment.