Skip to content

Commit

Permalink
Changed assembly version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
racerxdl committed Feb 23, 2017
1 parent 2ae07a2 commit 21e583f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions goesdump/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle ("GOES Dumper")]
[assembly: AssemblyDescription ("OpenSatelliteProject GOES Data Dumper")]
[assembly: AssemblyConfiguration ("")]
[assembly: AssemblyCompany ("")]
[assembly: AssemblyProduct ("")]
[assembly: AssemblyCompany ("OpenSatelliteProject")]
[assembly: AssemblyProduct ("GOES Dumper")]
[assembly: AssemblyCopyright ("Lucas Teske")]
[assembly: AssemblyTrademark ("")]
[assembly: AssemblyCulture ("")]
Expand All @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("1.0.0")]
[assembly: AssemblyVersion ("1.0.2")]

// 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 goesdump/UIComponents/MouseCursor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public void draw(SpriteBatch spriteBatch, Microsoft.Xna.Framework.GameTime gameT
#region Updatable implementation

public void update(Microsoft.Xna.Framework.GameTime gameTime) {
Point mPos = Mouse.GetState().Position;
position = new Rectangle(mPos.X, mPos.Y, cursorSize, cursorSize);
//Point mPos = Mouse.GetState().Position;
//position = new Rectangle(mPos.X, mPos.Y, cursorSize, cursorSize);
}

#endregion
Expand Down

0 comments on commit 21e583f

Please sign in to comment.