Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itajaja committed Mar 17, 2015
1 parent dd9cd6f commit 55a5316
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
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.1.2")]
[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
// [assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
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.1.2")]
[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
// [assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]
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.1.2",
"version": "0.2.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
Expand Down
3 changes: 3 additions & 0 deletions package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
<file src="Opc.Ua.Configuration.dll" target="lib"/>
<file src="Opc.Ua.Core.dll" target="lib"/>
<file src="h-opc.xml" target="lib"/>
<file src="OpcComRcw.dll" target="lib"/>
<file src="OpcNetApi.Com.dll" target="lib"/>
<file src="OpcNetApi.dll" target="lib"/>
</files>
</package>
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.1.2")]
[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
// [assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.2.0")]

0 comments on commit 55a5316

Please sign in to comment.