Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itajaja committed Mar 23, 2015
1 parent a10f0b7 commit fb7d5db
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An Opc Library and a command line to perform OPC operations with ease. Currently
A [nuget package](https://www.nuget.org/packages/Hylasoft.Opc/) is available for the library. To install `Hylasoft.Opc`, run the following command in the Package Manager Console:

PM> Install-Package Hylasoft.Opc

To install the command line interface, head to the [`release section`](https://github.com/hylasoft-usa/h-opc/releases).

## Usage
Expand Down Expand Up @@ -108,5 +108,4 @@ You must agree to the terms and condition exposed on the OPC Foundation website.

## Roadmap

- [ ] Add DA integration
- [ ] Add promise-based asynchronous calls
6 changes: 3 additions & 3 deletions h-opc-cli/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
// [assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyFileVersion("0.2.1")]
6 changes: 3 additions & 3 deletions h-opc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
// [assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyFileVersion("0.2.1")]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h-opc",
"version": "0.2.0",
"version": "0.2.1",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
// [assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyFileVersion("0.2.1")]

0 comments on commit fb7d5db

Please sign in to comment.