Skip to content

Commit

Permalink
Renamed DLL for CKAN compatibility
Browse files Browse the repository at this point in the history
 Added AssemblyFileVersion
 Updated version file for 1.12
  • Loading branch information
linuxgurugamer committed Jul 29, 2021
1 parent d187ab9 commit 531d199
Show file tree
Hide file tree
Showing 16 changed files with 93 additions and 571 deletions.
8 changes: 2 additions & 6 deletions AFBW/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@






// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
//

using System.Reflection;

[assembly: AssemblyVersion("1.8.3.3")]
[assembly: AssemblyVersion("1.8.3.4")]
[assembly: AssemblyFileVersion("1.8.3.4")]
4 changes: 3 additions & 1 deletion AFBW/AssemblyVersion.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<#@ import namespace="System.IO" #>
<#@ output extension=".cs" #>

<#@ Assembly Name="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\PublicAssemblies\envdte.dll" #>
<#@ assembly name="EnvDTE" #><# /* This assembly provides access to Visual Studio project properties. */ #>
<#

// Instructions
Expand Down Expand Up @@ -33,6 +33,7 @@
//
// Update the following with the name of the .version file which is in the root directory
//

string versionfile = RootDirectory + "ksp-advanced-flybywire.version";


Expand Down Expand Up @@ -98,3 +99,4 @@
using System.Reflection;

[assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
[assembly: AssemblyFileVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
2 changes: 1 addition & 1 deletion AFBW/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyVersion("1.1.0.28")]
[assembly: AssemblyFileVersion("1.1.0.0")]
//[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: NeutralResourcesLanguageAttribute("")]

[assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 0)]
Expand Down
151 changes: 0 additions & 151 deletions AFBW/ksp-advanced-flybywire-linux.csproj.orig

This file was deleted.

142 changes: 0 additions & 142 deletions AFBW/ksp-advanced-flybywire-osx.csproj.orig

This file was deleted.

Loading

0 comments on commit 531d199

Please sign in to comment.