Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Upgrade libraries to Version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Aug 9, 2021
1 parent 69f21d6 commit 96314c9
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,5 +33,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
6 changes: 3 additions & 3 deletions Physics2D.Diagnostics/Diagnostics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
6 changes: 3 additions & 3 deletions Physics2D/Properties/AssemblyInfo.ANDROID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -27,5 +27,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
6 changes: 3 additions & 3 deletions Physics2D/Properties/AssemblyInfo.NET40.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
6 changes: 3 additions & 3 deletions Physics2D/Properties/AssemblyInfo.NETSTANDARD.MG.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
6 changes: 3 additions & 3 deletions Physics2D/Properties/AssemblyInfo.NETSTANDARD20.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
4 changes: 2 additions & 2 deletions Physics2D/Properties/AssemblyInfo.PORTABLE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
6 changes: 3 additions & 3 deletions Physics2D/Properties/AssemblyInfo.W10.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -27,5 +27,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
4 changes: 2 additions & 2 deletions Physics2D/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 Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
6 changes: 3 additions & 3 deletions Physics2D/Properties/AssemblyInfo.iOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -27,5 +27,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
6 changes: 3 additions & 3 deletions Samples/HelloWorld/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
6 changes: 3 additions & 3 deletions Samples/NewSamples/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,7 +32,7 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]

[assembly: NeutralResourcesLanguage("en")]
6 changes: 3 additions & 3 deletions Samples/Samples/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
6 changes: 3 additions & 3 deletions Samples/Testbed/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("tainicom LTD")]
[assembly: AssemblyProduct("Aether.Physics2D")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2020")]
[assembly: AssemblyCopyright("Copyright Ian Qvist © 2013, Copyright © Kastellanos Nikolaos 2015-2021")]
[assembly: AssemblyTrademark("Aether Engine (tm)")]
[assembly: AssemblyCulture("")]

Expand All @@ -30,5 +30,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]

0 comments on commit 96314c9

Please sign in to comment.