Skip to content

Commit

Permalink
Update to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurl committed Oct 13, 2016
1 parent e8c46df commit a409c26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions code/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("RJCP")]
[assembly: AssemblyProduct("SerialPortStream")]
[assembly: AssemblyCopyright("Copyright © Jason Curl 2012-2015")]
[assembly: AssemblyCopyright("Copyright © Jason Curl 2012-2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down 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.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]
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.0.1.1</version>
<version>2.0.2</version>
<title>SerialPortStream</title>
<authors>Jason Curl</authors>
<owners>Jason Curl</owners>
Expand Down

0 comments on commit a409c26

Please sign in to comment.