Skip to content

Commit

Permalink
Update version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurl committed Apr 8, 2017
1 parent 2b748eb commit 2c3c12f
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion SerialPortStream-net40.sln
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Global
$28.inheritsSet = VisualStudio
$28.inheritsScope = text/plain
$28.scope = text/plain
version = 2.1.0.0
version = 2.1.1.0
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = SerialPortStream.vsmdi
Expand Down
2 changes: 1 addition & 1 deletion SerialPortStream-net45.sln
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Global
$28.inheritsSet = VisualStudio
$28.inheritsScope = text/plain
$28.scope = text/plain
version = 2.1.0.0
version = 2.1.1.0
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = SerialPortStream.vsmdi
Expand Down
4 changes: 2 additions & 2 deletions code/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,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("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
2 changes: 1 addition & 1 deletion code/SerialPortStream-net40.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion code/SerialPortStream-net45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion code/SerialPortStream.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SerialPortStream</id>
<version>2.1.0</version>
<version>2.1.1</version>
<title>SerialPortStream</title>
<authors>Jason Curl</authors>
<owners>Jason Curl</owners>
Expand Down
2 changes: 1 addition & 1 deletion code/netstandard/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0.0",
"version": "2.1.1.0",
"name": "SerialPortStream",
"title": "SerialPortStream",
"description": "An independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability.",
Expand Down
2 changes: 1 addition & 1 deletion test/DatastructuresTest/DatastructuresTest-net40.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
<IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion test/DatastructuresTest/DatastructuresTest-net45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
<IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyName>RJCP.SerialPortStreamTest</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyName>RJCP.SerialPortStreamTest</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ReleaseVersion>2.1.0.0</ReleaseVersion>
<ReleaseVersion>2.1.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 2c3c12f

Please sign in to comment.