Skip to content

Commit 15b4592

Browse files
committed
updated project versions to 3.0
1 parent 23dfa70 commit 15b4592

File tree

16 files changed

+52
-52
lines changed

16 files changed

+52
-52
lines changed

src/WarHub.Armoury.Model.BattleScribe.Files/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.5-*",
2+
"version": "0.3.0-*",
33
"description": "wham BattleScribe Files provides helper classes to easily handle zipped/unzipped datafile formats.",
44
"authors": [ "WarHub" ],
55

@@ -38,9 +38,9 @@
3838
},
3939

4040
"dependencies": {
41-
"WarHub.Armoury.Model": "0.2.5-*",
42-
"WarHub.Armoury.Model.BattleScribeXml": "0.2.5-*",
43-
"WarHub.Armoury.Model.BattleScribe": "0.2.5-*"
41+
"WarHub.Armoury.Model": "0.3.0-*",
42+
"WarHub.Armoury.Model.BattleScribeXml": "0.3.0-*",
43+
"WarHub.Armoury.Model.BattleScribe": "0.3.0-*"
4444
},
4545

4646
"packOptions": {
@@ -52,6 +52,6 @@
5252
},
5353
"summary": "WarHub Armoury Model BattleScribe File helpers.",
5454
"tags": [ "WarHub", "wham", "armoury", "model", "BattleScribe", "files" ],
55-
"releaseNotes": "v0.2.2: update versioning.\nv0.2.3: added PCL profile 111 support.\nv0.2.5: Aligned with RemoteDataSource name/namespace changes and BattleScribeFileHandler changes."
55+
"releaseNotes": "v0.2.2: update versioning.\nv0.2.3: added PCL profile 111 support.\nv0.2.5: Aligned with RemoteDataSource name/namespace changes and BattleScribeFileHandler changes.\nv0.3.0: NetCoreApp TFM support."
5656
}
5757
}

src/WarHub.Armoury.Model.BattleScribe/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.5-*",
2+
"version": "0.3.0-*",
33
"description": "wham BattleScribe data format binding.",
44
"authors": [ "WarHub" ],
55

@@ -61,8 +61,8 @@
6161
}
6262
},
6363
"dependencies": {
64-
"WarHub.Armoury.Model": "0.2.5-*",
65-
"WarHub.Armoury.Model.BattleScribeXml": "0.2.5-*"
64+
"WarHub.Armoury.Model": "0.3.0-*",
65+
"WarHub.Armoury.Model.BattleScribeXml": "0.3.0-*"
6666
},
6767
"packOptions": {
6868
"licenseUrl": "https://github.com/WarHub/wham/blob/master/LICENSE",
@@ -73,6 +73,6 @@
7373
},
7474
"summary": "WarHub Armoury Model - Top level abstraction of tabletop datafiles.",
7575
"tags": [ "WarHub", "WarHub.Armoury.Model.BattleScribe", "wham", "wargame", "roster", "battlescribe", "xml" ],
76-
"releaseNotes": "v0.2: Added netcore45 target.\nv0.2.2: update versioning.\nv0.2.5: Aligned with RemoteDataSource name/namespace changes."
76+
"releaseNotes": "v0.2: Added netcore45 target.\nv0.2.2: update versioning.\nv0.2.5: Aligned with RemoteDataSource name/namespace changes.\nv0.3.0: NetCoreApp TFM support."
7777
}
7878
}

src/WarHub.Armoury.Model.BattleScribeXml/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.5-*",
2+
"version": "0.3.0-*",
33
"description": "wham BattleScribe XML data format mapping. Provides simple mapping classes as well as a mechanism to parse all IDs into Guid struct.",
44
"authors": [ "WarHub" ],
55

@@ -59,7 +59,7 @@
5959
}
6060
},
6161
"dependencies": {
62-
"WarHub.Armoury.Model": "0.2.5-*"
62+
"WarHub.Armoury.Model": "0.3.0-*"
6363
},
6464
"packOptions": {
6565
"licenseUrl": "https://github.com/WarHub/wham/blob/master/LICENSE",
@@ -70,6 +70,6 @@
7070
},
7171
"summary": "WarHub Armoury XML mapping of BattleScribe data format.",
7272
"tags": [ "WarHub", "wham", "armoury", "model", "BattleScribe", "xml" ],
73-
"releaseNotes": "v0.2: Added netcore45 target.\nv0.2.2: update description\nv0.2.5: Aligned with RemoteDataSource name/namespace changes."
73+
"releaseNotes": "v0.2: Added netcore45 target.\nv0.2.2: update description\nv0.2.5: Aligned with RemoteDataSource name/namespace changes.\nv0.3.0: NetCoreApp TFM support."
7474
}
7575
}

