Skip to content

Commit

Permalink
updated project versions to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 committed May 29, 2016
1 parent 23dfa70 commit 15b4592
Showing 16 changed files with 52 additions and 52 deletions.
10 changes: 5 additions & 5 deletions src/WarHub.Armoury.Model.BattleScribe.Files/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.5-*",
"version": "0.3.0-*",
"description": "wham BattleScribe Files provides helper classes to easily handle zipped/unzipped datafile formats.",
"authors": [ "WarHub" ],

@@ -38,9 +38,9 @@
},

"dependencies": {
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.BattleScribeXml": "0.2.5-*",
"WarHub.Armoury.Model.BattleScribe": "0.2.5-*"
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.BattleScribeXml": "0.3.0-*",
"WarHub.Armoury.Model.BattleScribe": "0.3.0-*"
},

"packOptions": {
@@ -52,6 +52,6 @@
},
"summary": "WarHub Armoury Model BattleScribe File helpers.",
"tags": [ "WarHub", "wham", "armoury", "model", "BattleScribe", "files" ],
"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."
"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."
}
}
8 changes: 4 additions & 4 deletions src/WarHub.Armoury.Model.BattleScribe/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.5-*",
"version": "0.3.0-*",
"description": "wham BattleScribe data format binding.",
"authors": [ "WarHub" ],

@@ -61,8 +61,8 @@
}
},
"dependencies": {
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.BattleScribeXml": "0.2.5-*"
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.BattleScribeXml": "0.3.0-*"
},
"packOptions": {
"licenseUrl": "https://github.com/WarHub/wham/blob/master/LICENSE",
@@ -73,6 +73,6 @@
},
"summary": "WarHub Armoury Model - Top level abstraction of tabletop datafiles.",
"tags": [ "WarHub", "WarHub.Armoury.Model.BattleScribe", "wham", "wargame", "roster", "battlescribe", "xml" ],
"releaseNotes": "v0.2: Added netcore45 target.\nv0.2.2: update versioning.\nv0.2.5: Aligned with RemoteDataSource name/namespace changes."
"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."
}
}
6 changes: 3 additions & 3 deletions src/WarHub.Armoury.Model.BattleScribeXml/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.5-*",
"version": "0.3.0-*",
"description": "wham BattleScribe XML data format mapping. Provides simple mapping classes as well as a mechanism to parse all IDs into Guid struct.",
"authors": [ "WarHub" ],

@@ -59,7 +59,7 @@
}
},
"dependencies": {
"WarHub.Armoury.Model": "0.2.5-*"
"WarHub.Armoury.Model": "0.3.0-*"
},
"packOptions": {
"licenseUrl": "https://github.com/WarHub/wham/blob/master/LICENSE",
@@ -70,6 +70,6 @@
},
"summary": "WarHub Armoury XML mapping of BattleScribe data format.",
"tags": [ "WarHub", "wham", "armoury", "model", "BattleScribe", "xml" ],
"releaseNotes": "v0.2: Added netcore45 target.\nv0.2.2: update description\nv0.2.5: Aligned with RemoteDataSource name/namespace changes."
"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."
}
}
12 changes: 6 additions & 6 deletions src/WarHub.Armoury.Model.Builders.Implementations/project.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.2.2-*",
"version": "0.3.0-*",
"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.",
"authors": [ "WarHub" ],

"dependencies": {
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.Builders": "0.2.2-*",
"WarHub.Armoury.Model.ConditionResolvers": "0.2.2-*",
"WarHub.Armoury.Model.ModifierAppliers": "0.2.2-*",
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.Builders": "0.3.0-*",
"WarHub.Armoury.Model.ConditionResolvers": "0.3.0-*",
"WarHub.Armoury.Model.ModifierAppliers": "0.3.0-*",
"WarHub.Mvvm": "1.0.1"
},

