Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-photo committed Mar 4, 2023
1 parent ad264e4 commit 5c5359b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NINA.Plugin.Template/FocusDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public bool IsMoving
}
}

private int _position = 200;
private int _position = Settings.Default.FocusStopPosition;
public int Position
{
get => _position;
Expand Down
4 changes: 2 additions & 2 deletions NINA.Plugin.Template/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

// [MANDATORY] The assembly versioning
//Should be incremented for each new release build of a plugin
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.0.1")]
[assembly: AssemblyFileVersion("2.0.0.1")]

// [MANDATORY] The name of your plugin
[assembly: AssemblyTitle("Lens AF")]
Expand Down

0 comments on commit 5c5359b

Please sign in to comment.