Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Updating Version to Samples and Language Bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
aribeironovaes committed Jul 15, 2016
1 parent 7333c4a commit 1362b3b
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.0.0.1")]
[assembly: AssemblyFileVersion("0.0.0.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.0.0.1")]
[assembly: AssemblyFileVersion("0.0.0.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.0.0.1")]
[assembly: AssemblyFileVersion("0.0.0.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.0.0.1")]
[assembly: AssemblyFileVersion("0.0.0.1")]
2 changes: 1 addition & 1 deletion bindings/java/gateway-java-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.microsoft.azure.gateway</groupId>
<artifactId>gateway-java-binding</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1</version>
<name>Azure IoT Gateway SDK Java Module Binding</name>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion samples/java_sample/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The directions to run this sample can be found at [doc/sample_hello_world.md](../../doc/sample_hello_world.md).
The directions to run this sample can be found at [doc/java_how_to.md](../../doc/java_how_to.md).
4 changes: 2 additions & 2 deletions samples/java_sample/java_modules/Printer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<groupId>com.microsoft.azure.gateway</groupId>
<artifactId>sample-printer-module</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1</version>

<dependencies>
<dependency>
<groupId>com.microsoft.azure.gateway</groupId>
<artifactId>gateway-java-binding</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions samples/java_sample/java_modules/Sensor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<groupId>com.microsoft.azure.gateway</groupId>
<artifactId>sample-sensor-module</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1</version>

<dependencies>
<dependency>
<groupId>com.microsoft.azure.gateway</groupId>
<artifactId>gateway-java-binding</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion tools/docs/c/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.0-beta.1
PROJECT_NUMBER = 1.0.0-beta.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion tools/docs/dotnet/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK - DotNet Binding"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.0-beta.1
PROJECT_NUMBER = 0.0.0.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 1362b3b

Please sign in to comment.