src/WarHub.Armoury.Model.Builders.Implementations/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.2.2-*",
2+
"version": "0.3.0-*",
33
"description": "wham Builders.Implementations provides implementation of Builder structures that follow and update wham (WarHub.Armoury.Model) roster data according to active modifiers, conditions etc.",
44
"authors": [ "WarHub" ],
55

66
"dependencies": {
7-
"WarHub.Armoury.Model": "0.2.5-*",
8-
"WarHub.Armoury.Model.Builders": "0.2.2-*",
9-
"WarHub.Armoury.Model.ConditionResolvers": "0.2.2-*",
10-
"WarHub.Armoury.Model.ModifierAppliers": "0.2.2-*",
7+
"WarHub.Armoury.Model": "0.3.0-*",
8+
"WarHub.Armoury.Model.Builders": "0.3.0-*",
9+
"WarHub.Armoury.Model.ConditionResolvers": "0.3.0-*",
10+
"WarHub.Armoury.Model.ModifierAppliers": "0.3.0-*",
1111
"WarHub.Mvvm": "1.0.1"
1212
},
1313

@@ -56,6 +56,6 @@
5656
},
5757
"summary": "WarHub Armoury Model modifier and condition handling library.",
5858
"tags": [ "WarHub", "wham", "armoury", "model", "catalogue", "modifier", "condition", "changetracking" ],
59-
"releaseNotes": "0.2.2: added portable profile 259 support."
59+
"releaseNotes": "0.2.2: added portable profile 259 support.\nv0.3.0: NetCoreApp TFM support."
6060
}
6161
}

src/WarHub.Armoury.Model.Builders/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.2.2-*",
2+
"version": "0.3.0-*",
33
"description": "wham Builders provides abstraction of structures that follow and update wham roster data according to active modifiers, conditions etc.",
44
"authors": [ "WarHub" ],
55

66
"dependencies": {
7-
"WarHub.Armoury.Model": "0.2.5-*",
8-
"WarHub.Armoury.Model.EntryTree": "0.2.2-*"
7+
"WarHub.Armoury.Model": "0.3.0-*",
8+
"WarHub.Armoury.Model.EntryTree": "0.3.0-*"
99
},
1010

1111
"frameworks": {
@@ -50,6 +50,6 @@
5050
},
5151
"summary": "WarHub Armoury Model modifier and condition handling library.",
5252
"tags": [ "WarHub", "wham", "armoury", "model", "catalogue", "modifier", "condition", "changetracking" ],
53-
"releaseNotes": "0.2.2: added portable profile 259 support."
53+
"releaseNotes": "0.2.2: added portable profile 259 support.\nv0.3.0: NetCoreApp TFM support."
5454
}
5555
}

src/WarHub.Armoury.Model.ConditionResolvers/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "0.2.2-*",
2+
"version": "0.3.0-*",
33
"description": "wham ConditionResolvers provides condition evaluation utilities.",
44
"authors": [ "WarHub" ],
55

66
"dependencies": {
7-
"WarHub.Armoury.Model": "0.2.5-*",
8-
"WarHub.Armoury.Model.Builders": "0.2.2-*"
7+
"WarHub.Armoury.Model": "0.3.0-*",
8+
"WarHub.Armoury.Model.Builders": "0.3.0-*"
99
},
1010

1111
"frameworks": {
@@ -52,6 +52,6 @@
5252
},
5353
"summary": "WarHub Armoury Model condition resolution library.",
5454
"tags": [ "WarHub", "wham", "armoury", "model", "catalogue", "modifier", "condition" ],
55-
"releaseNotes": "0.2.2: added portable profile 259 support."
55+
"releaseNotes": "0.2.2: added portable profile 259 support.\nv0.3.0: NetCoreApp TFM support."
5656
}
5757
}

