Skip to content

Commit fd49a20

Browse files
author
ZenLulz
committed
Publish the V1.1, update the header for 2014 and add the changelog.
1 parent 9a7e714 commit fd49a20

59 files changed

Lines changed: 134 additions & 118 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# MemorySharp Library Changelog
2+
3+
The log of changes made to MemorySharp Library.
4+
5+
## V1.1 (25 March 2014)
6+
7+
Bugfixes:
8+
9+
- The method `SendInputMouse.ReleaseLeft()`, properly releases the left click of the mouse.
10+
11+
## V1.0 (10 July 2013)
12+
13+
- Initial Release

MemorySharp.sln

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2012
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.30501.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemorySharp", "MemorySharp\MemorySharp.csproj", "{78A6F97D-5CA8-4E92-8E17-2545983C9555}"
57
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemorySharpTests", "MemorySharpTests\MemorySharpTests.csproj", "{E3EFE942-113F-46AA-9CF4-A51473D9E8B8}"
79
EndProject
810
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84C4DD62-B81F-4116-A853-29A21EE74A99}"
911
ProjectSection(SolutionItems) = preProject
1012
.gitignore = .gitignore
13+
CHANGELOG.md = CHANGELOG.md
1114
LICENSE = LICENSE
1215
README.md = README.md
1316
EndProjectSection

MemorySharp/Assembly/Assembler/Fasm32Assembler.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MemorySharp Library v1.0.0
2+
* MemorySharp Library
33
* http://www.binarysharp.com/
44
*
5-
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
5+
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
66
* This library is released under the MIT License.
77
* See the file LICENSE for more information.
88
*/

MemorySharp/Assembly/Assembler/IAssembler.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MemorySharp Library v1.0.0
2+
* MemorySharp Library
33
* http://www.binarysharp.com/
44
*
5-
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
5+
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
66
* This library is released under the MIT License.
77
* See the file LICENSE for more information.
88
*/

MemorySharp/Assembly/AssemblyFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MemorySharp Library v1.0.0
2+
* MemorySharp Library
33
* http://www.binarysharp.com/
44
*
5-
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
5+
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
66
* This library is released under the MIT License.
77
* See the file LICENSE for more information.
88
*/

MemorySharp/Assembly/AssemblyTransaction.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MemorySharp Library v1.0.0
2+
* MemorySharp Library
33
* http://www.binarysharp.com/
44
*
5-
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
5+
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
66
* This library is released under the MIT License.
77
* See the file LICENSE for more information.
88
*/

MemorySharp/Assembly/CallingConvention/CallingConventionSelector.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MemorySharp Library v1.0.0
2+
* MemorySharp Library
33
* http://www.binarysharp.com/
44
*
5-
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
5+
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
66
* This library is released under the MIT License.
77
* See the file LICENSE for more information.
88
*/

MemorySharp/Assembly/CallingConvention/CdeclCallingConvention.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MemorySharp Library v1.0.0
2+
* MemorySharp Library
33
* http://www.binarysharp.com/
44
*
5-
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
5+
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
66
* This library is released under the MIT License.
77
* See the file LICENSE for more information.
88
*/

MemorySharp/Assembly/CallingConvention/Enumerations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MemorySharp Library v1.0.0
2+
* MemorySharp Library
33
* http://www.binarysharp.com/
44
*
5-
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
5+
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
66
* This library is released under the MIT License.
77
* See the file LICENSE for more information.
88
*/

MemorySharp/Assembly/CallingConvention/FastcallCallingConvention.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* MemorySharp Library v1.0.0
2+
* MemorySharp Library
33
* http://www.binarysharp.com/
44
*
5-
* Copyright (C) 2012-2013 Jämes Ménétrey (a.k.a. ZenLulz).
5+
* Copyright (C) 2012-2014 Jämes Ménétrey (a.k.a. ZenLulz).
66
* This library is released under the MIT License.
77
* See the file LICENSE for more information.
88
*/

0 commit comments

Comments
 (0)