@@ -56,6 +56,6 @@
},
"summary": "WarHub Armoury Model modifier and condition handling library.",
"tags": [ "WarHub", "wham", "armoury", "model", "catalogue", "modifier", "condition", "changetracking" ],
"releaseNotes": "0.2.2: added portable profile 259 support."
"releaseNotes": "0.2.2: added portable profile 259 support.\nv0.3.0: NetCoreApp TFM support."
}
}
8 changes: 4 additions & 4 deletions src/WarHub.Armoury.Model.Builders/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "0.2.2-*",
"version": "0.3.0-*",
"description": "wham Builders provides abstraction of structures that follow and update wham roster data according to active modifiers, conditions etc.",
"authors": [ "WarHub" ],

"dependencies": {
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.EntryTree": "0.2.2-*"
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.EntryTree": "0.3.0-*"
},

"frameworks": {
@@ -50,6 +50,6 @@
},
"summary": "WarHub Armoury Model modifier and condition handling library.",
"tags": [ "WarHub", "wham", "armoury", "model", "catalogue", "modifier", "condition", "changetracking" ],
"releaseNotes": "0.2.2: added portable profile 259 support."
"releaseNotes": "0.2.2: added portable profile 259 support.\nv0.3.0: NetCoreApp TFM support."
}
}
8 changes: 4 additions & 4 deletions src/WarHub.Armoury.Model.ConditionResolvers/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "0.2.2-*",
"version": "0.3.0-*",
"description": "wham ConditionResolvers provides condition evaluation utilities.",
"authors": [ "WarHub" ],

"dependencies": {
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.Builders": "0.2.2-*"
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.Builders": "0.3.0-*"
},

"frameworks": {
@@ -52,6 +52,6 @@
},
"summary": "WarHub Armoury Model condition resolution library.",
"tags": [ "WarHub", "wham", "armoury", "model", "catalogue", "modifier", "condition" ],
"releaseNotes": "0.2.2: added portable profile 259 support."
"releaseNotes": "0.2.2: added portable profile 259 support.\nv0.3.0: NetCoreApp TFM support."
}
}
6 changes: 3 additions & 3 deletions src/WarHub.Armoury.Model.DataAccess.Autofac/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.5-*",
"version": "0.3.0-*",
"description": "wham DataAccess Autofac Module. Provides IoC configuration for DataAccess library.",
"authors": [ "WarHub" ],
"frameworks": {
@@ -44,7 +44,7 @@
},
"dependencies": {
"Autofac": "3.5.2",
"WarHub.Armoury.Model.DataAccess": "0.2.5-*"
"WarHub.Armoury.Model.DataAccess": "0.3.0-*"
},
"packOptions": {
"licenseUrl": "https://github.com/WarHub/wham/blob/master/LICENSE",
@@ -55,6 +55,6 @@
},
"summary": "WarHub Armoury Model DataAccess Autofac module.",
"tags": [ "wham", "WarHub", "DataAccess", "storage", "pcl", "BattleScribe", "Autofac", "IoC", "DI" ],
"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."
"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."
}
}
8 changes: 4 additions & 4 deletions src/WarHub.Armoury.Model.DataAccess/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.6-*",
"version": "0.3.0-*",
"description": "wham DataAccess library provides portable data storage and data access API, to allow cross-platform, simple experience with wham libs.",
"authors": [ "WarHub" ],
"frameworks": {
@@ -43,8 +43,8 @@
}
},
"dependencies": {
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.BattleScribe.Files": "0.2.5-*",
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.BattleScribe.Files": "0.3.0-*",
"PCLStorage": "1.0.2"
},
"packOptions": {
@@ -56,6 +56,6 @@
},
"summary": "WarHub Armoury Model condition resolution library.",
"tags": [ "wham", "WarHub", "Armoury", "DataAccess", "storage", "pcl", "BattleScribe" ],
"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)."
"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."
}
}
6 changes: 3 additions & 3 deletions src/WarHub.Armoury.Model.EntryTree/project.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.2.2-*",
"version": "0.3.0-*",
"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.",
"authors": [ "WarHub" ],

"dependencies": {
"WarHub.Armoury.Model": "0.2.5-*"
"WarHub.Armoury.Model": "0.3.0-*"
},

