Skip to content

Commit

Permalink
version: update to 10.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Nov 25, 2023
1 parent 56b44f4 commit 748ad42
Show file tree
Hide file tree
Showing 25 changed files with 59 additions and 43 deletions.
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 2011000062
versionCode 2011000063
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 17
versionCode 18
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.1.0.0"
ext.dfm_version = "10.2.0.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>net7.0</TargetFramework>
<AssemblyName>DFM.Authentication</AssemblyName>
<RootNamespace>DFM.Authentication</RootNamespace>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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>net7.0</TargetFramework>
<AssemblyName>DFM.BusinessLogic</AssemblyName>
<RootNamespace>DFM.BusinessLogic</RootNamespace>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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>net7.0</TargetFramework>
<AssemblyName>DFM.Email</AssemblyName>
<RootNamespace>DFM.Email</RootNamespace>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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>net7.0</TargetFramework>
<AssemblyName>DFM.Entities</AssemblyName>
<RootNamespace>DFM.Entities</RootNamespace>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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>net7.0</TargetFramework>
<AssemblyName>DFM.Exchange</AssemblyName>
<RootNamespace>DFM.Exchange</RootNamespace>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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>net7.0</TargetFramework>
<AssemblyName>DFM.Generic</AssemblyName>
<RootNamespace>DFM.Generic</RootNamespace>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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>net7.0</TargetFramework>
<AssemblyName>DFM.Language</AssemblyName>
<RootNamespace>DFM.Language</RootNamespace>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 7 additions & 0 deletions core/Language/Language/Version/en-us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"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",
"System data deletion screen in the Android App",
"Update Android App tools",
"Improvements in development environment for velocity and sustenability"
],
"10.1.0.0": [
"Fix accessibility at emails sent by System",
"Fix website images description"
Expand Down
7 changes: 7 additions & 0 deletions core/Language/Language/Version/pt-br.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"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",
"Tela para remoção de dados do Sistema no Aplicativo Android",
"Atualização de ferramentas no Aplicativo Android",
"Melhorias no ambiente de desenvolvimento para maior velocidade e sustentabilidade"
],
"10.1.0.0": [
"Arrumada acessibilidade nos e-mails enviados pelo Sistema",
"Arrumada descrição de imagens no site"
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>net7.0</TargetFramework>
<RootNamespace>DfM.Logs</RootNamespace>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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>net7.0</TargetFramework>
<AssemblyName>DFM.Tests.Util</AssemblyName>
<RootNamespace>DFM.Tests.Util</RootNamespace>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
</PropertyGroup>

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

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.1.0.0)
- [go to version in development](#10.2.0.0)
- [dev version state](../../10.2.0.0/docs/RELEASES.md#10.2.0.0)
- [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)

## 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="10.2.1.0"></a>10.2.1.0 :sheep: <sup>`2`</sup>
- [ ] Add tests to moves ordering at reports
- [ ] Make google see move unsubscribe link ([Google tips avoid being spam])

## <a name="10.2.0.0"></a>10.2.0.0 :whale: <sup>`6`</sup>
- [x] `231124>231125` Warning about wipe and terms in app
- [x] `231119>231123` Put Terms in the mobile app
Expand Down
4 changes: 1 addition & 3 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ This is the task list for the project.

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

| Task (57) | Type | Dif | Imp | Pts | Dependency |
| Task (55) | Type | Dif | Imp | Pts | Dependency |
| ------------------------------------------------------------------------------ | -------- | --- | --- | --- | -------------- |
| Make google see move unsubscribe link ([Google tips avoid being spam]) | :sheep: | 1 | 4 | 7 | |
| Add tests to moves ordering at reports | :sheep: | 1 | 4 | 7 | |
| Add user creation (mobile) | :dragon: | 2 | 4 | 6 | |
| Add schedule creation (mobile) | :dragon: | 2 | 4 | 6 | |
| Add account creation (mobile) | :dragon: | 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>net7.0</TargetFramework>
<AssemblyName>DFM.Robot</AssemblyName>
<RootNamespace>DFM.Robot</RootNamespace>
<AssemblyVersion>10.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.0</FileVersion>
<ApplicationIcon>Assets\images\pig-on.ico</ApplicationIcon>
</PropertyGroup>

Expand Down
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": "1001.0.0",
"version": "1002.0.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.1.0.0</AssemblyVersion>
<FileVersion>10.1.0.0</FileVersion>
<AssemblyVersion>10.2.0.0</AssemblyVersion>
<FileVersion>10.2.0.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 = "1001.0.0"
version = "1002.0.0"
authors = ["Dara Keon <lc.sales.duarte@gmail.com>"]
edition = "2021"

Expand Down

0 comments on commit 748ad42

Please sign in to comment.