Skip to content

Commit 46cc560

Browse files
author
Eric Bézine
committed
Updated readme.md and assemblyinfo file
1 parent fd7e2d3 commit 46cc560

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Raspberry.System provides utilities for Raspberry Pi boards, while using .NET co
1818
You can easily add a reference to it in your Visual Studio projects using the **[Raspberry.System Nuget](https://www.nuget.org/packages/Raspberry.System)**.
1919

2020
It currently support the following features:
21-
+ Automatic detection of various Raspberry Pi revisions, for now **Raspberry B rev1 and rev2**
21+
+ Automatic detection of various Raspberry Pi revisions, as of 2013-09, **Raspberry Pi model B rev1 and rev2 and Raspberry Pi model A**
2222
+ High resolution (about 1µs) timers

Raspberry.System/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.0.0")]
35-
[assembly: AssemblyFileVersion("1.1.0.0")]
34+
[assembly: AssemblyVersion("1.2.0.0")]
35+
[assembly: AssemblyFileVersion("1.2.0.0")]

0 commit comments

Comments
 (0)