Skip to content

Commit

Permalink
Bump AssemblyInfo for v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DRVeyl committed Feb 13, 2022
1 parent e727d62 commit ba54b94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]

[assembly: KSPAssembly("TestFlight", 2, 1)]
[assembly: KSPAssemblyDependency("TestFlightAPI", 1, 5)]
[assembly: KSPAssemblyDependency("TestFlightAPI", 2, 1)]

2 changes: 1 addition & 1 deletion TestFlightAPI/TestFlightAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.2.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
4 changes: 2 additions & 2 deletions TestFlightContracts/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.2.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 All @@ -27,5 +27,5 @@
//[assembly: AssemblyKeyFile("")]


[assembly: KSPAssemblyDependency("TestFlightAPI", 1, 5)]
[assembly: KSPAssemblyDependency("TestFlightAPI", 2, 1)]
[assembly: KSPAssemblyDependency("ContractConfigurator", 1, 0)]
4 changes: 2 additions & 2 deletions TestFlightCore/TestFlightCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.2.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.

//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

[assembly: KSPAssemblyDependency("TestFlightAPI", 1, 5)]
[assembly: KSPAssemblyDependency("TestFlightAPI", 2, 1)]

0 comments on commit ba54b94

Please sign in to comment.