Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
1.1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed Mar 12, 2013
1 parent bc0fa34 commit 0ca8b1e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 10 deletions.
2 changes: 2 additions & 0 deletions clr/DNP3CLRAdapter/DNP3CLRAdapter.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies />
<Version>
</Version>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down
10 changes: 10 additions & 0 deletions clr/DNP3CLRInterface/DNP3CLRInterface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
<Compile Include="OutstationResponses.cs" />
<Compile Include="PrintingDataObserver.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="SerialSettings.cs" />
<Compile Include="SimpleCommandHandler.cs" />
<Compile Include="StackState.cs" />
Expand All @@ -76,6 +81,11 @@
<None Include="..\..\file.licenseheader">
<Link>file.licenseheader</Link>
</None>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
10 changes: 5 additions & 5 deletions clr/DNP3CLRInterface/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DNP3CLRInterface")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Public API for opendnp3 CLR bindings")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyCompany("Automatak, LLC")]
[assembly: AssemblyProduct("DNP3CLRInterface")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2013")]
[assembly: AssemblyCopyright("Copyright © Automatak, LLC 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -61,5 +61,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("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
2 changes: 1 addition & 1 deletion java/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-RC1</version>
</parent>

<artifactId>opendnp3-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/bindings/pom.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-RC1</version>
</parent>

<artifactId>opendnp3-bindings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/example/pom.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-RC1</version>
</parent>

<artifactId>opendnp3-example</artifactId>
Expand Down
1 change: 1 addition & 0 deletions java/opendnp3java.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<Version>110</Version>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-RC1</version>
<packaging>pom</packaging>

<name>opendnp3</name>
Expand All @@ -24,7 +24,7 @@
<maven-scala.plugin.version>3.1.3</maven-scala.plugin.version>
<maven-source-plugin.version>2.1.2</maven-source-plugin.version>
<maven-bundle.version>2.1.0</maven-bundle.version>
<opendnp3.version>1.1.0-SNAPSHOT</opendnp3.version>
<opendnp3.version>1.1.0-RC1</opendnp3.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<scala.version.short>2.10</scala.version.short>
<scala.version>2.10.0</scala.version>
Expand Down

0 comments on commit 0ca8b1e

Please sign in to comment.