"frameworks": {
@@ -49,6 +49,6 @@
},
"summary": "WarHub Armoury Model EntryTree entry structure library.",
"tags": [ "wham", "warhub", "tree", "entry", "entrygroup", "group" ],
"releaseNotes": "0.2.2: added portable profile 259 support."
"releaseNotes": "0.2.2: added portable profile 259 support.\nv0.3.0: NetCoreApp TFM support."
}
}
6 changes: 3 additions & 3 deletions src/WarHub.Armoury.Model.ModifierAppliers/project.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.2.2-*",
"version": "0.3.0-*",
"description": "wham ModifierAppliers provides utilities which apply modifiers on appropriate roster node Builder.",
"authors": [ "WarHub" ],

"dependencies": {
"WarHub.Armoury.Model": "0.2.5-*"
"WarHub.Armoury.Model": "0.3.0-*"
},

"frameworks": {
@@ -51,6 +51,6 @@
},
"summary": "WarHub Armoury Model modifiers resolution library.",
"tags": [ "wham", "warhub", "armoury", "modifiers", "applying" ],
"releaseNotes": "0.2.2: added portable profile 259 support."
"releaseNotes": "0.2.2: added portable profile 259 support.\nv0.3.0: NetCoreApp TFM support."
}
}
4 changes: 2 additions & 2 deletions src/WarHub.Armoury.Model/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.5-*",
"version": "0.3.0-*",
"description": "wham main package. Top level abstraction of roster building model in C#.",
"authors": [ "WarHub" ],

@@ -63,6 +63,6 @@
},
"summary": "WarHub Armoury Model - Top level abstraction of tabletop datafiles.",
"tags": [ "WarHub", "WarHub.Armoury.Model", "wham", "wargame", "roster", "battlescribe" ],
"releaseNotes": "v0.2.2: Added IRepoManagerLocator implementation.\nv0.2.5: added IDataIndexService, RemoteSource and RemoteSourceDataIndex into Repo namespace."
"releaseNotes": "v0.2.2: Added IRepoManagerLocator implementation.\nv0.2.5: added IDataIndexService, RemoteSource and RemoteSourceDataIndex into Repo namespace.\nv0.3.0: NetCoreApp TFM support."
}
}
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@
"dependencies": {
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-*",
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.BattleScribeXml": "0.2.5-*",
"WarHub.Armoury.Model.BattleScribe.Files": "0.2.5-*"
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.BattleScribeXml": "0.3.0-*",
"WarHub.Armoury.Model.BattleScribe.Files": "0.3.0-*"
},

"frameworks": {
4 changes: 2 additions & 2 deletions tests/WarHub.Armoury.Model.BattleScribeTests/project.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"dependencies": {
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-*",
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.BattleScribe": "0.2.5-*"
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.BattleScribe": "0.3.0-*"
},

"frameworks": {
4 changes: 2 additions & 2 deletions tests/WarHub.Armoury.Model.BattleScribeXmlTests/project.json
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
"dependencies": {
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-*",
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.BattleScribeXml": "0.2.5-*"
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.BattleScribeXml": "0.3.0-*"
},

"frameworks": {
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@
"dotnet-test-xunit": "1.0.0-rc2-*",
"NSubstitute": "2.0.0-*",
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027",
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.ConditionResolvers": "0.2.2-*"
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.ConditionResolvers": "0.3.0-*"
},

"frameworks": {
4 changes: 2 additions & 2 deletions tests/WarHub.Armoury.Model.EntryTreeTests/project.json
Original file line number Diff line number Diff line change
@@ -10,8 +10,8 @@
"dotnet-test-xunit": "1.0.0-rc2-*",
"NSubstitute": "2.0.0-*",
"System.Diagnostics.TraceSource": "4.0.0-rc2-24027",
"WarHub.Armoury.Model": "0.2.5-*",
"WarHub.Armoury.Model.EntryTree": "0.2.2"
"WarHub.Armoury.Model": "0.3.0-*",
"WarHub.Armoury.Model.EntryTree": "0.3.0-*"
},

"frameworks": {

0 comments on commit 15b4592

Please sign in to comment.