src/WarHub.Armoury.Model.DataAccess.Autofac/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.5-*",
2+
"version": "0.3.0-*",
33
"description": "wham DataAccess Autofac Module. Provides IoC configuration for DataAccess library.",
44
"authors": [ "WarHub" ],
55
"frameworks": {
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"Autofac": "3.5.2",
47-
"WarHub.Armoury.Model.DataAccess": "0.2.5-*"
47+
"WarHub.Armoury.Model.DataAccess": "0.3.0-*"
4848
},
4949
"packOptions": {
5050
"licenseUrl": "https://github.com/WarHub/wham/blob/master/LICENSE",
@@ -55,6 +55,6 @@
5555
},
5656
"summary": "WarHub Armoury Model DataAccess Autofac module.",
5757
"tags": [ "wham", "WarHub", "DataAccess", "storage", "pcl", "BattleScribe", "Autofac", "IoC", "DI" ],
58-
"releaseNotes": "0.2: First release.\nv0.2.1: Added IRemoteDataIndex implementation.\nv0.2.2: added PCL profile 111 support.\nv0.2.5: Aligned with RemoteDataSource name/namespace changes, logging."
58+
"releaseNotes": "0.2: First release.\nv0.2.1: Added IRemoteDataIndex implementation.\nv0.2.2: added PCL profile 111 support.\nv0.2.5: Aligned with RemoteDataSource name/namespace changes, logging.\nv0.3.0: NetCoreApp TFM support."
5959
}
6060
}

src/WarHub.Armoury.Model.DataAccess/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.6-*",
2+
"version": "0.3.0-*",
33
"description": "wham DataAccess library provides portable data storage and data access API, to allow cross-platform, simple experience with wham libs.",
44
"authors": [ "WarHub" ],
55
"frameworks": {
@@ -43,8 +43,8 @@
4343
}
4444
},
4545
"dependencies": {
46-
"WarHub.Armoury.Model": "0.2.5-*",
47-
"WarHub.Armoury.Model.BattleScribe.Files": "0.2.5-*",
46+
"WarHub.Armoury.Model": "0.3.0-*",
47+
"WarHub.Armoury.Model.BattleScribe.Files": "0.3.0-*",
4848
"PCLStorage": "1.0.2"
4949
},
5050
"packOptions": {
@@ -56,6 +56,6 @@
5656
},
5757
"summary": "WarHub Armoury Model condition resolution library.",
5858
"tags": [ "wham", "WarHub", "Armoury", "DataAccess", "storage", "pcl", "BattleScribe" ],
59-
"releaseNotes": "0.2: First release.\nv0.2.1: Added IRemoteDataIndex implementation.\nv0.2.2: added PCL profile 111 support.\nv0.2.5: Remote* rewrite (name/namespace changes), logging, fixes.\nv0.2.6: fixed RemoteSourceIndexService not saving index (#6)."
59+
"releaseNotes": "0.2: First release.\nv0.2.1: Added IRemoteDataIndex implementation.\nv0.2.2: added PCL profile 111 support.\nv0.2.5: Remote* rewrite (name/namespace changes), logging, fixes.\nv0.2.6: fixed RemoteSourceIndexService not saving index (#6).\nv0.3.0: NetCoreApp TFM support."
6060
}
6161
}

src/WarHub.Armoury.Model.EntryTree/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version": "0.2.2-*",
2+
"version": "0.3.0-*",
33
"description": "wham EntryTree provides tree structure of entry/entrygroup choices in given entry. Helpful for immediate resolution which group was parent for some child selection.",
44
"authors": [ "WarHub" ],
55

66
"dependencies": {
7-
"WarHub.Armoury.Model": "0.2.5-*"
7+
"WarHub.Armoury.Model": "0.3.0-*"
88
},
99

1010
"frameworks": {
@@ -49,6 +49,6 @@
4949
},
5050
"summary": "WarHub Armoury Model EntryTree entry structure library.",
5151
"tags": [ "wham", "warhub", "tree", "entry", "entrygroup", "group" ],
52-
"releaseNotes": "0.2.2: added portable profile 259 support."
52+
"releaseNotes": "0.2.2: added portable profile 259 support.\nv0.3.0: NetCoreApp TFM support."
5353
}
5454
}

src/WarHub.Armoury.Model.ModifierAppliers/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version": "0.2.2-*",
2+
"version": "0.3.0-*",
33
"description": "wham ModifierAppliers provides utilities which apply modifiers on appropriate roster node Builder.",
44
"authors": [ "WarHub" ],
55

66
"dependencies": {
7-
"WarHub.Armoury.Model": "0.2.5-*"
7+
"WarHub.Armoury.Model": "0.3.0-*"
88
},
99

1010
"frameworks": {
@@ -51,6 +51,6 @@
5151
},
5252
"summary": "WarHub Armoury Model modifiers resolution library.",
5353
"tags": [ "wham", "warhub", "armoury", "modifiers", "applying" ],
54-
"releaseNotes": "0.2.2: added portable profile 259 support."
54+
"releaseNotes": "0.2.2: added portable profile 259 support.\nv0.3.0: NetCoreApp TFM support."
5555
}
5656
}

0 commit comments

Comments
 (0)