Skip to content

Commit

Permalink
Updated AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcidev committed Feb 24, 2017
1 parent 55e0927 commit 94f6391
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Arci.Networking.NetCore/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0-*",
{
"version": "1.4.2-*",

"dependencies": {
"NETStandard.Library": "1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions Arci.Networking.Tests.NetCore/project.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "1.4.0-*",
"version": "1.4.2-*",
"testRunner": "xunit",

"dependencies": {
"xunit": "2.2.0-rc4-build3536",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Arci.Networking.NetCore": "1.4.0-*"
"Arci.Networking.NetCore": "1.4.2-*"
},

"frameworks": {
Expand Down
4 changes: 2 additions & 2 deletions Arci.Networking.Tests.UAP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.2.0")]
[assembly: AssemblyFileVersion("1.4.2.0")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions Arci.Networking.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.2.0")]
[assembly: AssemblyFileVersion("1.4.2.0")]
4 changes: 2 additions & 2 deletions Arci.Networking.UAP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.2.0")]
[assembly: AssemblyFileVersion("1.4.2.0")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions Arci.Networking/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.2.0")]
[assembly: AssemblyFileVersion("1.4.2.0")]

0 comments on commit 94f6391

Please sign in to comment.