Skip to content

Commit

Permalink
Merge pull request #67 from hylasoft-usa/rel-v0.9.3
Browse files Browse the repository at this point in the history
Rel v0.9.3
  • Loading branch information
jmbeach authored Nov 30, 2017
2 parents ced8b91 + eb703d5 commit 53c879f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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 @@ -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.9.1")]
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
// [assembly: AssemblyVersion("0.9.3")]
[assembly: AssemblyVersion("0.9.3")]
[assembly: AssemblyFileVersion("0.9.3")]
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.9.1")]
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
// [assembly: AssemblyVersion("0.9.3")]
[assembly: AssemblyVersion("0.9.3")]
[assembly: AssemblyFileVersion("0.9.3")]
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.9.2",
"version": "0.9.3",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions tests/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="UATestEndpoint" value="opc.tcp://md1m8frc:51210/UA/SampleServer"/>
<add key="UATestEndpoint" value="opc.tcp://localhost:51210/UA/SampleServer"/>
</appSettings>
</configuration>
</configuration>
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.9.1")]
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
// [assembly: AssemblyVersion("0.9.3")]
[assembly: AssemblyVersion("0.9.3")]
[assembly: AssemblyFileVersion("0.9.3")]

0 comments on commit 53c879f

Please sign in to comment.